View Single Post
  #2 (permalink)  
Old 10-10-2012, 02:25 AM
EDV's Avatar
EDV
Lurker
Offline
Threadstarter
 
Join Date: Oct 2011
Posts: 2
Reputation: 0
EDV is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Is Skynet already here?

Fun with AVM Navigator



It's little demo of object recognition and learning from motion with helping of AVM Navigator.

All object rectangle coordinates are available in RoboRealm pipeline from external variables:
NV_ARR_OBJ_RECT_X - left-top corner X coordinate of recognized object
NV_ARR_OBJ_RECT_Y - left-top corner Y coordinate of recognized object
NV_ARR_OBJ_RECT_W - width of recognized object
NV_ARR_OBJ_RECT_H - height of recognized object

So you can use it in your VBScript program.

See here for more details.
Reply With Quote