Package boofcv.alg.sfm.overhead
Class CreateSyntheticOverheadViewPL<T extends ImageGray<T>>
java.lang.Object
boofcv.alg.sfm.overhead.CreateSyntheticOverheadView<Planar<T>>
boofcv.alg.sfm.overhead.CreateSyntheticOverheadViewPL<T>
public class CreateSyntheticOverheadViewPL<T extends ImageGray<T>>
extends CreateSyntheticOverheadView<Planar<T>>
Implementation of
CreateSyntheticOverheadView for Planar.-
Field Summary
Fields inherited from class boofcv.alg.sfm.overhead.CreateSyntheticOverheadView
mapPixels, overheadHeight, overheadWidth -
Constructor Summary
ConstructorsConstructorDescriptionCreateSyntheticOverheadViewPL(InterpolatePixelS<T>[] interp) Constructor which allows the interpolator for each band to be specifiedCreateSyntheticOverheadViewPL(InterpolationType type, int numBands, Class<T> imageType) Constructor which allows the type of interpolation to be specified. -
Method Summary
Methods inherited from class boofcv.alg.sfm.overhead.CreateSyntheticOverheadView
configure, getOverheadToPixel
-
Constructor Details
-
CreateSyntheticOverheadViewPL
Constructor which allows the interpolator for each band to be specified- Parameters:
interp- Interpolator for each band
-
CreateSyntheticOverheadViewPL
Constructor which allows the type of interpolation to be specified.- Parameters:
type- Type of interpolation usednumBands- Number of bands in the image.imageType- Image of each band
-
-
Method Details