資源簡介
Learning OpenCV computer vision with the OpenCV library.pdf
Mastering OpenCV with Practical Computer Visi.pdf
OpenCV 2 Computer Vision Application Programming Cookbook.pdf
(--OpenCV 2 計算機視覺編程手冊)
Opencv-reference-manual-2.3.1.pdf
OpenCV 2 計算機視覺編程手冊(隨書源碼及圖片)
OpenCV教程-基礎篇.pdf
代碼片段和文件信息
/*------------------------------------------------------------------------------------------*\
???This?file?contains?material?supporting?chapter?1?of?the?cookbook:??
???Computer?Vision?Programming?using?the?OpenCV?Library.?
???by?Robert?Laganiere?Packt?Publishing?2011.
???This?program?is?free?software;?permission?is?hereby?granted?to?use?copy?modify?
???and?distribute?this?source?code?or?portions?thereof?for?any?purpose?without?fee?
???subject?to?the?restriction?that?the?copyright?notice?may?not?be?removed?
???or?altered?from?any?source?or?altered?source?distribution.?
???The?software?is?released?on?an?as-is?basis?and?without?any?warranties?of?any?kind.?
???In?particular?the?software?is?not?guaranteed?to?be?fault-tolerant?or?free?from?failure.?
???The?author?disclaims?all?warranties?with?regard?to?this?software?any?use?
???and?any?consequent?failure?is?purely?the?responsibility?of?the?user.
?
???Copyright?(C)?2010-2011?Robert?Laganiere?www.laganiere.name
\*------------------------------------------------------------------------------------------*/
#include?
#include?
int?main()?{
//?read?an?image
cv::Mat?image=?cv::imread(“img.jpg“);
//?create?image?window?named?“My?Image“
cv::namedWindow(“My?Image“);
//?show?the?image?on?window
cv::imshow(“My?Image“?image);
//?wait?key?for?5000?ms
cv::waitKey(5000);
return?1;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???14084696??2013-10-01?21:59??OpenCV\Learning?OpenCV?computer?vision?with?the?OpenCV?library.pdf
?????文件????6639228??2013-10-01?22:01??OpenCV\Mastering?OpenCV?with?Practical?Computer?Visi.pdf
?????文件????6696589??2011-07-08?16:22??OpenCV\OpenCV?2?Computer?Vision?Application?Programming?Cookbook.pdf
?????文件????????126??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\.gitignore
?????文件????????515??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\anotherQtGUI.pro
?????文件???????1284??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\main.cpp
?????文件???????2261??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\mainwindow.cpp
?????文件???????1641??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\mainwindow.h
?????文件???????1908??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\mainwindow.ui
?????文件???????6307??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\Makefile
?????文件???????6722??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\Makefile.Debug
?????文件???????6771??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\Makefile.Release
?????文件???????4394??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\anotherQtGUI\ui_mainwindow.h
?????文件???????1449??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\main1.cpp
?????文件???????3008??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\main2.cpp
?????文件????????485??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtConsoleProject.pro
?????文件???????1284??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\main.cpp
?????文件???????1798??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\mainwindow.cpp
?????文件???????1647??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\mainwindow.h
?????文件???????1621??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\mainwindow.ui
?????文件???????6292??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\Makefile
?????文件???????6793??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\Makefile.Debug
?????文件???????6846??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\Makefile.Release
?????文件????????513??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\myQtGUIApp.pro
?????文件???????4097??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\myQtGUIApp\ui_mainwindow.h
?????文件????????491??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?01\README.txt
?????文件???????3493??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?02\addImages.cpp
?????文件??????15979??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?02\colorReduce.cpp
?????文件???????5276??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?02\contrast.cpp
?????文件????????613??2013-08-28?22:18??OpenCV\OpenCV?2?計算機視覺編程手冊\opencv-2-cookbook-src-master\Chapter?02\README.txt
............此處省略167個文件信息
評論
共有 條評論