base class — bpy_struct
Match-moving track data for tracking
Average error of re-projection
Type : | float in [-inf, inf], default 0.0, (readonly) |
---|
Position of bundle reconstructed from this track
Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0), (readonly) |
---|
Color of the track in the Movie Track Editor and the 3D viewport after a solve
Type : | float array of 3 items in [0, 1], default (0.0, 0.0, 0.0) |
---|
Minimal value of correlation between mathed pattern and reference which is still treated as successful tracking
Type : | float in [-1, 1], default 0.0 |
---|
True if track has a valid bundle
Type : | boolean, default False, (readonly) |
---|
Track is hidden
Type : | boolean, default False |
---|
Track is locked and all changes to it are disabled
Type : | boolean, default False |
---|
Collection of markers in track
Type : | bpy_prop_collection of MovieTrackingMarker, (readonly) |
---|
Unique name of track
Type : | string, default “” |
---|
Right-bottom corner of pattern area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Left-bottom corner of pattern area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Number of pyramid levels (increase on blurry footage)
Type : | int in [1, 16], default 0 |
---|
Right-bottom corner of search area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Left-bottom corner of search area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Track is selected
Type : | boolean, default False |
---|
Track’s anchor point is selected
Type : | boolean, default False |
---|
Track’s pattern area is selected
Type : | boolean, default False |
---|
Track’s search area is selected
Type : | boolean, default False |
---|
Tracking algorithm to use
Type : | enum in [‘KLT’, ‘SAD’], default ‘KLT’ |
---|
Use blue channel from footage for tracking
Type : | boolean, default False |
---|
Use custom color instead of theme-defined
Type : | boolean, default False |
---|
Use green channel from footage for tracking
Type : | boolean, default False |
---|
Use red channel from footage for tracking
Type : | boolean, default False |
---|
Get marker for specified frame
Parameters: | frame (int in [0, 300000]) – Frame, type for the new spline |
---|---|
Returns: | Marker for specified frame |
Return type: | MovieTrackingMarker |
Inherited Properties
Inherited Functions
|
References