|
Blender V5.0
|
#include <DNA_tracking_types.h>
Public Attributes | |
| int | flag |
| float | error |
| int | last_camera |
| int | camnr |
| struct MovieReconstructedCamera * | cameras |
Definition at line 333 of file DNA_tracking_types.h.
| struct MovieReconstructedCamera* MovieTrackingReconstruction::cameras |
Reconstructed cameras.
Definition at line 344 of file DNA_tracking_types.h.
Referenced by BKE_tracking_camera_get_reconstructed(), BKE_tracking_camera_get_reconstructed_interpolate(), clear_solution_exec(), direct_link_movieReconstruction(), do_set_scale(), draw_frame_curves(), draw_movieclip_cache(), reconstruct_retrieve_libmv_tracks(), reconstructed_camera_index_get(), tracking_reconstruction_copy(), tracking_reconstruction_free(), tracking_scale_reconstruction(), version_motion_tracking_legacy_camera_object(), and write_movieReconstruction().
| int MovieTrackingReconstruction::camnr |
Number of reconstructed cameras.
Definition at line 342 of file DNA_tracking_types.h.
Referenced by clear_solution_exec(), direct_link_movieReconstruction(), do_set_scale(), draw_frame_curves(), draw_movieclip_cache(), reconstruct_retrieve_libmv_tracks(), reconstructed_camera_index_get(), tracking_scale_reconstruction(), and write_movieReconstruction().
| float MovieTrackingReconstruction::error |
Average error of reconstruction.
Definition at line 337 of file DNA_tracking_types.h.
Referenced by BKE_tracking_reconstruction_finish(), and solve_camera_freejob().
| int MovieTrackingReconstruction::flag |
Definition at line 334 of file DNA_tracking_types.h.
Referenced by BKE_tracking_reconstruction_finish(), clear_solution_exec(), draw_movieclip_cache(), frame_jump_exec(), solve_camera_invoke(), and tracking_dopesheet_channels_calc().
| int MovieTrackingReconstruction::last_camera |
Most recently used camera.
Definition at line 340 of file DNA_tracking_types.h.
Referenced by reconstructed_camera_index_get().