資源簡(jiǎn)介
學(xué)習(xí)OpenCV3
代碼片段和文件信息
//Example?2-1.?A?simple?OpenCV?program?that?loads?an?image?from?disk?and?displays?it
//on?the?screen
#include?
void?help(char**?argv?)?{
std::cout?<“\n“
<“A?simple?OpenCV?program?that?loads?and?displays?an?image?from?disk\n“
<\n“
<“For?example:\n“
< <}
int?main(?int?argc?char**?argv?)?{
if?(argc?!=?2)?{
help(argv);
return?0;
}
??cv::Mat?img?=?cv::imread(?argv[1]?-1?);
??if(?img.empty()?)?return?-1;
??cv::namedWindow(?“Example?2-1“?cv::WINDOW_AUTOSIZE?);
??cv::imshow(?“Example?2-1“?img?);
??cv::waitKey(?0?);
??cv::destroyWindow(?“Example?2-1“?);
??return?0;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
????.......????189623??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\adrian.jpg
????.......??????6148??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\.DS_Store
????.......????317775??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0214.jpg
????.......????317832??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0214L.jpg
????.......????325383??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0215.jpg
????.......????325446??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0215L.jpg
????.......????302958??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0217.jpg
????.......????302321??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0217L.jpg
????.......????296209??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0218.jpg
????.......????295342??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0218L.jpg
????.......????297508??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0219.jpg
????.......????297073??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0219L.jpg
????.......????348274??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0220.jpg
????.......????348262??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\IMG_0220L.jpg
????.......???????544??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\birdseye\intrinsics.xm
????.......??????5237??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\BlueCup.jpg
????.......?????50728??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\box.png
????.......????122490??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\box_in_scene.png
????.......????463757??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0191.jpg
????.......????407260??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0192.jpg
????.......????447239??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0193.jpg
????.......????451479??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0194.jpg
????.......????490611??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0195.jpg
????.......????450338??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0196.jpg
????.......????433052??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0197.jpg
????.......????429153??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0198.jpg
????.......????431073??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0199.jpg
????.......????457885??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0200.jpg
????.......????465117??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0201.jpg
????.......????466802??2017-08-04?09:23??Learning-OpenCV-3_examples-master\Learning-OpenCV-3_examples-master\calibration\IMG_0202.jpg
............此處省略173個(gè)文件信息
評(píng)論
共有 條評(píng)論