1 #ifndef COMPRESSED_DEPTH_IMAGE_TRANSPORT_RVL_CODEC_H_ 2 #define COMPRESSED_DEPTH_IMAGE_TRANSPORT_RVL_CODEC_H_ 11 int CompressRVL(
const unsigned short* input,
unsigned char* output,
15 void DecompressRVL(
const unsigned char* input,
unsigned short* output,
33 #endif // COMPRESSED_DEPTH_IMAGE_TRANSPORT_RVL_CODEC_H_
void EncodeVLE(int value)
void DecompressRVL(const unsigned char *input, unsigned short *output, int numPixels)
RvlCodec & operator=(const RvlCodec &)
int CompressRVL(const unsigned short *input, unsigned char *output, int numPixels)