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