Packages

package opencv

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Blur extends ImageTransformerStage

    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

    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

    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

    Flips the image

  5. class GaussianKernel extends ImageTransformerStage

    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 ImageSetAugmenter extends Transformer with HasInputCol with HasOutputCol with DefaultParamsWritable with Wrappable with BasicLogging
  7. class ImageTransformer extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging

    Image processing stage.

    Image processing stage. Please refer to OpenCV for additional information

  8. abstract class ImageTransformerStage extends Serializable

    Image processing stage.

  9. class ResizeImage extends ImageTransformerStage

    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

  10. class Threshold extends ImageTransformerStage

    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
  2. object ColorFormat extends Serializable
  3. object CropImage extends Serializable
  4. object Flip extends Serializable
  5. object GaussianKernel extends Serializable
  6. object ImageSetAugmenter extends DefaultParamsReadable[ImageSetAugmenter] with Serializable
  7. object ImageTransformer extends DefaultParamsReadable[ImageTransformer] with Serializable

    Pipelined image processing.

  8. object OpenCVUtils
  9. object ResizeImage extends Serializable

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

  10. object Threshold extends Serializable

Ungrouped