From a6df67e8bcd5159cde27556f4f6a315f8dc2215f Mon Sep 17 00:00:00 2001 From: shamikam Date: Mon, 16 Jan 2017 02:56:17 +0530 Subject: First Commit --- sci_gateway1/cpp/common.h~ | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sci_gateway1/cpp/common.h~ (limited to 'sci_gateway1/cpp/common.h~') 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); -- cgit