Uses of Interface
boofcv.abst.sfm.AccessPointTracks
-
Uses of AccessPointTracks in boofcv.abst.sfm
Modifier and TypeInterfaceDescriptioninterface
Provides information on point feature based SFM tracking algorithm -
Uses of AccessPointTracks in boofcv.abst.sfm.d2
Modifier and TypeClassDescriptionclass
PlToGrayMotion2D<T extends ImageGray<T>,
IT extends InvertibleTransform<IT>> Wrapper which converts a planar image into a gray scale image before computing its image motion.class
WrapImageMotionPtkSmartRespawn<T extends ImageBase<T>,
IT extends InvertibleTransform<IT>> Wrapper aroundImageMotionPtkSmartRespawn
forImageMotion2D
. -
Uses of AccessPointTracks in boofcv.abst.sfm.d3
Modifier and TypeClassDescriptionclass
MonoOverhead_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Wrapper aroundVisOdomMonoOverheadMotion2D
forMonocularPlaneVisualOdometry
.class
MonoPlaneInfinity_to_MonocularPlaneVisualOdometry<T extends ImageBase<T>>
Wrapper aroundVisOdomMonoPlaneInfinity
forMonocularPlaneVisualOdometry
.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
.