Uses of Enum Class
boofcv.alg.distort.AdjustmentType
-
Uses of AdjustmentType in boofcv.alg.distort
Modifier and TypeMethodDescriptionstatic AdjustmentType
Returns the enum constant of this class with the specified name.static AdjustmentType[]
AdjustmentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>,
O extends CameraPinhole, D extends CameraPinhole>
ImageDistort<T,T> LensDistortionOps.changeCameraModel
(AdjustmentType type, BorderType borderType, O original, D desired, D modified, ImageType<T> imageType) Creates a distortion for modifying the input image from one camera model into another camera model.static <O extends CameraPinhole,
D extends CameraPinhole>
Point2Transform2_F32LensDistortionOps_F32.transformChangeModel
(AdjustmentType type, O paramOriginal, D paramDesired, boolean desiredToOriginal, D paramMod) Creates aPoint2Transform2_F32
for converting pixels from original camera model into a new synthetic model.static <O extends CameraPinhole,
D extends CameraPinhole>
Point2Transform2_F64LensDistortionOps_F64.transformChangeModel
(AdjustmentType type, O paramOriginal, D paramDesired, boolean desiredToOriginal, D paramMod) Creates aPoint2Transform2_F32
for converting pixels from original camera model into a new synthetic model.