From ea1e22e36a9559448919d7ae2dd24a25743861ec Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 25 Aug 2016 10:29:32 +0530 Subject: Basic image prcessing working for RPi --- src/c/imageProcessing/includes/cvhighgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/imageProcessing/includes/cvhighgui.h') diff --git a/src/c/imageProcessing/includes/cvhighgui.h b/src/c/imageProcessing/includes/cvhighgui.h index cae3dd1..2e959a5 100644 --- a/src/c/imageProcessing/includes/cvhighgui.h +++ b/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); -- cgit