public class ComputerVision.FindContours extends AbstractBufferedImageOp
| Constructor and Description |
|---|
FindContours() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage source,
java.awt.image.BufferedImage destination)
Find contours in the source image.
|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColorpublic java.awt.image.BufferedImage filter(java.awt.image.BufferedImage source,
java.awt.image.BufferedImage destination)
source - The source image.destination - Not used here. Required by superclass.