Packages

package image

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Cluster extends AnyRef
  2. trait HasCellSize extends Params
  3. trait HasModifier extends Params
  4. class Superpixel extends Logging
  5. case class SuperpixelData(clusters: Seq[Seq[(Int, Int)]]) extends Product with Serializable
  6. class SuperpixelTransformer extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with HasCellSize with HasModifier with SynapseMLLogging

    A transformer that decomposes an image into it's superpixels

  7. class UnrollBinaryImage extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with SynapseMLLogging

    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"

  8. class UnrollImage extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with SynapseMLLogging

    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 Superpixel

    Based on "Superpixel algorithm implemented in Java" at popscan.blogspot.com/2014/12/superpixel-algorithm-implemented-in-java.html

  2. object SuperpixelData extends Serializable
  3. object SuperpixelTransformer extends DefaultParamsReadable[SuperpixelTransformer] with Serializable
  4. object UnrollBinaryImage extends DefaultParamsReadable[UnrollBinaryImage] with Serializable
  5. object UnrollImage extends DefaultParamsReadable[UnrollImage] with Serializable

Ungrouped