summaryrefslogtreecommitdiff
path: root/src/c/imageProcessing/interfaces/int_cvhighgui.h
diff options
context:
space:
mode:
authorsiddhu89902016-08-25 10:29:32 +0530
committersiddhu89902016-08-25 10:29:32 +0530
commitea1e22e36a9559448919d7ae2dd24a25743861ec (patch)
tree08126b46fe4fbeccdbc323af2c260ab9836a235f /src/c/imageProcessing/interfaces/int_cvhighgui.h
parentfbd135ca716c6f5ee8f91425cff6bef3c27dc6b6 (diff)
downloadscilab2c-ea1e22e36a9559448919d7ae2dd24a25743861ec.tar.gz
scilab2c-ea1e22e36a9559448919d7ae2dd24a25743861ec.tar.bz2
scilab2c-ea1e22e36a9559448919d7ae2dd24a25743861ec.zip
Basic image prcessing working for RPi
Diffstat (limited to 'src/c/imageProcessing/interfaces/int_cvhighgui.h')
-rw-r--r--src/c/imageProcessing/interfaces/int_cvhighgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/imageProcessing/interfaces/int_cvhighgui.h b/src/c/imageProcessing/interfaces/int_cvhighgui.h
index f08ac40b..d8ecf1c6 100644
--- a/src/c/imageProcessing/interfaces/int_cvhighgui.h
+++ b/src/c/imageProcessing/interfaces/int_cvhighgui.h
@@ -19,7 +19,7 @@ extern "C" {
#include "types.h"
-#include "opencv2/highgui.hpp"
+#include "opencv2/highgui/highgui.hpp"
#define g2d0CV_LoadImageim0(filename,name_size,loadtype) imcvLoadImages(filename,loadtype)
#define g2im0CV_ShowImageu80(winname,win_size,img) imcvShowImages(winname,img)