#include <ImageCompress.h>
Inheritance diagram for MLPCompressor:


Public Types | |
| enum | { RESHOW = 20 } |
Public Member Functions | |
| MLPCompressor (uint partSize, uint hidden1, uint hidden2, PublicValues &pv=defaultControl) | |
| virtual Image * | compressTiles (const Images &images) |
| virtual void | valueChanged (const Value &val) |
| MultiLayerNetwork & | getNet () |
| direct manipulation with the net - not needed for standard opraration. be careful! | |
| void | fillExamples (const Images &images, TrainingSet &dest) |
| if you want the examples used inside .. | |
Protected Member Functions | |
| Image * | getResult () |
Protected Attributes | |
| MultiLayerNetwork | _net |
| std::vector< Vector > | vectored |
| Creal | _reshow |
|
|
|
|
||||||||||||||||||||
|
|
|
|
Implements TileCompressor. |
|
||||||||||||
|
if you want the examples used inside ..
|
|
|
direct manipulation with the net - not needed for standard opraration. be careful!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5