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 MIRA_BASE_EXPORT | getMaxCompressedLength (uint32 uncompressedSize) |
Determine the maximum size of the compressed data for uncompressed data with a given length. More... | |
void MIRA_BASE_EXPORT | compressBuffer (const Buffer< uint8 > &src, Buffer< uint8 > &ioDest, int compressionLevel=-1) |
Compress a given buffer into a second buffer using libzip. More... | |
void MIRA_BASE_EXPORT | 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.