public class ImageVectorizationEngine extends VectorizationEngine
conf, configProps, inputFormat, normalizeData, outputFilename, outputFormat, printStats, reader, shuffleOn, split, writer| Constructor and Description |
|---|
ImageVectorizationEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
In this case we are assuming that the Image input format gave us basically raw pixels
Thoughts
- Inside the vectorization engine is a great place to put a pluggable transformation system [ TODO: v2 ]
- example: MNIST binarization could be a pluggable transform
- example: custom thresholding on blocks of pixels
|
addTransform, applyTransforms, initializepublic void execute()
throws IOException
execute in class VectorizationEngineIOExceptionCopyright © 2016. All rights reserved.