Uses of Enum Class
net.algart.executors.modules.cv.matrices.objects.RetainOrRemoveMode
Packages that use RetainOrRemoveMode
Package
Description
-
Uses of RetainOrRemoveMode in net.algart.executors.modules.cv.matrices.objects
Methods in net.algart.executors.modules.cv.matrices.objects that return RetainOrRemoveModeModifier and TypeMethodDescriptionFilterLabelledObjectsByIntersectionWithMask.getMode()static RetainOrRemoveModeReturns the enum constant of this class with the specified name.static RetainOrRemoveMode[]RetainOrRemoveMode.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 with parameters of type RetainOrRemoveModeModifier and TypeMethodDescriptionFilterLabelledObjectsByIntersectionWithMask.setMode(RetainOrRemoveMode mode) -
Uses of RetainOrRemoveMode in net.algart.executors.modules.cv.matrices.objects.binary.components
Methods in net.algart.executors.modules.cv.matrices.objects.binary.components that return RetainOrRemoveModeModifier and TypeMethodDescriptionFilterConnectedObjectsByAreas.getMode()FindConnectedWithMask.getMode()Methods in net.algart.executors.modules.cv.matrices.objects.binary.components with parameters of type RetainOrRemoveModeModifier and TypeMethodDescriptionFilterConnectedObjectsByAreas.setMode(RetainOrRemoveMode mode) voidFindConnectedWithMask.setMode(RetainOrRemoveMode mode)