- java.lang.Object
-
- boofcv.alg.distort.ImageDistortBasic<Input,Output,InterpolatePixelS<Input>>
-
- boofcv.alg.distort.ImageDistortBasic_SB<Input,Output>
-
- All Implemented Interfaces:
- ImageDistort<Input,Output>
- Direct Known Subclasses:
- ImplImageDistort_F32, ImplImageDistort_I16, ImplImageDistort_I8, ImplImageDistort_S32
public abstract class ImageDistortBasic_SB<Input extends ImageGray,Output extends ImageGray> extends ImageDistortBasic<Input,Output,InterpolatePixelS<Input>>
Most basic implementation ofImageDistortforImageGray. 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_SB(InterpolatePixelS<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_SB
public ImageDistortBasic_SB(InterpolatePixelS<Input> interp)
Specifies configuration parameters- Parameters:
interp- Interpolation algorithm
-
-
DataMelt 3.0 © DataMelt by jWork.ORG