Package boofcv.alg.distort
-
Interface Summary Interface Description ImageDistort<Input extends ImageBase,Output extends ImageBase> Copies an image onto another image while applying a transform to the pixel coordinates.LensDistortionPinhole Creates point transforms for a specific lens distortion model for pin hole cameras. -
Class Summary Class Description DistortImageOps Provides common function for distorting images.DoNothingPixelTransform_F32 Pixel transform which sets the output to be exactly the same as the inputDoNothingPixelTransform_F64 Pixel transform which sets the output to be exactly the same as the inputFlipVertical_F32 Flips the image along the vertical axis.FlipVertical_F64 Flips the image along the vertical axis.FlipVerticalNorm_F64 Flips the image along the vertical axis and converted to normalized image coordinates using the provided transform.ImageDistortBasic<Input extends ImageBase,Output extends ImageBase,Interpolate extends InterpolatePixel<Input>> Most basic implementation ofImageDistort.ImageDistortBasic_IL<Input extends ImageInterleaved,Output extends ImageInterleaved> Most basic implementation ofImageDistortforImageInterleaved.ImageDistortBasic_SB<Input extends ImageGray,Output extends ImageGray> Most basic implementation ofImageDistortforImageGray.ImageDistortCache_SB<Input extends ImageGray,Output extends ImageGray> Except for very simple functions, computing the per pixel distortion is an expensive operation.LensDistortionOps Operations related to manipulating lens distortion in imagesLensDistortionRadialTangential Radial-Tangential lens distortion model point transforms.LensDistortionUndistorted Projection when there is no lens distortionNormalizedToPixel_F32 Converts normalized pixel coordinate into pixel coordinate.NormalizedToPixel_F64 Converts normalized pixel coordinate into pixel coordinate.PixelToNormalized_F32 Converts an image pixel coordinate into a normalized pixel coordinate using the camera's intrinsic parameters.PixelToNormalized_F64 Converts an image pixel coordinate into a normalized pixel coordinate using the camera's intrinsic parameters.PixelTransformAffine_F32 Distorts pixels usingAffine2D_F32.PixelTransformAffine_F64 Distorts pixels usingAffine2D_F64.PixelTransformCached_F32 Precomputes transformations for each pixel in the image.PixelTransformHomography_F32 Distorts pixels usingHomography2D_F32.PointToPixelTransform_F32 Allows aPointToPixelTransform_F32to be invoked as aPixelTransform_F32.PointToPixelTransform_F64 Allows aPointToPixelTransform_F64to be invoked as aPixelTransform_F64.PointTransformHomography_F32 PointTransformHomography_F64 RemovePerspectiveDistortion<T extends ImageBase> Class which simplifies the removal of perspective distortion from a region inside an image.TransformThenPixel_F32 Applies a transform which outputs normalized image coordinates then converts that into pixel coordinatesTransformThenPixel_F64 Applies a transform which outputs normalized image coordinates then converts that into pixel coordinates -
Enum Summary Enum Description AdjustmentType Types of adjustments that can be done to an undistorted image.
DataMelt 3.0 © DataMelt by jWork.ORG