|
Blender
V2.93
|
#include <track_region.h>
Public Attributes | |
| libmv_TrackRegionDirection | direction |
| int | motion_model |
| int | num_iterations |
| int | use_brute |
| int | use_normalization |
| double | minimum_correlation |
| double | sigma |
| float * | image1_mask |
Definition at line 32 of file intern/track_region.h.
| libmv_TrackRegionDirection libmv_TrackRegionOptions::direction |
Definition at line 33 of file intern/track_region.h.
| float* libmv_TrackRegionOptions::image1_mask |
Definition at line 40 of file intern/track_region.h.
| double libmv_TrackRegionOptions::minimum_correlation |
Definition at line 38 of file intern/track_region.h.
| int libmv_TrackRegionOptions::motion_model |
Definition at line 34 of file intern/track_region.h.
| int libmv_TrackRegionOptions::num_iterations |
Definition at line 35 of file intern/track_region.h.
| double libmv_TrackRegionOptions::sigma |
Definition at line 39 of file intern/track_region.h.
| int libmv_TrackRegionOptions::use_brute |
Definition at line 36 of file intern/track_region.h.
| int libmv_TrackRegionOptions::use_normalization |
Definition at line 37 of file intern/track_region.h.