Class CreateSyntheticOverheadViewS<T extends boofcv.struct.image.ImageGray<T>>

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