|
MIRA
|
Compression of uint8 Buffers using libzip. More...
#include <utils/Buffer.h>
Go to the source code of this file.
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
| uint32 | getMaxCompressedLength (uint32 uncompressedSize) |
| Determine the maximum size of the compressed data for uncompressed data with a given length. More... | |
| void | compressBuffer (const Buffer< uint8 > &src, Buffer< uint8 > &ioDest, int compressionLevel=-1) |
| Compress a given buffer into a second buffer using libzip. More... | |
| void | uncompressBuffer (const Buffer< uint8 > &src, Buffer< uint8 > &ioDest) |
| Uncompress a given buffer into a second buffer using libzip. More... | |
Compression of uint8 Buffers using libzip.
1.8.14