blob: d42d9c70e3da6ef10566b6d882463c5ed178b65c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/***************************************************
Author : Sukul Bagai
***************************************************/
//using namespace std;
string type2str(int type);
int no_of_channels(int type);
int retrieveImage(Mat &image,int pos);
int returnImage(char *checker,Mat img,int pos);
//int retrieveImageFromAddress(Mat &image,int *piAddr);
|