Class ImageDistortBasic_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>>

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

public class ImageDistortBasic_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>> extends ImageDistortBasic<Input,Output,InterpolatePixelS<Input>>
Most basic implementation of ImageDistort for ImageGray. 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.