diff options
Diffstat (limited to '2.3-1/src/c/imageProcessing/includes/cvhighgui.h')
-rw-r--r-- | 2.3-1/src/c/imageProcessing/includes/cvhighgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/src/c/imageProcessing/includes/cvhighgui.h b/2.3-1/src/c/imageProcessing/includes/cvhighgui.h index cae3dd1b..2e959a5d 100644 --- a/2.3-1/src/c/imageProcessing/includes/cvhighgui.h +++ b/2.3-1/src/c/imageProcessing/includes/cvhighgui.h @@ -20,7 +20,7 @@ extern "C" { #include "types.h" #include "opencv2/core/core.hpp" -#include "opencv2/highgui.hpp" +#include "opencv2/highgui/highgui.hpp" IplImage* imcvLoadImages(char *filename, uint8 opentype); uint8 imcvShowImages(char *winname, IplImage* img); |