Uses of Enum Class
gpl.contour.ContourMerge
-
Uses of ContourMerge in gpl
Modifier and TypeFieldDescriptionGPLParameters.contourMerge
What to do with multiple contour patches within a single 'detection' -
Uses of ContourMerge in gpl.contour
Modifier and TypeMethodDescriptionstatic ContourMerge
Returns the enum constant of this class with the specified name.static ContourMerge[]
ContourMerge.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionContourFinder.mergeContours
(ArrayList<GPLContour> contours, ContourMerge contourMerge) Optionally merge or discard contours depending on merge option.