Blurs the image using a box filter.
Converts an image from one color space to another, eg COLOR_BGR2GRAY.
Converts an image from one color space to another, eg COLOR_BGR2GRAY. Refer to OpenCV for more information.
Crops the image for processing.
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"
Flips the image
Applies gaussian kernel to blur the image.
Applies gaussian kernel to blur the image. Please refer to OpenCV for detailed information about the parameters and their allowable values.
Image processing stage.
Image processing stage. Please refer to OpenCV for additional information
Image processing stage.
Resizes the image.
Resizes the image. The parameters of the ParameterMap are: "height" - the height of the image "width" "stageName" Please refer to OpenCV for more information
Applies a threshold to each element of the image.
Applies a threshold to each element of the image. Please refer to threshold for more information
Pipelined image processing.
Resize object contains the information for resizing; "height" "width" "stageName" = "resize"
Blurs the image using a box filter. The com.microsoft.ml.spark.core.serialize.params are a map of the dimensions of the blurring box. Please refer to OpenCV for more information.