From cbed07bc1864d89797442e2f616b461cd42cf2d3 Mon Sep 17 00:00:00 2001 From: Kirill Kornyakov Date: Fri, 28 Jun 2013 12:21:52 +0400 Subject: [PATCH] Removed references to YG from samples --- modules/highgui/src/cap_libv4l.cpp | 4 +++- modules/highgui/src/cap_v4l.cpp | 4 +++- samples/cpp/stereo_calib.cpp | 15 ++++++--------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/modules/highgui/src/cap_libv4l.cpp b/modules/highgui/src/cap_libv4l.cpp index b081621b18..6027caec26 100644 --- a/modules/highgui/src/cap_libv4l.cpp +++ b/modules/highgui/src/cap_libv4l.cpp @@ -14,7 +14,9 @@ It has been tested with the motempl sample program First Patch: August 24, 2004 Travis Wood TravisOCV@tkwood.com For Release: OpenCV-Linux Beta4 opencv-0.9.6 Tested On: LMLBT44 with 8 video inputs -Problems? Post problems/fixes to OpenCV group on groups.yahoo.com +Problems? Post your questions at answers.opencv.org, + Report bugs at code.opencv.org, + Submit your fixes at https://github.com/Itseez/opencv/ Patched Comments: TW: The cv cam utils that came with the initial release of OpenCV for LINUX Beta4 diff --git a/modules/highgui/src/cap_v4l.cpp b/modules/highgui/src/cap_v4l.cpp index a788c903f9..23497a5958 100644 --- a/modules/highgui/src/cap_v4l.cpp +++ b/modules/highgui/src/cap_v4l.cpp @@ -14,7 +14,9 @@ It has been tested with the motempl sample program First Patch: August 24, 2004 Travis Wood TravisOCV@tkwood.com For Release: OpenCV-Linux Beta4 opencv-0.9.6 Tested On: LMLBT44 with 8 video inputs -Problems? Post problems/fixes to OpenCV group on groups.yahoo.com +Problems? Post your questions at answers.opencv.org, + Report bugs at code.opencv.org, + Submit your fixes at https://github.com/Itseez/opencv/ Patched Comments: TW: The cv cam utils that came with the initial release of OpenCV for LINUX Beta4 diff --git a/samples/cpp/stereo_calib.cpp b/samples/cpp/stereo_calib.cpp index 07621cef8c..2c65fb0992 100644 --- a/samples/cpp/stereo_calib.cpp +++ b/samples/cpp/stereo_calib.cpp @@ -14,15 +14,12 @@ Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 - OTHER OPENCV SITES: - * The source code is on sourceforge at: - http://sourceforge.net/projects/opencvlibrary/ - * The OpenCV wiki page (As of Oct 1, 2008 this is down for changing over servers, but should come back): - http://opencvlibrary.sourceforge.net/ - * An active user group is at: - http://tech.groups.yahoo.com/group/OpenCV/ - * The minutes of weekly OpenCV development meetings are at: - http://code.opencv.org/projects/opencv/wiki/Meeting_notes + OPENCV WEBSITES: + Homepage: http://opencv.org + Online docs: http://docs.opencv.org + Q&A forum: http://answers.opencv.org + Issue tracker: http://code.opencv.org + GitHub: https://github.com/Itseez/opencv/ ************************************************** */ #include "opencv2/calib3d/calib3d.hpp"