Uses of Enum Class
net.algart.executors.modules.cv.matrices.objects.binary.boundaries.BoundaryType
Packages that use BoundaryType
-
Uses of BoundaryType in net.algart.executors.modules.cv.matrices.objects.binary.boundaries
Methods in net.algart.executors.modules.cv.matrices.objects.binary.boundaries that return BoundaryTypeModifier and TypeMethodDescriptionScanAndExtractContours.getBoundaryType()static BoundaryTypeReturns the enum constant of this class with the specified name.static BoundaryType[]BoundaryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.cv.matrices.objects.binary.boundaries with parameters of type BoundaryTypeModifier and TypeMethodDescriptionScanAndExtractContours.setBoundaryType(BoundaryType boundaryType)