Documentation of 'boofcv.alg.sfm.overhead.CreateSyntheticOverheadViewPL' Java class
CreateSyntheticOverheadViewPL
boofcv.alg.sfm.overhead

Class CreateSyntheticOverheadViewPL<T extends ImageGray>

    • Constructor Detail

      • CreateSyntheticOverheadViewPL

        public CreateSyntheticOverheadViewPL(InterpolatePixelS<T>[] interp)
        Constructor which allows the interpolator for each band to be specified
        Parameters:
        interp - Interpolator for each band
      • CreateSyntheticOverheadViewPL

        public CreateSyntheticOverheadViewPL(TypeInterpolate type,
                                             int numBands,
                                             java.lang.Class<T> imageType)
        Constructor which allows the type of interpolation to be specified.
        Parameters:
        type - Type of interpolation used
        numBands - Number of bands in the image.
        imageType - Image of each band
    • Method Detail

      • process

        public void process(Planar<T> input,
                            Planar<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<Planar<T extends ImageGray>>
        Parameters:
        input - (Input) Camera image.
        output - (Output) Image containing overhead view.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.