@Reference(type=Article,
author={"Suzuki, S.","Abe, K."},
title="Topological Structural Analysis of Digitized Binary Image by Border Following",
year="1985",
journal="Computer Vision, Graphics and Image Processing",
pages={"32","46"},
month="January",
number="1",
volume="30")
public class SuzukiContourProcessor
extends Object
implements org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>
| Constructor and Description |
|---|
SuzukiContourProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(org.openimaj.image.FImage image) |
static Contour |
findContours(org.openimaj.image.FImage image)
Find contours in the given image and return the border
|
static Contour |
findContours(org.openimaj.image.FImage image,
SuzukiContourProcessor proc)
Detect borders hierarchically in this binary image.
|
void |
setMinRelativeChildProp(double d)
Set the threshold at which small children (measured relative to their
parent area) are removed.
|
public SuzukiContourProcessor()
public void analyseImage(org.openimaj.image.FImage image)
analyseImage in interface org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>public static Contour findContours(org.openimaj.image.FImage image)
image - the imagepublic static Contour findContours(org.openimaj.image.FImage image, SuzukiContourProcessor proc)
image - the imageproc - the contour detectorpublic void setMinRelativeChildProp(double d)
d - the threshold