Uses of Enum Class
net.algart.executors.modules.util.opencv.enums.ODistanceLabelType
Packages that use ODistanceLabelType
Package
Description
-
Uses of ODistanceLabelType in net.algart.executors.modules.opencv.matrices.misc
Methods in net.algart.executors.modules.opencv.matrices.misc that return ODistanceLabelTypeMethods in net.algart.executors.modules.opencv.matrices.misc with parameters of type ODistanceLabelTypeModifier and TypeMethodDescriptionvoidDistanceTransform.setLabelType(ODistanceLabelType labelType) -
Uses of ODistanceLabelType in net.algart.executors.modules.util.opencv.enums
Methods in net.algart.executors.modules.util.opencv.enums that return ODistanceLabelTypeModifier and TypeMethodDescriptionstatic ODistanceLabelTypeReturns the enum constant of this class with the specified name.static ODistanceLabelType[]ODistanceLabelType.values()Returns an array containing the constants of this enum class, in the order they are declared.