Uses of Class
boofcv.struct.calib.StereoParameters
Packages that use StereoParameters
Package
Description
-
Uses of StereoParameters in boofcv.abst.geo.calibration
Methods in boofcv.abst.geo.calibration that return StereoParametersModifier and TypeMethodDescriptionCalibrateStereoPlanar.process()Compute stereo calibration parameters -
Uses of StereoParameters in boofcv.abst.sfm.d3
Methods in boofcv.abst.sfm.d3 with parameters of type StereoParametersModifier and TypeMethodDescriptionvoidStereoVisualOdometry.setCalibration(StereoParameters parameters) Specifies intrinsic and extrinsic parameters for the stereo camera system.voidStereoVisualOdometryScaleInput.setCalibration(StereoParameters parameters) voidWrapVisOdomDualTrackPnP.setCalibration(StereoParameters parameters) voidWrapVisOdomMonoStereoDepthPnP.setCalibration(StereoParameters parameters) voidWrapVisOdomQuadPnP.setCalibration(StereoParameters parameters) -
Uses of StereoParameters in boofcv.alg.feature.associate
Methods in boofcv.alg.feature.associate with parameters of type StereoParametersModifier and TypeMethodDescriptionvoidStereoConsistencyCheck.setCalibration(StereoParameters param) -
Uses of StereoParameters in boofcv.alg.geo.pose
Methods in boofcv.alg.geo.pose with parameters of type StereoParametersModifier and TypeMethodDescriptionvoidPnPStereoDistanceReprojectionSq.setStereoParameters(StereoParameters param) voidPnPStereoEstimator.setStereoParameters(StereoParameters param) -
Uses of StereoParameters in boofcv.alg.sfm
Methods in boofcv.alg.sfm with parameters of type StereoParametersModifier and TypeMethodDescriptionvoidStereoProcessingBase.setCalibration(StereoParameters stereoParam) Specifies stereo parametersvoidStereoSparse3D.setCalibration(StereoParameters stereoParam) -
Uses of StereoParameters in boofcv.alg.sfm.d3
Methods in boofcv.alg.sfm.d3 with parameters of type StereoParametersModifier and TypeMethodDescriptionvoidVisOdomDualTrackPnP.setCalibration(StereoParameters param) Specifies the stereo parameters.voidVisOdomStereoQuadPnP.setCalibration(StereoParameters param) Sets and saves the stereo camera's calibration -
Uses of StereoParameters in boofcv.io.calibration
Methods in boofcv.io.calibration with parameters of type StereoParametersModifier and TypeMethodDescriptionstatic voidCalibrationIO.save(StereoParameters parameters, File filePath) static voidCalibrationIO.save(StereoParameters parameters, Writer outputWriter) Saves stereo camera model to diskstatic voidCalibrationIO.save(StereoParameters parameters, String outputPath) -
Uses of StereoParameters in boofcv.struct.calib
Methods in boofcv.struct.calib with parameters of type StereoParametersModifier and TypeMethodDescriptionvoidStereoParameters.setTo(StereoParameters src) Makes 'this' identical to 'src'.Constructors in boofcv.struct.calib with parameters of type StereoParameters