| Package | Description |
|---|---|
| org.canova.cli.subcommands | |
| org.canova.cli.vectorization |
| Modifier and Type | Method and Description |
|---|---|
VectorizationEngine |
Vectorize.createVectorizationEngine()
Creates an input format
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioVectorizationEngine |
class |
CSVVectorizationEngine
Vectorization Engine
- takes CSV input and converts it to a transformed vector output in a standard format
- uses the input CSV schema and the collected statistics from a pre-pass
|
class |
ImageVectorizationEngine
Reads from InputFormats where (generally, but up to InputFormat) each Writable in Collection is a pixel
Writes back out to the OutputFomat where we are assuming the last element is the double representing the class index
|
class |
TextVectorizationEngine |
class |
VideoVectorizationEngine |
Copyright © 2015. All rights reserved.