Class ComputerVision.FindContours

  • All Implemented Interfaces:
    java.awt.image.BufferedImageOp, java.lang.Cloneable
    Enclosing class:
    ComputerVision

    public class ComputerVision.FindContours
    extends AbstractBufferedImageOp
    A filter that finds contours in the image.
    • Constructor Detail

      • FindContours

        public FindContours()
    • Method Detail

      • filter

        public java.awt.image.BufferedImage filter​(java.awt.image.BufferedImage source,
                                                   java.awt.image.BufferedImage destination)
        Find contours in the source image.
        Parameters:
        source - The source image.
        destination - Not used here. Required by superclass.
        Returns:
        An image of the contours.