Uses of Enum Class
net.algart.executors.modules.cv.matrices.thresholds.SmoothAreasThreshold.ResultType
Packages that use SmoothAreasThreshold.ResultType
-
Uses of SmoothAreasThreshold.ResultType in net.algart.executors.modules.cv.matrices.thresholds
Methods in net.algart.executors.modules.cv.matrices.thresholds that return SmoothAreasThreshold.ResultTypeModifier and TypeMethodDescriptionSmoothAreasThreshold.getResultType()Returns the enum constant of this class with the specified name.static SmoothAreasThreshold.ResultType[]SmoothAreasThreshold.ResultType.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.thresholds with parameters of type SmoothAreasThreshold.ResultTypeModifier and TypeMethodDescriptionSmoothAreasThreshold.setResultType(SmoothAreasThreshold.ResultType resultType)