Difference between revisions of "Tracker"
Jump to navigation
Jump to search
(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...") |
|||
Line 2: | Line 2: | ||
''Base Class: [[MultiViewObject]]'' | ''Base Class: [[MultiViewObject]]'' | ||
− | |||
=== Methods === | === Methods === |
Revision as of 16:12, 21 November 2012
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 |