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
- Alphabetic
- By Inheritance
Inherited
- CropImage
- ImageTransformerStage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All