public class CreateSyntheticOverheadViewS<T extends boofcv.struct.image.ImageGray<T>> extends CreateSyntheticOverheadView<T>
CreateSyntheticOverheadView for ImageGray.mapPixels, overheadHeight, overheadWidth| Constructor and Description |
|---|
CreateSyntheticOverheadViewS(boofcv.alg.interpolate.InterpolatePixelS<T> interp)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(T input,
T output)
Computes overhead view of input image.
|
configure, getOverheadToPixelpublic CreateSyntheticOverheadViewS(boofcv.alg.interpolate.InterpolatePixelS<T> interp)
interp - Interpolation used when sampling camera imagepublic void process(T input, T output)
process in class CreateSyntheticOverheadView<T extends boofcv.struct.image.ImageGray<T>>input - (Input) Camera image.output - (Output) Image containing overhead view.