Uses of Class
boofcv.factory.sfm.ConfigStereoQuadPnP
-
Uses of ConfigStereoQuadPnP in boofcv.factory.sfm
Modifier and TypeMethodDescriptionConfigStereoQuadPnP.setTo
(ConfigStereoQuadPnP src) static <T extends ImageGray<T>,
Desc extends TupleDesc<Desc>>
StereoVisualOdometry<T>FactoryVisualOdometry.stereoQuadPnP
(ConfigStereoQuadPnP config, Class<T> imageType) Creates a stereo visual odometry algorithm that uses the two most recent frames (4 images total) to estimate motion. -
Uses of ConfigStereoQuadPnP in boofcv.gui.controls
ModifierConstructorDescriptionControlPanelStereoQuadPnP
(ConfigStereoQuadPnP config, ControlPanelStereoQuadPnP.Listener listener)