<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- plan_an.asp --- DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM msg '-- for errors '' extend the timeout to allow for long files ' timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" ' Server.ScriptTimeout = 1200 ' SID = Request.Cookies("Humble")("SID") ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") %> Imitation at a fitness class, with the instructor on the left 5. imitation, converting the description to commands: 4. description: "The body is straight, the upper right leg is up, the lower right leg points down, both arms are straight back" 6. commands: "stand facing the instructor with the body straight, put the weight on the right leg, lift the upper left leg up, let the lower left leg point at the floor, keep both arms straight and angled to the back" 3. identification of instructor's body and limbs, with labels for body, arms, and legs 7. identify changes in limb positions 2. vector graphics image 8. calculate changes in joint rotation 1. 2D pixellated image from the eye 9. calculate changes in muscle tension <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>