Documentation of 'boofcv.alg.flow.DenseFlowPyramidBase' Java class
DenseFlowPyramidBase
boofcv.alg.flow

Class DenseFlowPyramidBase<T extends ImageGray>

    • Constructor Detail

      • DenseFlowPyramidBase

        public DenseFlowPyramidBase(double scale,
                                    double sigma,
                                    int maxLayers,
                                    InterpolatePixelS<GrayF32> interp)
    • Method Detail

      • process

        public void process(T image1,
                            T image2)
        Processes the raw input images. Normalizes them and creates image pyramids from them.
      • process

        public abstract void process(ImagePyramid<GrayF32> image1,
                                     ImagePyramid<GrayF32> image2)
        Computes dense optical flow from the provided image pyramid. Image gradient for each layer should be computed directly from the layer images.
        Parameters:
        image1 - Pyramid of first image
        image2 - Pyramid of second image

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.