|
Blender V4.3
|
#include <tracks.h>
Public Attributes | |
| int | image |
| int | track |
| double | x |
| double | y |
| double | weight |
A Marker is the 2D location of a tracked point in an image.
x, y is the position of the marker in pixels from the top left corner in the image identified by image. All markers for to the same target form a track identified by a common track number.
weight is used by bundle adjustment and weight means how much the track affects on a final solution.
Definition at line 46 of file libmv/simple_pipeline/tracks.h.
| int libmv::Marker::image |
Definition at line 47 of file libmv/simple_pipeline/tracks.h.
Referenced by libmv::EuclideanBundleCommonIntrinsics(), libmv::EuclideanIntersect(), and libmv::ModalSolver().
| int libmv::Marker::track |
Definition at line 48 of file libmv/simple_pipeline/tracks.h.
Referenced by libmv::EuclideanBundleCommonIntrinsics(), and libmv::ModalSolver().
| double libmv::Marker::weight |
Definition at line 50 of file libmv/simple_pipeline/tracks.h.
Referenced by libmv::EuclideanBundleCommonIntrinsics(), libmv::EuclideanIntersect(), and libmv::ModalSolver().
| double libmv::Marker::x |
Definition at line 49 of file libmv/simple_pipeline/tracks.h.
Referenced by libmv::CoordinatesForMarkersInImage(), libmv::InternalReprojectionError(), libmv_reprojectionErrorForImage(), libmv_reprojectionErrorForTrack(), libmv::ModalSolver(), and libmv::TEST().
| double libmv::Marker::y |
Definition at line 49 of file libmv/simple_pipeline/tracks.h.
Referenced by libmv::CoordinatesForMarkersInImage(), libmv::InternalReprojectionError(), libmv_reprojectionErrorForImage(), libmv_reprojectionErrorForTrack(), and libmv::ModalSolver().