Commit 0f802396 authored by Asal Mirzaieva's avatar Asal Mirzaieva

add reqiured includes to the "Load, Modify, and Save an Image" tutorial

resolves #6944
parent 0a1812c2
......@@ -28,6 +28,8 @@ Here it is:
#include <cv.h>
#include <highgui.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <stdio.h>
using namespace cv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment