Package boofcv.alg.sfm.overhead
Class CreateSyntheticOverheadViewS<T extends ImageGray<T>>
java.lang.Object
boofcv.alg.sfm.overhead.CreateSyntheticOverheadView<T>
boofcv.alg.sfm.overhead.CreateSyntheticOverheadViewS<T>
public class CreateSyntheticOverheadViewS<T extends ImageGray<T>>
extends CreateSyntheticOverheadView<T>
Implementation of
CreateSyntheticOverheadView for ImageGray.-
Field Summary
Fields inherited from class boofcv.alg.sfm.overhead.CreateSyntheticOverheadView
mapPixels, overheadHeight, overheadWidth -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class boofcv.alg.sfm.overhead.CreateSyntheticOverheadView
configure, getOverheadToPixel
-
Constructor Details
-
CreateSyntheticOverheadViewS
Constructor- Parameters:
interp- Interpolation used when sampling camera image
-
-
Method Details
-
process
Computes overhead view of input image. All pixels in input image are assumed to be on the ground plane.- Specified by:
processin classCreateSyntheticOverheadView<T extends ImageGray<T>>- Parameters:
input- (Input) Camera image.output- (Output) Image containing overhead view.
-