public class ClipAndReduce<T extends boofcv.struct.image.ImageBase<T>>
extends java.lang.Object
| Constructor and Description |
|---|
ClipAndReduce(boolean clip,
boofcv.struct.image.ImageType<T> imageType)
Configuration constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
massage(T input,
T output)
Clipps and scales the input iamge as neccisary
|
public ClipAndReduce(boolean clip,
boofcv.struct.image.ImageType<T> imageType)
clip - If true it will first clip the image to make it square before reducing it's size. Otherwise both
sides are scaled independently to make it squareimageType - Type of image it iwll be processing