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