mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 22:08:50 -05: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