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 TypeMethodDescriptionvoid
StereoVisualOdometry.setCalibration
(StereoParameters parameters) Specifies intrinsic and extrinsic parameters for the stereo camera system.void
StereoVisualOdometryScaleInput.setCalibration
(StereoParameters parameters) void
WrapVisOdomDualTrackPnP.setCalibration
(StereoParameters parameters) void
WrapVisOdomMonoStereoDepthPnP.setCalibration
(StereoParameters parameters) void
WrapVisOdomQuadPnP.setCalibration
(StereoParameters parameters) -
Uses of StereoParameters in boofcv.alg.feature.associate
Methods in boofcv.alg.feature.associate with parameters of type StereoParametersModifier and TypeMethodDescriptionvoid
StereoConsistencyCheck.setCalibration
(StereoParameters param) -
Uses of StereoParameters in boofcv.alg.geo.pose
Methods in boofcv.alg.geo.pose with parameters of type StereoParametersModifier and TypeMethodDescriptionvoid
PnPStereoDistanceReprojectionSq.setStereoParameters
(StereoParameters param) void
PnPStereoEstimator.setStereoParameters
(StereoParameters param) -
Uses of StereoParameters in boofcv.alg.sfm
Methods in boofcv.alg.sfm with parameters of type StereoParametersModifier and TypeMethodDescriptionvoid
StereoProcessingBase.setCalibration
(StereoParameters stereoParam) Specifies stereo parametersvoid
StereoSparse3D.setCalibration
(StereoParameters stereoParam) -
Uses of StereoParameters in boofcv.alg.sfm.d3
Methods in boofcv.alg.sfm.d3 with parameters of type StereoParametersModifier and TypeMethodDescriptionvoid
VisOdomDualTrackPnP.setCalibration
(StereoParameters param) Specifies the stereo parameters.void
VisOdomStereoQuadPnP.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 void
CalibrationIO.save
(StereoParameters parameters, File filePath) static void
CalibrationIO.save
(StereoParameters parameters, Writer outputWriter) Saves stereo camera model to diskstatic void
CalibrationIO.save
(StereoParameters parameters, String outputPath) -
Uses of StereoParameters in boofcv.struct.calib
Methods in boofcv.struct.calib with parameters of type StereoParametersModifier and TypeMethodDescriptionvoid
StereoParameters.setTo
(StereoParameters src) Makes 'this' identical to 'src'.Constructors in boofcv.struct.calib with parameters of type StereoParameters