public class StandardContourFinder extends java.lang.Object implements ContourFinder
Constructor and Description |
---|
StandardContourFinder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.opencv.core.MatOfPoint> |
findContours(org.opencv.core.Mat image)
Finds contours within an image.
|
public java.util.List<org.opencv.core.MatOfPoint> findContours(org.opencv.core.Mat image)
ContourFinder
findContours
in interface ContourFinder
image
- The image to find contours within.