Should fix for OpenCV 3.0

This commit is contained in:
Joseph Redmon
2015-08-14 08:45:32 -07:00
parent 7ebaec7306
commit e625b32e06
6 changed files with 18 additions and 8 deletions

View File

@ -3,6 +3,11 @@
#include <stdio.h>
#include <math.h>
#ifdef OPENCV
#include "opencv2/highgui/highgui_c.h"
#include "opencv2/imgproc/imgproc_c.h"
#endif
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION