Uses of Interface
org.jvision.camera.distortion.LensDistortionBrown
Packages that use LensDistortionBrown
-
Uses of LensDistortionBrown in org.jvision.factory
Methods in org.jvision.factory that return LensDistortionBrownModifier and TypeMethodDescriptionCameraBuilder.createLensDistortionBrown()Create a new distortion representation based onBrown formalizationwith no distortion.CameraBuilder.createLensDistortionBrown(double[] coefficients)Create a new Brown based lens distortion with given coefficients.CameraBuilder.createLensDistortionBrown(double k1, double k2, double k3, double k4, double p1, double p2, double p3, double p4)Create a new distortion representation based onBrown formalizationwith radial coefficients (k1, k2, k3, k4) and tangential coefficients (p1, p2, p3, p4).CameraBuilder.createLensDistortionBrown(float[] coefficients)Create a new distortion representation based onBrown formalizationwith given coefficients.CameraBuilder.createLensDistortionBrown(org.jeometry.math.Vector coefficients)Create a new distortion representation based onBrown formalizationwith given coefficients.static LensDistortionBrownJVisionFactory.createLensDistortionBrown()Create a new distortion representation based onBrown formalizationwith no distortion.static LensDistortionBrownJVisionFactory.createLensDistortionBrown(double[] coefficients)Create a new Brown based lens distortion with given coefficients.static LensDistortionBrownJVisionFactory.createLensDistortionBrown(double k1, double k2, double k3, double k4, double p1, double p2, double p3, double p4)Create a new distortion representation based onBrown formalizationwith radial coefficients (k1, k2, k3, k4) and tangential coefficients (p1, p2, p3, p4).static LensDistortionBrownJVisionFactory.createLensDistortionBrown(float[] coefficients)Create a new distortion representation based onBrown formalizationwith given coefficients.static LensDistortionBrownJVisionFactory.createLensDistortionBrown(org.jeometry.math.Vector coefficients)Create a new distortion representation based onBrown formalizationwith given coefficients.