Uses of Interface
org.jvision.camera.distortion.LensDistortionMetashape
Packages that use LensDistortionMetashape
-
Uses of LensDistortionMetashape in org.jvision.factory
Methods in org.jvision.factory that return LensDistortionMetashapeModifier and TypeMethodDescriptionCameraBuilder.createLensDistortionMetashape()Create a new distortion representation based onAgisoft Metashape(c) formalizationwith no distortion.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.CameraBuilder.createLensDistortionMetashape(double[] coefficients)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.CameraBuilder.createLensDistortionMetashape(double k1, double k2, double k3, double k4, double p1, double p2)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.CameraBuilder.createLensDistortionMetashape(float[] coefficients)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.CameraBuilder.createLensDistortionMetashape(org.jeometry.math.Vector coefficients)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.static LensDistortionMetashapeJVisionFactory.createLensDistortionMetashape()Create a new distortion representation based onAgisoft Metashape(c) formalizationwith no distortion.static LensDistortionMetashapeJVisionFactory.createLensDistortionMetashape(double[] coefficients)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.static LensDistortionMetashapeJVisionFactory.createLensDistortionMetashape(double k1, double k2, double k3, double k4, double p1, double p2)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.static LensDistortionMetashapeJVisionFactory.createLensDistortionMetashape(float[] coefficients)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.static LensDistortionMetashapeJVisionFactory.createLensDistortionMetashape(org.jeometry.math.Vector coefficients)Create a new distortion representation based onAgisoft Metashape(c) formalizationwith given coefficients.
An Agisoft Metashape (c) distortion is made of 2 components: Radial distortion defined by coefficients k1, k2, k3 and k4.