Uses of Interface
boofcv.struct.distort.Point2Transform3_F64
Packages that use Point2Transform3_F64
Package
Description
-
Uses of Point2Transform3_F64 in boofcv.alg.distort
Classes in boofcv.alg.distort that implement Point2Transform3_F64Modifier 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_F64Modifier and TypeMethodDescriptionNarrowPixelToSphere_F64.copyConcurrent()
LensDistortionWideFOV.undistortPtoS_F64()
Removes lens distortion. -
Uses of Point2Transform3_F64 in boofcv.alg.distort.kanbra
Classes in boofcv.alg.distort.kanbra that implement Point2Transform3_F64Modifier 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_F64Modifier and TypeMethodDescriptionKannalaBrandtPtoS_F64.copyConcurrent()
LensDistortionKannalaBrandt.undistortPtoS_F64()
-
Uses of Point2Transform3_F64 in boofcv.alg.distort.spherical
Methods in boofcv.alg.distort.spherical with parameters of type Point2Transform3_F64Modifier and TypeMethodDescriptionvoid
CameraToEquirectangular_F64.setCameraModel
(int width, int height, Point2Transform3_F64 pixelToNSpherical) -
Uses of Point2Transform3_F64 in boofcv.alg.distort.universal
Classes in boofcv.alg.distort.universal that implement Point2Transform3_F64Modifier 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_F64Modifier and TypeMethodDescriptionUniOmniPtoS_F64.copyConcurrent()
LensDistortionUniversalOmni.undistortPtoS_F64()
-
Uses of Point2Transform3_F64 in boofcv.struct.distort
Methods in boofcv.struct.distort that return Point2Transform3_F64Modifier and TypeMethodDescriptionPoint2Transform3_F64.copyConcurrent()
Creates a copy of this transform for use in concurrent application.