diff options
Diffstat (limited to 'sci_gateway1/cpp/common.h~')
-rw-r--r-- | sci_gateway1/cpp/common.h~ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci_gateway1/cpp/common.h~ b/sci_gateway1/cpp/common.h~ new file mode 100644 index 0000000..d42d9c7 --- /dev/null +++ b/sci_gateway1/cpp/common.h~ @@ -0,0 +1,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); |