Uses of Interface
boofcv.struct.distort.Point2Transform3_F32
Package
Description
-
Uses of Point2Transform3_F32 in boofcv.alg.distort
Modifier and TypeClassDescriptionclass
Given a transform from pixels to normalized image coordinate it will output unit sphere coordinates.Modifier and TypeMethodDescriptionNarrowPixelToSphere_F32.copyConcurrent()
LensDistortionWideFOV.undistortPtoS_F32()
Removes lens distortion. -
Uses of Point2Transform3_F32 in boofcv.alg.distort.kanbra
Modifier and TypeClassDescriptionclass
Backwards project from a distorted 2D pixel to 3D unit sphere coordinate using theCameraKannalaBrandt
model.Modifier and TypeMethodDescriptionKannalaBrandtPtoS_F32.copyConcurrent()
LensDistortionKannalaBrandt.undistortPtoS_F32()
-
Uses of Point2Transform3_F32 in boofcv.alg.distort.spherical
Modifier and TypeMethodDescriptionvoid
CameraToEquirectangular_F32.setCameraModel
(int width, int height, Point2Transform3_F32 pixelToNSpherical) -
Uses of Point2Transform3_F32 in boofcv.alg.distort.universal
Modifier and TypeClassDescriptionclass
Backwards project from a distorted 2D pixel to 3D unit sphere coordinate using theCameraUniversalOmni
model.Modifier and TypeMethodDescriptionUniOmniPtoS_F32.copyConcurrent()
LensDistortionUniversalOmni.undistortPtoS_F32()
-
Uses of Point2Transform3_F32 in boofcv.struct.distort
Modifier and TypeMethodDescriptionPoint2Transform3_F32.copyConcurrent()
Creates a copy of this transform for use in concurrent application.