[opencv] 46/71: add reqiured includes to the "Load, Modify, and Save an Image" tutorial

Nobuhiro Iwamatsu iwamatsu at moszumanska.debian.org
Mon Oct 17 20:16:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

iwamatsu pushed a commit to annotated tag 2.4.13.1
in repository opencv.

commit 0f8023967c05ff0d2fd77889a091807d04ee7c5f
Author: Asal Mirzaieva <amirzaieva at luxoft.com>
Date:   Thu Aug 18 15:57:20 2016 +0300

    add reqiured includes to the "Load, Modify, and Save an Image" tutorial
    
    resolves #6944
---
 doc/tutorials/introduction/load_save_image/load_save_image.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/tutorials/introduction/load_save_image/load_save_image.rst b/doc/tutorials/introduction/load_save_image/load_save_image.rst
index bb77583..15ece4e 100644
--- a/doc/tutorials/introduction/load_save_image/load_save_image.rst
+++ b/doc/tutorials/introduction/load_save_image/load_save_image.rst
@@ -28,6 +28,8 @@ Here it is:
 
    #include <cv.h>
    #include <highgui.h>
+   #include <opencv2/imgproc/imgproc.hpp>
+   #include <stdio.h>
 
    using namespace cv;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list