Uses of Class
adams.data.opencv.ThresholdType
-
Packages that use ThresholdType Package Description adams.data.opencv adams.data.opencv.transformer -
-
Uses of ThresholdType in adams.data.opencv
Methods in adams.data.opencv that return ThresholdType Modifier and Type Method Description static ThresholdType
ThresholdType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThresholdType[]
ThresholdType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ThresholdType in adams.data.opencv.transformer
Fields in adams.data.opencv.transformer declared as ThresholdType Modifier and Type Field Description protected ThresholdType
Threshold. m_Type
the threshold type.Methods in adams.data.opencv.transformer that return ThresholdType Modifier and Type Method Description ThresholdType
Threshold. getType()
Returns the type.Methods in adams.data.opencv.transformer with parameters of type ThresholdType Modifier and Type Method Description void
Threshold. setType(ThresholdType value)
Sets the type.
-