Class ContourDetectorSettings
-
- All Implemented Interfaces:
public final class ContourDetectorSettings
Encapsulates settings for contour detector instance creation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ContourDetectorSettings.Builder
Builds an instance of ContourDetectorSettings
-
Field Summary
Fields Modifier and Type Field Description private final ContourDetector.Type
type
-
Method Summary
Modifier and Type Method Description final ContourDetector.Type
getType()
-
-
Method Detail
-
getType
final ContourDetector.Type getType()
-
-
-
-