Thursday, January 7th, 2010, 765 days ago

Object tracking using AS3

Using openCV as computer vision development engine is quite usual, while using AS3 to recognize objects captured from webcam is developed seldom.

object track using AS3

The reason of that shortage is due to the lacking of appropriate algorithms. In AS3 objects can not be respectively recognized through colors or shapes before. Fortunately through combination of some kinds of image processing functions, we could still be able to find out the exact way of representing objects under webcam, just as processed images shown below.

This progress provides AS3 more potential to build up interactive prototypes through webcam and normal surfaces with kind of semantic objects laid on. Thus the AS3′s abilities of building up flexible interfaces may be well used in afterward works.


5 Responses to “Object tracking using AS3”

  1. Daniel says:

    Hi,
    do you have more details about this ? I am interested how could I identify a rectangle and determine it’s position (x, y and rotation).
    Regards,
    Daniel

  2. Roopa says:

    Hi Andol, Thank you very much for sharing this. Could you please let me know the algorithm that you used to achieve this or if possible please share the source code. This is what I am assuming that the program does — your webcam looks at the objects and even though you move the objects, it will still be able to identify which is object is what. Please let me know if I have understood this correctly. Thank you.

  3. [...] Blob extracting using openCV or flash (as3) have been researched by many developers. The accuracy has reached a high level, but limited to single objects – objects should not be overlapped – if people in the camera could be simply seem as objects. [...]

Leave a Reply

You can use these XHTML tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>