diff options
author | shamikam | 2017-01-16 02:56:17 +0530 |
---|---|---|
committer | shamikam | 2017-01-16 02:56:17 +0530 |
commit | a6df67e8bcd5159cde27556f4f6a315f8dc2215f (patch) | |
tree | e806e966b06a53388fb300d89534354b222c2cad /sci_gateway1/cpp/common.h | |
download | FOSSEE_Image_Processing_Toolbox-master.tar.gz FOSSEE_Image_Processing_Toolbox-master.tar.bz2 FOSSEE_Image_Processing_Toolbox-master.zip |
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); + |