|
Blender
V3.3
|
#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 16 of file intern/track_region.h.
| libmv_TrackRegionDirection libmv_TrackRegionOptions::direction |
Definition at line 17 of file intern/track_region.h.
| float* libmv_TrackRegionOptions::image1_mask |
Definition at line 24 of file intern/track_region.h.
| double libmv_TrackRegionOptions::minimum_correlation |
Definition at line 22 of file intern/track_region.h.
| int libmv_TrackRegionOptions::motion_model |
Definition at line 18 of file intern/track_region.h.
| int libmv_TrackRegionOptions::num_iterations |
Definition at line 19 of file intern/track_region.h.
| double libmv_TrackRegionOptions::sigma |
Definition at line 23 of file intern/track_region.h.
| int libmv_TrackRegionOptions::use_brute |
Definition at line 20 of file intern/track_region.h.
| int libmv_TrackRegionOptions::use_normalization |
Definition at line 21 of file intern/track_region.h.