资源简介
学习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“
<< argv[0] <<“ \n“
<< “For example:\n“
<< argv[0] << “ ../fruits.jpg\n“
<< std::endl;
}
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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 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个文件信息
- 上一篇:千月影视APP双端源码
- 下一篇:AVPro Video 1.11.7 最新版无水印
相关资源
- opencv3.4+opencv_contrib-3.4.0+VS2017+WIN10
- opencv3.4与opencv_contrib联合编译生成库
- 学习OpenCV3(英) 超清带书签PDF版 带
- OpenCV3.3
- 编译opencv3.1需要的ffmpeg_version.cmake文件
- vgg_generated_80.i
- opencv_createsamples.exe opencv_traincascade.
- opencv_world310.lib文件
- opencv300.props
- VS2015+opencv3.2+opencv contrib3.2+cmake3.8.2
- 数字图像处理-3.7混合空间增强法-骨骼
- OpenCV 3和Qt5计算机视觉应用开发_源码
- unity3d插件-脚本-图像识别OpenCVforUnit
- openCV中grabcut图像分割函数使用VS2017
- opencv3.4.1人脸识别小程序
- 基于OpenCV3.2+Qt5.8的basler相机硬件触发
- OpenCV3.3百度云链接
- 利用QT5.8与opencv3.2做的照片融合
- OpenCV3编程入门及源码百度网盘链接
- opencv3.0 鱼眼镜头标定校正代码
- OpenCV3.0实现SIFT特征提取+RANSAC剔除误匹
- vgg_generated_48.i
- vgg_generated_64.i
- opencv3.2 protobuf-cpp-3.1.0.tar.gz
- Ubuntu16.04+cuda9.0+cudnn7.05+opencv3.4.0+caff
评论
共有 条评论