mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
add reqiured includes to the "Load, Modify, and Save an Image" tutorial
resolves #6944
This commit is contained in:
@@ -28,6 +28,8 @@ Here it is:
|
||||
|
||||
#include <cv.h>
|
||||
#include <highgui.h>
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace cv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user