summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/common.h
blob: 5de6cf7d8bdd1b8c1a15784be30e47d0a5a1b7d0 (plain)
1
2
3
4
5
6
7
8
9
/***************************************************
Author : Sukul Bagai
***************************************************/

string type2str(int type);
int no_of_channels(int type);
int retrieveImage(Mat &image,int pos);
int returnImage(char *checker,Mat img,int pos);