欢迎来到天天文库
浏览记录
ID:38789951
大小:1.91 MB
页数:116页
时间:2019-06-19
《《学习材料OpenCV》PPT课件》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、OpenCV自学材料田永鸿北京大学数字媒体研究所第一部分OpenCV概述基础结构与操作基本OpenCV程序与示例注:本讲义中部分代码来自OpenCV样例,部分代码来自《OpenCV教程——基础篇》,部分代码则从网上收集。2OpenCV概述OpenCV是Intel开源计算机视觉库。它由一系列C函数和少量C++类构成,实现了图像处理和计算机视觉方面的很多通用算法。OpenCV的特点拥有包括300多个C函数的跨平台的中、高层API跨平台:Windows,Linux免费(FREE):无论对非商业应用和商业应用速度快使用方便34OpenCVstru
2、ctureCXCOREbasicstructuresandalgoritms,XMLsupport,drawingfunctionsCVImageprocessingandvisionHighGUIGUI,ImageandVideoI/OMLMachineLearningalgorithmsCVCamvideostreamprocessingTheFunctionalityinPicturesOpenCV的下载与安装1、下载地址http://www.opencv.org.cn/download/2、VC6.0下的安装与配置参见http:/
3、/www.opencv.org.cn/index.php/VC6%E4%B8%8B%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AE3、.NET2003下的安装与配置参见http://www.opencv.org.cn/index.php/VC.net_2003%E4%B8%8B%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AE6ConfiguringMSVS.net2k3Createa"Win32ConsoleProject"Makeitan"EmptyPr
4、oject"byselectingtheboxunder"ApplicationSettings"Aprojectisinitiallycreatedbyselecting:File->New->ProjectCreatingtheProjectConfiguringMSVS.net2k3RightClickthe"SourceFiles"Folderundertheprojectname("Tutorial"inthiscase)Add->AddnewItemCreatetheFirstFileSelect"C++file"andgiv
5、eitanameCreatingafilemakesitpossibletoset"AdditionalIncludeDirectives"intheC/C++paneundertheprojectproperties.ConfiguringMSVS.net2k3InordertobuildprojectsusingOpenCVtherequiredlibrariesanddirectivesmustbeincludedintheproject’spropertiesRightClickthenameoftheprojectandsele
6、ct"Properties"("Tutorial"inthiscase)OpenthePropertiesPaneConfiguringMSVS.net2k3UndertheC/C++tabselect"General"SetAdditionalIncludeDirectivesSelectthe"AdditionalIncludeDirectives"Addthefullpathtoeachofthefolderswhichcontain".h"filesrequiredtouseOpenCVBesuretoincludetrailin
7、g""C:ProgramFilesOpenCVcvauxincludeC:ProgramFilesOpenCVcxcoreincludeC:ProgramFilesOpenCVcvincludeC:ProgramFilesOpenCVotherlibshighguiC:ProgramFilesOpenCVotherlibscvcamincludeUtilizedDirectivesConfiguringMSVS.net2k3UndertheLinkertabselect"Input"S
8、etAdditionalDependenciesSelectthe"AdditionalDependencies""C:ProgramFilesOpenCVlibcv.lib""C:
此文档下载收益归作者所有