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.
  • Constructor Details

    • CreateSyntheticOverheadViewS

      public CreateSyntheticOverheadViewS(InterpolatePixelS<T> interp)
      Constructor
      Parameters:
      interp - Interpolation used when sampling camera image
  • Method Details

    • 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:
      process in class CreateSyntheticOverheadView<T extends ImageGray<T>>
      Parameters:
      input - (Input) Camera image.
      output - (Output) Image containing overhead view.