package image
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class ResizeImageTransformer extends Transformer with HasInputCol with HasOutputCol with Wrappable with DefaultParamsWritable with BasicLogging
-
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"
-
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
- object ResizeImageTransformer extends DefaultParamsReadable[ResizeImageTransformer] with Serializable
- object ResizeUtils
- object UnrollBinaryImage extends DefaultParamsReadable[UnrollBinaryImage] with Serializable
- object UnrollImage extends DefaultParamsReadable[UnrollImage] with Serializable