Uses of Interface
boofcv.abst.sfm.d3.VisualOdometry
Packages that use VisualOdometry
-
Uses of VisualOdometry in boofcv.abst.sfm.d3
Subinterfaces of VisualOdometry in boofcv.abst.sfm.d3Modifier and TypeInterfaceDescriptioninterfaceDepthVisualOdometry<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.interfaceMonocularPlaneVisualOdometry<T extends ImageBase<T>>Estimates the camera's motion relative to the ground plane.interfaceMonocularVisualOdometry<T extends ImageBase<T>>Interface for visual odometry from a single camera that provides 6-DOF pose.interfaceStereoVisualOdometry<T extends ImageBase<T>>Stereo visual odometry algorithms that estimate the camera's ego-motion in Euclidean space using a pair of stereo images.Classes in boofcv.abst.sfm.d3 that implement VisualOdometryModifier and TypeClassDescriptionclassMonocularPlaneVisualOdometryScaleInput<T extends ImageBase<T>>* Wrapper aroundMonocularPlaneVisualOdometrywhich scales the input images.classMonoOverhead_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>Wrapper aroundVisOdomMonoOverheadMotion2DforMonocularPlaneVisualOdometry.classMonoPlaneInfinity_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>Wrapper aroundVisOdomMonoPlaneInfinityforMonocularPlaneVisualOdometry.classPyramidDirectColorDepth_to_DepthVisualOdometry<T extends ImageBase<T>,Depth extends ImageGray<Depth>> TODO writeclassStereoVisualOdometryScaleInput<T extends ImageBase<T>>Wrapper aroundStereoVisualOdometrywhich scales the input images.classVisOdomPixelDepthPnP_to_DepthVisualOdometry<Vis extends ImageBase<Vis>,Depth extends ImageGray<Depth>> Wrapper aroundVisOdomMonoDepthPnPforDepthVisualOdometry.classWrapVisOdomDualTrackPnP<T extends ImageGray<T>>Wrapper aroundVisOdomDualTrackPnPforStereoVisualOdometry.classWrapVisOdomMonoStereoDepthPnP<T extends ImageGray<T>>Wrapper aroundVisOdomMonoDepthPnPforStereoVisualOdometry.classWrapVisOdomQuadPnP<T extends ImageGray<T>,TD extends TupleDesc<TD>> Wrapper aroundVisOdomStereoQuadPnPforStereoVisualOdometry.