add reqiured includes to the "Load, Modify, and Save an Image" tutorial
resolves #6944
This commit is contained in:
parent
0a1812c257
commit
0f8023967c
@ -28,6 +28,8 @@ Here it is:
|
||||
|
||||
#include <cv.h>
|
||||
#include <highgui.h>
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace cv;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user