Package boofcv.alg.sfm.overhead
Class CreateSyntheticOverheadViewS<T extends boofcv.struct.image.ImageGray<T>>
- java.lang.Object
-
- boofcv.alg.sfm.overhead.CreateSyntheticOverheadView<T>
-
- boofcv.alg.sfm.overhead.CreateSyntheticOverheadViewS<T>
-
public class CreateSyntheticOverheadViewS<T extends boofcv.struct.image.ImageGray<T>> extends CreateSyntheticOverheadView<T>
Implementation ofCreateSyntheticOverheadViewforImageGray.
-
-
Field Summary
-
Fields inherited from class boofcv.alg.sfm.overhead.CreateSyntheticOverheadView
mapPixels, overheadHeight, overheadWidth
-
-
Constructor Summary
Constructors Constructor Description CreateSyntheticOverheadViewS(boofcv.alg.interpolate.InterpolatePixelS<T> interp)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(T input, T output)Computes overhead view of input image.-
Methods inherited from class boofcv.alg.sfm.overhead.CreateSyntheticOverheadView
configure, getOverheadToPixel
-
-
-
-
Constructor Detail
-
CreateSyntheticOverheadViewS
public CreateSyntheticOverheadViewS(boofcv.alg.interpolate.InterpolatePixelS<T> interp)
Constructor- Parameters:
interp- Interpolation used when sampling camera image
-
-
Method Detail
-
process
public void process(T input, T output)
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 boofcv.struct.image.ImageGray<T>>- Parameters:
input- (Input) Camera image.output- (Output) Image containing overhead view.
-
-