Packages

class Threshold extends ImageTransformerStage

Applies a threshold to each element of the image. Please refer to threshold for more information

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Threshold
  2. ImageTransformerStage
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Threshold(params: Map[String, Any])

    params

    Map of parameters and values

Value Members

  1. def apply(image: Mat): Mat
    Definition Classes
    ThresholdImageTransformerStage
  2. val maxVal: Double
  3. val stageName: String
    Definition Classes
    ThresholdImageTransformerStage
  4. val threshold: Double
  5. val thresholdType: Int