Tracker
Revision as of 16:11, 21 November 2012 by Paul (talk | contribs) (Created page with "The Session object stores all the Nodes to create the output for a specific shot. ''Base Class: MultiViewObject'' === Methods === {| class="wikitable" ! scope...")
The Session object stores all the Nodes to create the output for a specific shot.
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 |