Package

com.microsoft.ml.spark

opencv

Permalink

package opencv

Visibility
  1. Public
  2. All

Type Members

  1. class Blur extends ImageTransformerStage

    Permalink

    Blurs the image using a box filter.

    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.

  2. class ColorFormat extends ImageTransformerStage

    Permalink

    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.

  3. class CropImage extends ImageTransformerStage

    Permalink

    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"

  4. class Flip extends ImageTransformerStage

    Permalink

    Flips the image

  5. class GaussianKernel extends ImageTransformerStage

    Permalink

    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.

  6. class ImageTransformer extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable

    Permalink

    Image processing stage.

    Image processing stage. Please refer to OpenCV for additional information

    Annotations
    @InternalWrapper()
  7. abstract class ImageTransformerStage extends Serializable

    Permalink

    Image processing stage.

  8. class ResizeImage extends ImageTransformerStage

    Permalink

    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

  9. class Threshold extends ImageTransformerStage

    Permalink

    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

Value Members

  1. object Blur extends Serializable

    Permalink
  2. object ColorFormat extends Serializable

    Permalink
  3. object CropImage extends Serializable

    Permalink
  4. object Flip extends Serializable

    Permalink
  5. object GaussianKernel extends Serializable

    Permalink
  6. object ImageTransformer extends DefaultParamsReadable[ImageTransformer] with Serializable

    Permalink

    Pipelined image processing.

  7. object OpenCVUtils

    Permalink
  8. object ResizeImage extends Serializable

    Permalink

    Resize object contains the information for resizing; "height" "width" "stageName" = "resize"

  9. object Threshold extends Serializable

    Permalink

Ungrouped