Class ImageDistortBasic_IL<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>>

java.lang.Object
boofcv.alg.distort.ImageDistortBasic<Input,Output,InterpolatePixelMB<Input>>
boofcv.alg.distort.ImageDistortBasic_IL<Input,Output>
All Implemented Interfaces:
ImageDistort<Input,Output>

public class ImageDistortBasic_IL<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> extends ImageDistortBasic<Input,Output,InterpolatePixelMB<Input>>
Most basic implementation of ImageDistort for ImageInterleaved. 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.