Uses of Enum Class
gpl.contour.ContourMerge
Packages that use ContourMerge
- 
Uses of ContourMerge in gpl
Fields in gpl declared as ContourMergeModifier and TypeFieldDescriptionGPLParameters.contourMergeWhat to do with multiple contour patches within a single 'detection' - 
Uses of ContourMerge in gpl.contour
Methods in gpl.contour that return ContourMergeModifier and TypeMethodDescriptionstatic ContourMergeReturns 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.Methods in gpl.contour with parameters of type ContourMergeModifier and TypeMethodDescriptionContourFinder.mergeContours(ArrayList<GPLContour> contours, ContourMerge contourMerge) Optionally merge or discard contours depending on merge option.