public class FactoryShapeDetector
extends java.lang.Object
| Constructor and Description |
|---|
FactoryShapeDetector() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends boofcv.struct.image.ImageSingleBand> |
polygon(ConfigPolygonDetector config,
java.lang.Class<T> imageType)
Creates a polygon detector.
|
public static <T extends boofcv.struct.image.ImageSingleBand> BinaryPolygonConvexDetector<T> polygon(ConfigPolygonDetector config, java.lang.Class<T> imageType)
config - Configuration for polygon detectorimageType - Input image type