Uses of Interface
org.jvision.camera.distortion.LensDistortionOpenCV

Packages that use LensDistortionOpenCV
Package
Description
 
  • Uses of LensDistortionOpenCV in org.jvision.factory

    Modifier and Type
    Method
    Description
    Create a new distortion representation based on OpenCV formalization with no distortion.
    CameraBuilder.createLensDistortionOpenCV​(double[] coefficients)
    Create a new distortion representation based on OpenCV formalization with 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 on OpenCV formalization with 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 on OpenCV formalization with 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 on OpenCV formalization with 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 on OpenCV formalization with 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 on OpenCV formalization with 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 on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    Create a new distortion representation based on OpenCV formalization with no distortion.
    JVisionFactory.createLensDistortionOpenCV​(double[] coefficients)
    Create a new distortion representation based on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    JVisionFactory.createLensDistortionOpenCV​(double k1, double k2, double k3, double p1, double p2)
    Create a new distortion representation based on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    JVisionFactory.createLensDistortionOpenCV​(double k1, double k2, double k3, double k4, double k5, double k6, double p1, double p2)
    Create a new distortion representation based on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    JVisionFactory.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 on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    JVisionFactory.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 on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    JVisionFactory.createLensDistortionOpenCV​(float[] coefficients)
    Create a new distortion representation based on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).
    JVisionFactory.createLensDistortionOpenCV​(org.jeometry.math.Vector coefficients)
    Create a new distortion representation based on OpenCV formalization with given coefficients.

    An OpenCV distortion is made of 4 components: Radial distortion defined by coefficients k1, k2, k3 (simple) and k4, k5, k6 (rational).