Packages

class CropImage extends ImageTransformerStage

Crops the image for processing. The parameters are: "x" - First dimension; start of crop "y" - second dimension - start of crop "height" -height of cropped image "width" - width of cropped image "stageName" - "crop"

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

    params

    ParameterMap of the dimensions for cropping

Value Members

  1. def apply(image: Mat): Mat
    Definition Classes
    CropImageImageTransformerStage
  2. val height: Int
  3. val stageName: String
    Definition Classes
    CropImageImageTransformerStage
  4. val width: Int
  5. val x: Int
  6. val y: Int