47 #ifndef _MIRA_Z11CODEC_H_ 48 #define _MIRA_Z11CODEC_H_ 53 namespace mira {
namespace codec {
71 (
"Description",
"Lossless compression of 11bit depth images (i.e. max. depth values <2048 !)")
72 (
"Category" ,
"Image"))
81 template <
typename Reflector>
82 void reflect(Reflector &r)
#define MIRA_REFLECT_BASE(reflector, BaseClass)
virtual void decodeBuffer(const Buffer< uint8 > &data, TypedVoidPtr ioObjectPtr)
Implementation of BinarySerializerCodec.
Codec for lossless compression of 11 bit depth images (like Kinect depth images) that can be used tog...
Definition: Z11Codec.h:66
virtual Buffer< uint8 > encodeBuffer(TypedVoidConstPtr objectPtr)
Implementation of BinarySerializerCodec.
virtual TypeId getSupportedTypeId() const
Implementation of BinarySerializerCodec.