Packages

class ResizeImage extends ImageTransformerStage

Resizes the image. The parameters of the ParameterMap are: "height" - the height of the resized image "width" - the width of the resized image "stageName" "size" - the shorter side of the resized image if keep aspect ratio is true, otherwise, the side length of both height and width. "keepAspectRatio" - if true, then the shorter side will be resized to "size" parameter Please refer to OpenCV for more information

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

    params

    ParameterMap of the parameters

Value Members

  1. def apply(image: Mat): Mat
    Definition Classes
    ResizeImageImageTransformerStage
  2. val stageName: String
    Definition Classes
    ResizeImageImageTransformerStage