#include <ColorViffCodec.h>
Public Methods | |
| ColorViffCodec (ColorSpaceType colorSpaceType=genericRGB) | |
| Constructor of the ColorViffCodec. | |
| void | decodeMatrix (std::istream &in, util::Matrix< Color< T, comps > > &mat) throw (util::MatrixException&, util::io::IOException&) |
| void | encodeMatrix (std::ostream &out, const util::Matrix< Color< T, comps > > &mat) throw (util::MatrixException&, util::io::IOException&) |
| util::Matrix< T > | getChannel (int c, util::Matrix< Color< T, comps > > &mat) const |
| Get the whole channel out of image mat. | |
|
||||||||||
|
Constructor of the ColorViffCodec.
|
|
||||||||||||||||
|
Get the whole channel out of image mat.
|