资源描述:
《快速应用opencv-打开图像》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、创建SDI工程我使用的是VisualC++6.0,因此,本教程描述的是在VC6上面演示操作,如果您使用别的版本的VC,我想应该也差不多。首先,按照VC的向导,产生一个默认的MFC的工程,注意,选择SDI单文档支持的,同时最好选择“useMFCAsastaticlibrary”(防止MFC中使用OpenCV的内存泄露问题)具体请参看下面两幅图所示就这样子一路下去之后,基本的MFC框架就创建完成了。加入OpenCV库支持otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andD
2、irectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNi
3、ngxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand现在加入openCV必须的头文件和库文件。如下图所示,我们添加库文件:cxcore.libcv.libhighgui.libC:ProgramFilesOpenCVlib在Doc类中添加变量找到***Doc也就是文档类的定义,在开头加上HighGui.h的头文件包含,同时添加一个变量CImagem_image;。(应为公有成员变量)添加虚函数添加两个函数,分别用来打开
4、图片文件和保存图片文件,添加过程见下图的右键菜单。otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbee
5、ntheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand分别添加函数OnOpenDocument和OnSaveDocument如下面的代码BOOLCSDIOpenCVDoc::OnOpenDocument(LPCTSTRlpszPathNam
6、e){if(!CDocument::OnOpenDocument(lpszPathName))returnFALSE;//TODO:Addyourspecializedcreationcodeherem_image.Load(lpszPathName);returnTRUE;}BOOLCSDIOpenCVDoc::OnSaveDocument(LPCTSTRlpszPathName){otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewO
7、fficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountyparty
8、CommitteeSecretaryandrecorderoftheCounty