| Package | Description |
|---|---|
| boofcv.alg.filter.binary |
| Modifier and Type | Method and Description |
|---|---|
Contour |
Contour.copy() |
| Modifier and Type | Method and Description |
|---|---|
static List<Contour> |
BinaryImageOps.contour(ImageUInt8 input,
int rule,
ImageSInt32 output)
Given a binary image, connect together pixels to form blobs/clusters using the specified connectivity rule.
|
org.ddogleg.struct.FastQueue<Contour> |
LinearContourLabelChang2004.getContours() |
Copyright © 2013. All Rights Reserved.