Uses of Interface
boofcv.alg.distort.LensDistortionNarrowFOV
Package
Description
-
Uses of LensDistortionNarrowFOV in boofcv.abst.fiducial
Modifier and TypeMethodDescription@Nullable LensDistortionNarrowFOV
FiducialDetector.getLensDistortion()
Returns the intrinsic parameters that it@Nullable LensDistortionNarrowFOV
FiducialDetectorPnP.getLensDistortion()
Modifier and TypeMethodDescriptionvoid
CalibrationFiducialDetector.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
FiducialDetector.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) Specifies how to remove lens distortion from the input image and how to convert pixels into normalized image coordinates.void
FiducialDetectorPnP.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
MicroQrCodeDetectorPnP.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
MicroQrCodePreciseDetector.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) Specifies transforms which can be used to change coordinates from distorted to undistorted and the opposite coordinates.void
QrCodeDetectorPnP.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
QrCodePreciseDetector.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) Specifies transforms which can be used to change coordinates from distorted to undistorted and the opposite coordinates.void
SquareBase_to_FiducialDetector.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) -
Uses of LensDistortionNarrowFOV in boofcv.abst.fiducial.calib
Modifier and TypeMethodDescriptionvoid
CalibrationDetectorChessboardBinary.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
CalibrationDetectorChessboardX.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
CalibrationDetectorCircleHexagonalGrid.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
CalibrationDetectorCircleRegularGrid.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
CalibrationDetectorMultiECoCheck.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) void
CalibrationDetectorSquareGrid.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) -
Uses of LensDistortionNarrowFOV in boofcv.abst.geo.calibration
Modifier and TypeMethodDescriptionvoid
DetectMultiFiducialCalibration.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) Explicitly handles lens distortion when detecting image features.void
DetectSingleFiducialCalibration.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) Explicitly handles lens distortion when detecting image features.void
MultiToSingleFiducialCalibration.setLensDistortion
(@Nullable LensDistortionNarrowFOV distortion, int width, int height) -
Uses of LensDistortionNarrowFOV in boofcv.alg.distort
Modifier and TypeMethodDescriptionvoid
NarrowToWidePtoP_F32.configure
(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) void
NarrowToWidePtoP_F64.configure
(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) ModifierConstructorDescriptionNarrowToWidePtoP_F32
(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) NarrowToWidePtoP_F64
(LensDistortionNarrowFOV narrow, LensDistortionWideFOV wide) -
Uses of LensDistortionNarrowFOV in boofcv.alg.distort.brown
-
Uses of LensDistortionNarrowFOV in boofcv.alg.distort.division
-
Uses of LensDistortionNarrowFOV in boofcv.alg.distort.pinhole
Modifier and TypeClassDescriptionclass
Projection when there is no lens distortion -
Uses of LensDistortionNarrowFOV in boofcv.alg.fiducial.dots
Modifier and TypeMethodDescriptionvoid
UchiyaMarkerImageTracker.setLensDistortion
(LensDistortionNarrowFOV distortion, int width, int height) Specify lens distortion. -
Uses of LensDistortionNarrowFOV in boofcv.alg.fiducial.microqr
Modifier and TypeMethodDescriptionvoid
MicroQrCodeDecoderImage.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) Specifies transforms which can be used to change coordinates from distorted to undistorted and the opposite coordinates. -
Uses of LensDistortionNarrowFOV in boofcv.alg.fiducial.qrcode
Modifier and TypeMethodDescriptionvoid
QrCodeAlignmentPatternLocator.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) void
QrCodeBinaryGridReader.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) void
QrCodeDecoderImage.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) Specifies transforms which can be used to change coordinates from distorted to undistorted and the opposite coordinates.void
SquareLocatorPatternDetectorBase.setLensDistortion
(int width, int height, @Nullable LensDistortionNarrowFOV model) Specifies transforms which can be used to change coordinates from distorted to undistorted and the opposite coordinates. -
Uses of LensDistortionNarrowFOV in boofcv.alg.fiducial.square
Modifier and TypeMethodDescriptionvoid
BaseDetectFiducialSquare.configure
(@Nullable LensDistortionNarrowFOV distortion, int width, int height, boolean cache) Specifies the image's intrinsic parameters and target sizevoid
QuadPoseEstimator.setLensDistoriton
(LensDistortionNarrowFOV distortion) Specifies the intrinsic parameters. -
Uses of LensDistortionNarrowFOV in boofcv.alg.geo
Modifier and TypeMethodDescriptionvoid
WorldToCameraToPixel.configure
(LensDistortionNarrowFOV distortion, Se3_F64 worldToCamera) Specifies intrinsic camera parameters and the transform from world to camera.static WorldToCameraToPixel
PerspectiveOps.createWorldToPixel
(LensDistortionNarrowFOV distortion, Se3_F64 worldToCamera) Creates a transform from world coordinates into pixel coordinates. -
Uses of LensDistortionNarrowFOV in boofcv.alg.sfm
Modifier and TypeMethodDescriptionvoid
DepthSparse3D.configure
(LensDistortionNarrowFOV model, PixelTransform<Point2D_F32> visualToDepth) Configures intrinsic camera parameters -
Uses of LensDistortionNarrowFOV in boofcv.factory.distort
Modifier and TypeMethodDescriptionstatic LensDistortionNarrowFOV
LensDistortionFactory.narrow
(CameraModel param) Creates thelens distortion
for the specified camera parameters. -
Uses of LensDistortionNarrowFOV in boofcv.simulation
Modifier and TypeMethodDescriptionvoid
SimulatePlanarWorld.setCamera
(LensDistortionNarrowFOV model, int width, int height)