Packages

class Blur extends ImageTransformerStage

Blurs the image using a box filter. The params are a map of the dimensions of the blurring box. Please refer to OpenCV for more information.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Blur
  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 Blur(params: Map[String, Any])

    params

    Map of parameters and values

Value Members

  1. def apply(image: Mat): Mat
    Definition Classes
    BlurImageTransformerStage
  2. val height: Double
  3. val stageName: String
    Definition Classes
    BlurImageTransformerStage
  4. val width: Double