src
Compression.h
Go to the documentation of this file.
1
/*
2
* Compression.h
3
*
4
* Created on: Sep 10, 2018
5
* Author: labm2414
6
*/
7
8
#ifndef SRC_COMPRESSION_H_
9
#define SRC_COMPRESSION_H_
10
11
#include <opencv2/opencv.hpp>
12
13
namespace
find_object
{
14
15
std::vector<unsigned char>
compressData
(
const
cv::Mat & data);
16
cv::Mat
uncompressData
(
const
unsigned
char
* bytes,
unsigned
long
size);
17
18
}
19
20
#endif
/* SRC_COMPRESSION_H_ */
find_object::compressData
std::vector< unsigned char > compressData(const cv::Mat &data)
Definition:
Compression.cpp:14
find_object::uncompressData
cv::Mat uncompressData(const unsigned char *bytes, unsigned long size)
Definition:
Compression.cpp:45
find_object
Definition:
Camera.h:38
find_object_2d
Author(s): Mathieu Labbe
autogenerated on Mon Dec 12 2022 03:43:35