Uses of Interface
boofcv.abst.sfm.d3.VisualOdometry
-
Uses of VisualOdometry in boofcv.abst.sfm.d3
Modifier and TypeInterfaceDescriptioninterface
DepthVisualOdometry<Vis extends ImageBase<Vis>,
Depth extends ImageGray<Depth>> Visual odometry that estimate the camera's ego-motion in Euclidean space using a camera image and a depth image.interface
MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Estimates the camera's motion relative to the ground plane.interface
MonocularVisualOdometry<T extends ImageBase<T>>
Interface for visual odometry from a single camera that provides 6-DOF pose.interface
StereoVisualOdometry<T extends ImageBase<T>>
Stereo visual odometry algorithms that estimate the camera's ego-motion in Euclidean space using a pair of stereo images.Modifier and TypeClassDescriptionclass
MonocularPlaneVisualOdometryScaleInput<T extends ImageBase<T>>
* Wrapper aroundMonocularPlaneVisualOdometry
which scales the input images.class
MonoOverhead_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Wrapper aroundVisOdomMonoOverheadMotion2D
forMonocularPlaneVisualOdometry
.class
MonoPlaneInfinity_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Wrapper aroundVisOdomMonoPlaneInfinity
forMonocularPlaneVisualOdometry
.class
PyramidDirectColorDepth_to_DepthVisualOdometry<T extends ImageBase<T>,
Depth extends ImageGray<Depth>> TODO writeclass
StereoVisualOdometryScaleInput<T extends ImageBase<T>>
Wrapper aroundStereoVisualOdometry
which scales the input images.class
VisOdomPixelDepthPnP_to_DepthVisualOdometry<Vis extends ImageBase<Vis>,
Depth extends ImageGray<Depth>> Wrapper aroundVisOdomMonoDepthPnP
forDepthVisualOdometry
.class
WrapVisOdomDualTrackPnP<T extends ImageGray<T>>
Wrapper aroundVisOdomDualTrackPnP
forStereoVisualOdometry
.class
WrapVisOdomMonoStereoDepthPnP<T extends ImageGray<T>>
Wrapper aroundVisOdomMonoDepthPnP
forStereoVisualOdometry
.class
WrapVisOdomQuadPnP<T extends ImageGray<T>,
TD extends TupleDesc<TD>> Wrapper aroundVisOdomStereoQuadPnP
forStereoVisualOdometry
.