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

java.lang.Object
boofcv.alg.distort.impl.ImplImageDistort_PL<Input,Output>
All Implemented Interfaces:
ImageDistort<Planar<Input>,Planar<Output>>

public class ImplImageDistort_PL<Input extends ImageGray<Input>,Output extends ImageGray<Output>> extends Object implements ImageDistort<Planar<Input>,Planar<Output>>
Implementation of ImageDistort for Planar images.