Packages

package image

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ResizeImageTransformer extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging
  2. class UnrollBinaryImage extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging

    Converts the representation of an m X n pixel image to an m * n vector of Doubles

    Converts the representation of an m X n pixel image to an m * n vector of Doubles

    The input column name is assumed to be "image", the output column name is "<uid>_output"

  3. class UnrollImage extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging

    Converts the representation of an m X n pixel image to an m * n vector of Doubles

    Converts the representation of an m X n pixel image to an m * n vector of Doubles

    The input column name is assumed to be "image", the output column name is "<uid>_output"

Value Members

  1. object ResizeImageTransformer extends DefaultParamsReadable[ResizeImageTransformer] with Serializable
  2. object ResizeUtils
  3. object UnrollBinaryImage extends DefaultParamsReadable[UnrollBinaryImage] with Serializable
  4. object UnrollImage extends DefaultParamsReadable[UnrollImage] with Serializable

Ungrouped