Documentation of 'boofcv.abst.filter.FilterImageInterface' Java class
FilterImageInterface
boofcv.abst.filter

Interface FilterImageInterface<Input extends ImageBase,Output extends ImageBase>

    • Method Detail

      • process

        void process(Input input,
                     Output output)
        Processes the input image and writes the results to the output image.
        Parameters:
        input - Input image.
        output - Output image.
      • getHorizontalBorder

        int getHorizontalBorder()
        How many pixels are not processed along the horizontal border.
        Returns:
        Border size in pixels.
      • getVerticalBorder

        int getVerticalBorder()
        How many pixels are not processed along the vertical border.
        Returns:
        Border size in pixels.
      • getInputType

        ImageType<Input> getInputType()
        Specifies the input image type
        Returns:
        Input image type.
      • getOutputType

        ImageType<Output> getOutputType()
        Specifies the output image type
        Returns:
        Output image type.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.