Blender V4.3
AutoTrackContext Struct Reference

Public Attributes

int start_scene_frame
 
bool is_backwards
 
int num_clips
 
AutoTrackClip autotrack_clips [MAX_ACCESSOR_CLIP]
 
int num_all_tracks
 
AutoTrackTrackall_autotrack_tracks
 
TrackingImageAccessorimage_accessor
 
int num_referenced_image_buffers
 
ImBuf ** referenced_image_buffers
 
libmv_AutoTrackautotrack
 
int num_autotrack_markers
 
AutoTrackMarkerautotrack_markers
 
ListBase results_to_sync
 
int synchronized_scene_frame
 
SpinLock spin_lock
 

Detailed Description

Definition at line 73 of file tracking_auto.cc.

Member Data Documentation

◆ all_autotrack_tracks

AutoTrackTrack* AutoTrackContext::all_autotrack_tracks

Definition at line 98 of file tracking_auto.cc.

◆ autotrack

libmv_AutoTrack* AutoTrackContext::autotrack

Definition at line 117 of file tracking_auto.cc.

◆ autotrack_clips

AutoTrackClip AutoTrackContext::autotrack_clips[MAX_ACCESSOR_CLIP]

Definition at line 89 of file tracking_auto.cc.

◆ autotrack_markers

AutoTrackMarker* AutoTrackContext::autotrack_markers

Definition at line 125 of file tracking_auto.cc.

◆ image_accessor

TrackingImageAccessor* AutoTrackContext::image_accessor

Definition at line 101 of file tracking_auto.cc.

◆ is_backwards

bool AutoTrackContext::is_backwards

Definition at line 85 of file tracking_auto.cc.

◆ num_all_tracks

int AutoTrackContext::num_all_tracks

Definition at line 97 of file tracking_auto.cc.

◆ num_autotrack_markers

int AutoTrackContext::num_autotrack_markers

Definition at line 124 of file tracking_auto.cc.

◆ num_clips

int AutoTrackContext::num_clips

Definition at line 88 of file tracking_auto.cc.

◆ num_referenced_image_buffers

int AutoTrackContext::num_referenced_image_buffers

Definition at line 106 of file tracking_auto.cc.

◆ referenced_image_buffers

ImBuf** AutoTrackContext::referenced_image_buffers

Definition at line 107 of file tracking_auto.cc.

◆ results_to_sync

ListBase AutoTrackContext::results_to_sync

Definition at line 129 of file tracking_auto.cc.

◆ spin_lock

SpinLock AutoTrackContext::spin_lock

Definition at line 132 of file tracking_auto.cc.

◆ start_scene_frame

int AutoTrackContext::start_scene_frame

Definition at line 82 of file tracking_auto.cc.

◆ synchronized_scene_frame

int AutoTrackContext::synchronized_scene_frame

Definition at line 130 of file tracking_auto.cc.


The documentation for this struct was generated from the following file: