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