Tracker
Jump to navigation
Jump to search
The Tracker object represents a single point tracker. Trackers can exist on either view of a stereo pair but cannot be stereoscopically linked.
Base Class: MultiViewObject
Methods
Name | Description |
---|---|
getPosition(frame) | return the tracker position at frame |
Constants
Mode
Name | Description |
---|---|
Mode_RGB | track all three channels |
Mode_Luminance | track luminance |
Mode_R | track red channel |
Mode_G | track green channel |
Mode_B | track blue channel |