Package org.ptolemy.opencv
Class ComputerVision.FindContours
- java.lang.Object
-
- com.jhlabs.image.AbstractBufferedImageOp
-
- org.ptolemy.opencv.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 Summary
Constructors Constructor Description FindContours()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImage
filter(java.awt.image.BufferedImage source, java.awt.image.BufferedImage destination)
Find contours in the source image.-
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColor
-
-
-
-
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.
-
-