diff options
Diffstat (limited to 'src/c/imageProcessing/includes/cvcore.h')
-rw-r--r-- | src/c/imageProcessing/includes/cvcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/imageProcessing/includes/cvcore.h b/src/c/imageProcessing/includes/cvcore.h index 317d99b6..4f04e581 100644 --- a/src/c/imageProcessing/includes/cvcore.h +++ b/src/c/imageProcessing/includes/cvcore.h @@ -22,7 +22,7 @@ extern "C" { #include "opencv2/core/core.hpp" IplImage* imcvCreateImages(int width, int height, char *bit_depth, uint8 no_of_ch); - +void imcvGetImgSizes(IplImage* src, double* imgsize); #ifdef __cplusplus } /* extern "C" */ #endif |