| Interface | Description |
|---|---|
| DepthVisualOdometry<Vis extends boofcv.struct.image.ImageBase,Depth extends boofcv.struct.image.ImageSingleBand> |
Visual odometry that estimate the camera's ego-motion in Euclidean space using a camera image and
a depth image.
|
| MonocularPlaneVisualOdometry<T extends boofcv.struct.image.ImageBase> |
Estimates the camera's motion relative to the ground plane.
|
| MonocularVisualOdometry<T extends boofcv.struct.image.ImageBase> |
Interface for visual odometry from a single camera that provides 6-DOF pose.
|
| StereoVisualOdometry<T extends boofcv.struct.image.ImageBase> |
Stereo visual odometry algorithms that estimate the camera's ego-motion in Euclidean space using a pair of
stereo images.
|
| VisualOdometry<M> |
Interface for Visual Odometry (VO) algorithms.
|
| Class | Description |
|---|---|
| MonocularPlaneVisualOdometryScaleInput<T extends boofcv.struct.image.ImageBase> |
* Wrapper around
MonocularPlaneVisualOdometry which scales the input images. |
| MonoOverhead_to_MonocularPlaneVisualOdometry<T extends boofcv.struct.image.ImageBase> |
Wrapper around
VisOdomMonoOverheadMotion2D for MonocularPlaneVisualOdometry. |
| MonoPlaneInfinity_to_MonocularPlaneVisualOdometry<T extends boofcv.struct.image.ImageBase> |
Wrapper around
VisOdomMonoPlaneInfinity for MonocularPlaneVisualOdometry. |
| StereoVisualOdometryScaleInput<T extends boofcv.struct.image.ImageBase> |
Wrapper around
StereoVisualOdometry which scales the input images. |
| VisOdomPixelDepthPnP_to_DepthVisualOdometry<Vis extends boofcv.struct.image.ImageBase,Depth extends boofcv.struct.image.ImageSingleBand> |
Wrapper around
VisOdomPixelDepthPnP for DepthVisualOdometry. |
| WrapVisOdomDualTrackPnP<T extends boofcv.struct.image.ImageSingleBand> |
TODO comment
|
| WrapVisOdomPixelDepthPnP<T extends boofcv.struct.image.ImageSingleBand> | |
| WrapVisOdomQuadPnP<T extends boofcv.struct.image.ImageSingleBand,TD extends boofcv.struct.feature.TupleDesc> |
Wrapper around
VisOdomQuadPnP for StereoVisualOdometry. |