• 大小: 4.35MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-16
  • 语言: 其他
  • 标签: OpenCV  代码  

资源简介

OpenCV2 计算机视觉编程手册 配套源代码

资源截图

代码片段和文件信息

/*------------------------------------------------------------------------------------------*\
   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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-08-26 11:24  opencv-2-cookbook-src-master\
     文件         126  2013-08-29 13:18  opencv-2-cookbook-src-master\.gitignore
     目录           0  2015-08-26 11:24  opencv-2-cookbook-src-master\Chapter 01\
     文件         491  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\README.txt
     目录           0  2015-08-26 11:24  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\
     文件        6307  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\Makefile
     文件        6722  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\Makefile.Debug
     文件        6771  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\Makefile.Release
     文件         515  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\anotherQtGUI.pro
     文件        1284  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\main.cpp
     文件        2261  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\mainwindow.cpp
     文件        1641  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\mainwindow.h
     文件        1908  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\mainwindow.ui
     文件        4394  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\anotherQtGUI\ui_mainwindow.h
     文件        1449  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\main1.cpp
     文件        3008  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\main2.cpp
     文件         485  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtConsoleProject.pro
     目录           0  2015-08-26 11:24  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\
     文件        6292  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\Makefile
     文件        6793  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\Makefile.Debug
     文件        6846  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\Makefile.Release
     文件        1284  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\main.cpp
     文件        1798  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\mainwindow.cpp
     文件        1647  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\mainwindow.h
     文件        1621  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\mainwindow.ui
     文件         513  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\myQtGUIApp.pro
     文件        4097  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 01\myQtGUIApp\ui_mainwindow.h
     目录           0  2015-08-26 11:24  opencv-2-cookbook-src-master\Chapter 02\
     文件         613  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 02\README.txt
     文件        3493  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 02\addImages.cpp
     文件       15979  2013-08-29 13:18  opencv-2-cookbook-src-master\Chapter 02\colorReduce.cpp
............此处省略156个文件信息

评论

共有 条评论