Uses of Interface
org.jvision.camera.distortion.LensDistortionOpenCV
Packages that use LensDistortionOpenCV
-
Uses of LensDistortionOpenCV in org.jvision.factory
Methods in org.jvision.factory that return LensDistortionOpenCVModifier and TypeMethodDescriptionCameraBuilder.createLensDistortionOpenCV()Create a new distortion representation based onOpenCV formalizationwith no distortion.CameraBuilder.createLensDistortionOpenCV(double[] coefficients)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).CameraBuilder.createLensDistortionOpenCV(double k1, double k2, double k3, double p1, double p2)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).CameraBuilder.createLensDistortionOpenCV(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).CameraBuilder.createLensDistortionOpenCV(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2, double s1, double s2, double s3, double s4)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).CameraBuilder.createLensDistortionOpenCV(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2, double s1, double s2, double s3, double s4, double tx, double ty)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).CameraBuilder.createLensDistortionOpenCV(float[] coefficients)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).CameraBuilder.createLensDistortionOpenCV(org.jeometry.math.Vector coefficients)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV()Create a new distortion representation based onOpenCV formalizationwith no distortion.static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(double[] coefficients)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(double k1, double k2, double k3, double p1, double p2)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2, double s1, double s2, double s3, double s4)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2, double s1, double s2, double s3, double s4, double tx, double ty)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(float[] coefficients)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).static LensDistortionOpenCVJVisionFactory.createLensDistortionOpenCV(org.jeometry.math.Vector coefficients)Create a new distortion representation based onOpenCV formalizationwith given coefficients.
An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).