Uses of Enum Class
net.algart.executors.modules.cv.matrices.objects.binary.components.ConnectedObjectScanningAlgorithm
Packages that use ConnectedObjectScanningAlgorithm
-
Uses of ConnectedObjectScanningAlgorithm in net.algart.executors.modules.cv.matrices.objects.binary.components
Methods in net.algart.executors.modules.cv.matrices.objects.binary.components that return ConnectedObjectScanningAlgorithmModifier and TypeMethodDescriptionConnectedComponentScanning.getBitScanningAlgorithm()Returns the enum constant of this class with the specified name.static ConnectedObjectScanningAlgorithm[]ConnectedObjectScanningAlgorithm.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.components with parameters of type ConnectedObjectScanningAlgorithmModifier and TypeMethodDescriptionvoidConnectedComponentScanning.setBitScanningAlgorithm(ConnectedObjectScanningAlgorithm bitScanningAlgorithm)