|
Blender V4.5
|
Go to the source code of this file.
| void libmv_autoTrackAddMarker | ( | libmv_AutoTrack * | libmv_autotrack, |
| const libmv_Marker * | libmv_marker ) |
Definition at line 332 of file stub.cc.
References libmv_autoTrackAddMarker().
| void libmv_autoTrackDestroy | ( | libmv_AutoTrack * | libmv_autotrack | ) |
Definition at line 318 of file stub.cc.
References libmv_autoTrackDestroy().
| int libmv_autoTrackGetMarker | ( | libmv_AutoTrack * | libmv_autotrack, |
| int | clip, | ||
| int | frame, | ||
| int | track, | ||
| libmv_Marker * | libmv_marker ) |
Definition at line 341 of file stub.cc.
References libmv_autoTrackGetMarker().
| int libmv_autoTrackMarker | ( | libmv_AutoTrack * | libmv_autotrack, |
| const libmv_TrackRegionOptions * | libmv_options, | ||
| libmv_Marker * | libmv_tracker_marker, | ||
| libmv_TrackRegionResult * | libmv_result ) |
Definition at line 325 of file stub.cc.
References libmv_autoTrackMarker().
| libmv_AutoTrack * libmv_autoTrackNew | ( | libmv_FrameAccessor * | frame_accessor | ) |
Definition at line 314 of file stub.cc.
References libmv_autoTrackNew().
| void libmv_autoTrackSetMarkers | ( | libmv_AutoTrack * | libmv_autotrack, |
| const libmv_Marker * | libmv_marker, | ||
| size_t | num_markers ) |
Definition at line 336 of file stub.cc.
References libmv_autoTrackSetMarkers().
| void libmv_autoTrackSetOptions | ( | libmv_AutoTrack * | libmv_autotrack, |
| const libmv_AutoTrackOptions * | options ) |
Definition at line 321 of file stub.cc.
References libmv_autoTrackSetOptions().
| void libmv_cameraIntrinsicsApply | ( | const struct libmv_CameraIntrinsics * | libmv_intrinsics, |
| double | x, | ||
| double | y, | ||
| double * | x1, | ||
| double * | y1 ) |
Definition at line 282 of file stub.cc.
References libmv_cameraIntrinsicsApply().
| libmv_CameraIntrinsics * libmv_cameraIntrinsicsCopy | ( | const libmv_CameraIntrinsics * | libmv_intrinsics | ) |
Definition at line 207 of file stub.cc.
References libmv_cameraIntrinsicsCopy().
| void libmv_cameraIntrinsicsDestroy | ( | libmv_CameraIntrinsics * | libmv_intrinsics | ) |
Definition at line 212 of file stub.cc.
References libmv_cameraIntrinsicsDestroy().
| void libmv_cameraIntrinsicsDistortByte | ( | const struct libmv_CameraIntrinsics * | libmv_intrinsics, |
| const unsigned char * | source_image, | ||
| int | width, | ||
| int | height, | ||
| float | overscan, | ||
| int | channels, | ||
| unsigned char * | destination_image ) |
Definition at line 254 of file stub.cc.
References libmv_cameraIntrinsicsDistortByte().
| void libmv_cameraIntrinsicsDistortFloat | ( | const libmv_CameraIntrinsics * | libmv_intrinsics, |
| float * | source_image, | ||
| int | width, | ||
| int | height, | ||
| float | overscan, | ||
| int | channels, | ||
| float * | destination_image ) |
Definition at line 267 of file stub.cc.
References libmv_cameraIntrinsicsDistortFloat().
| void libmv_cameraIntrinsicsExtractOptions | ( | const libmv_CameraIntrinsics * | libmv_intrinsics, |
| libmv_CameraIntrinsicsOptions * | camera_intrinsics_options ) |
Definition at line 221 of file stub.cc.
References libmv_CameraIntrinsicsOptions::focal_length, and libmv_cameraIntrinsicsExtractOptions().
| void libmv_cameraIntrinsicsInvert | ( | const struct libmv_CameraIntrinsics * | libmv_intrinsics, |
| double | x, | ||
| double | y, | ||
| double * | x1, | ||
| double * | y1 ) |
Definition at line 292 of file stub.cc.
References libmv_cameraIntrinsicsInvert().
| libmv_CameraIntrinsics * libmv_cameraIntrinsicsNew | ( | const libmv_CameraIntrinsicsOptions * | libmv_camera_intrinsics_options | ) |
Definition at line 202 of file stub.cc.
References libmv_cameraIntrinsicsNew().
| void libmv_cameraIntrinsicsUndistortByte | ( | const libmv_CameraIntrinsics * | libmv_intrinsics, |
| const unsigned char * | source_image, | ||
| int | width, | ||
| int | height, | ||
| float | overscan, | ||
| int | channels, | ||
| unsigned char * | destination_image ) |
Definition at line 228 of file stub.cc.
References libmv_cameraIntrinsicsUndistortByte().
| void libmv_cameraIntrinsicsUndistortFloat | ( | const libmv_CameraIntrinsics * | libmv_intrinsics, |
| const float * | source_image, | ||
| int | width, | ||
| int | height, | ||
| float | overscan, | ||
| int | channels, | ||
| float * | destination_image ) |
Definition at line 241 of file stub.cc.
References libmv_cameraIntrinsicsUndistortFloat().
| void libmv_cameraIntrinsicsUpdate | ( | const libmv_CameraIntrinsicsOptions * | libmv_camera_intrinsics_options, |
| libmv_CameraIntrinsics * | libmv_intrinsics ) |
Definition at line 216 of file stub.cc.
References libmv_cameraIntrinsicsUpdate().
| int libmv_countFeatures | ( | const libmv_Features * | libmv_features | ) |
Definition at line 176 of file stub.cc.
References libmv_countFeatures().
| libmv_Features * libmv_detectFeaturesByte | ( | const unsigned char * | image_buffer, |
| int | width, | ||
| int | height, | ||
| int | channels, | ||
| libmv_DetectOptions * | options ) |
Definition at line 159 of file stub.cc.
References libmv_detectFeaturesByte().
| struct libmv_Features * libmv_detectFeaturesFloat | ( | const float * | image_buffer, |
| int | width, | ||
| int | height, | ||
| int | channels, | ||
| libmv_DetectOptions * | options ) |
Definition at line 167 of file stub.cc.
References libmv_detectFeaturesFloat().
| void libmv_featuresDestroy | ( | struct libmv_Features * | libmv_features | ) |
Definition at line 192 of file stub.cc.
References libmv_featuresDestroy().
| void libmv_floatImageDestroy | ( | libmv_FloatImage * | image | ) |
Definition at line 79 of file stub.cc.
References libmv_floatImageDestroy().
| void libmv_FrameAccessorDestroy | ( | libmv_FrameAccessor * | frame_accessor | ) |
Definition at line 360 of file stub.cc.
References libmv_FrameAccessorDestroy().
| int64_t libmv_frameAccessorgetTransformKey | ( | const libmv_FrameTransform * | transform | ) |
Definition at line 363 of file stub.cc.
References libmv_frameAccessorgetTransformKey().
| void libmv_frameAccessorgetTransformRun | ( | const libmv_FrameTransform * | transform, |
| const libmv_FloatImage * | input_image, | ||
| libmv_FloatImage * | output_image ) |
Definition at line 368 of file stub.cc.
References libmv_frameAccessorgetTransformRun().
| libmv_FrameAccessor * libmv_FrameAccessorNew | ( | libmv_FrameAccessorUserData * | user_data, |
| libmv_GetImageCallback | get_image_callback, | ||
| libmv_ReleaseImageCallback | release_image_callback, | ||
| libmv_GetMaskForTrackCallback | get_mask_for_track_callback, | ||
| libmv_ReleaseMaskCallback | release_mask_callback ) |
Definition at line 351 of file stub.cc.
References libmv_FrameAccessorNew().
| void libmv_getFeature | ( | const libmv_Features * | libmv_features, |
| int | number, | ||
| double * | x, | ||
| double * | y, | ||
| double * | score, | ||
| double * | size ) |
| void libmv_homography2DFromCorrespondencesEuc | ( | double(*) | x1[2], |
| double(*) | x2[2], | ||
| int | num_points, | ||
| double | H[3][3] ) |
Definition at line 302 of file stub.cc.
References H, and libmv_homography2DFromCorrespondencesEuc().
| void libmv_initLogging | ( | const char * | argv0 | ) |
Definition at line 12 of file stub.cc.
References libmv_initLogging().
| void libmv_reconstructionDestroy | ( | struct libmv_Reconstruction * | libmv_reconstruction | ) |
Definition at line 153 of file stub.cc.
References libmv_reconstructionDestroy().
| libmv_CameraIntrinsics * libmv_reconstructionExtractIntrinsics | ( | libmv_Reconstruction * | libmv_Reconstruction | ) |
Definition at line 197 of file stub.cc.
References libmv_reconstructionExtractIntrinsics().
| int libmv_reconstructionIsValid | ( | libmv_Reconstruction * | libmv_reconstruction | ) |
Definition at line 119 of file stub.cc.
References libmv_reconstructionIsValid().
| int libmv_reprojectionCameraForImage | ( | const libmv_Reconstruction * | libmv_reconstruction, |
| int | image, | ||
| double | mat[4][4] ) |
Definition at line 141 of file stub.cc.
References libmv_reprojectionCameraForImage().
| double libmv_reprojectionError | ( | const libmv_Reconstruction * | libmv_reconstruction | ) |
Definition at line 148 of file stub.cc.
References libmv_reprojectionError().
| double libmv_reprojectionErrorForImage | ( | const libmv_Reconstruction * | libmv_reconstruction, |
| int | image ) |
Definition at line 136 of file stub.cc.
References libmv_reprojectionErrorForImage().
| double libmv_reprojectionErrorForTrack | ( | const libmv_Reconstruction * | libmv_reconstruction, |
| int | track ) |
Definition at line 131 of file stub.cc.
References libmv_reprojectionErrorForTrack().
| int libmv_reprojectionPointForTrack | ( | const libmv_Reconstruction * | libmv_reconstruction, |
| int | track, | ||
| double | pos[3] ) |
Definition at line 124 of file stub.cc.
References libmv_reprojectionPointForTrack().
| void libmv_samplePlanarPatchByte | ( | const unsigned char * | image, |
| int | width, | ||
| int | height, | ||
| int | channels, | ||
| const double * | xs, | ||
| const double * | ys, | ||
| int | num_samples_x, | ||
| int | num_samples_y, | ||
| const float * | mask, | ||
| unsigned char * | patch, | ||
| double * | warped_position_x, | ||
| double * | warped_position_y ) |
Definition at line 64 of file stub.cc.
References libmv_samplePlanarPatchByte().
| void libmv_samplePlanarPatchFloat | ( | const float * | image, |
| int | width, | ||
| int | height, | ||
| int | channels, | ||
| const double * | xs, | ||
| const double * | ys, | ||
| int | num_samples_x, | ||
| int | num_samples_y, | ||
| const float * | mask, | ||
| float * | patch, | ||
| double * | warped_position_x, | ||
| double * | warped_position_y ) |
Definition at line 49 of file stub.cc.
References libmv_samplePlanarPatchFloat().
| void libmv_setLoggingVerbosity | ( | int | verbosity | ) |
Definition at line 18 of file stub.cc.
References libmv_setLoggingVerbosity().
| libmv_Reconstruction * libmv_solveModal | ( | const libmv_Tracks * | , |
| const libmv_CameraIntrinsicsOptions * | , | ||
| const libmv_ReconstructionOptions * | , | ||
| reconstruct_progress_update_cb | , | ||
| void * | ) |
Definition at line 110 of file stub.cc.
References libmv_solveModal().
| libmv_Reconstruction * libmv_solveReconstruction | ( | const libmv_Tracks * | , |
| const libmv_CameraIntrinsicsOptions * | , | ||
| libmv_ReconstructionOptions * | , | ||
| reconstruct_progress_update_cb | , | ||
| void * | ) |
Definition at line 101 of file stub.cc.
References libmv_solveReconstruction().
| void libmv_startDebugLogging | ( | void | ) |
Definition at line 15 of file stub.cc.
References libmv_startDebugLogging().
| int libmv_trackRegion | ( | const libmv_TrackRegionOptions * | options, |
| const float * | image1, | ||
| int | image1_width, | ||
| int | image1_height, | ||
| const float * | image2, | ||
| int | image2_width, | ||
| int | image2_height, | ||
| const double * | x1, | ||
| const double * | y1, | ||
| libmv_TrackRegionResult * | result, | ||
| double * | x2, | ||
| double * | y2 ) |
Definition at line 24 of file stub.cc.
References i, libmv_trackRegion(), and result.
Referenced by configure_and_run_tracker(), libmv_trackRegion(), and libmv_trackRegion().
| void libmv_tracksDestroy | ( | libmv_Tracks * | libmv_tracks | ) |
Definition at line 96 of file stub.cc.
References libmv_tracksDestroy().
Referenced by BKE_tracking_reconstruction_context_free(), libmv_tracksDestroy(), and libmv_tracksDestroy().
| void libmv_tracksInsert | ( | libmv_Tracks * | libmv_tracks, |
| int | image, | ||
| int | track, | ||
| double | x, | ||
| double | y, | ||
| double | weight ) |
Definition at line 88 of file stub.cc.
References libmv_tracksInsert().
Referenced by libmv_tracks_new(), libmv_tracksInsert(), and libmv_tracksInsert().
| libmv_Tracks * libmv_tracksNew | ( | void | ) |
Definition at line 84 of file stub.cc.
References libmv_tracksNew().
Referenced by libmv_tracks_new(), and libmv_tracksNew().