boofcv.alg.distort
Class ImageDistortBasic_IL<Input extends ImageInterleaved,Output extends ImageInterleaved>
- java.lang.Object
-
- boofcv.alg.distort.ImageDistortBasic<Input,Output,InterpolatePixelMB<Input>>
-
- boofcv.alg.distort.ImageDistortBasic_IL<Input,Output>
-
- All Implemented Interfaces:
- ImageDistort<Input,Output>
- Direct Known Subclasses:
- ImplImageDistort_IL_F32, ImplImageDistort_IL_U8
public abstract class ImageDistortBasic_IL<Input extends ImageInterleaved,Output extends ImageInterleaved> extends ImageDistortBasic<Input,Output,InterpolatePixelMB<Input>>
Most basic implementation ofImageDistortforImageInterleaved. Computes the distortion from the dst to src image for each pixel. The dst pixel value is then set to the interpolated value of the src image.
-
-
Constructor Summary
Constructors Constructor and Description ImageDistortBasic_IL(InterpolatePixelMB<Input> interp)Specifies configuration parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidapplyAll()voidapplyOnlyInside()-
Methods inherited from class boofcv.alg.distort.ImageDistortBasic
apply, apply, getRenderAll, setModel, setRenderAll
-
-
-
-
Constructor Detail
-
ImageDistortBasic_IL
public ImageDistortBasic_IL(InterpolatePixelMB<Input> interp)
Specifies configuration parameters- Parameters:
interp- Interpolation algorithm
-
-
DataMelt 3.0 © DataMelt by jWork.ORG