Uses of Interface
boofcv.struct.distort.Point2Transform3_F64
Package
Description
-
Uses of Point2Transform3_F64 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_F64.copyConcurrent()
LensDistortionWideFOV.undistortPtoS_F64()
Removes lens distortion. -
Uses of Point2Transform3_F64 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_F64.copyConcurrent()
LensDistortionKannalaBrandt.undistortPtoS_F64()
-
Uses of Point2Transform3_F64 in boofcv.alg.distort.spherical
Modifier and TypeMethodDescriptionvoid
CameraToEquirectangular_F64.setCameraModel
(int width, int height, Point2Transform3_F64 pixelToNSpherical) -
Uses of Point2Transform3_F64 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_F64.copyConcurrent()
LensDistortionUniversalOmni.undistortPtoS_F64()
-
Uses of Point2Transform3_F64 in boofcv.struct.distort
Modifier and TypeMethodDescriptionPoint2Transform3_F64.copyConcurrent()
Creates a copy of this transform for use in concurrent application.