opencv常用函数说明

opencv常用函数说明

ID:17000385

大小:51.50 KB

页数:12页

时间:2018-08-26

opencv常用函数说明_第1页
opencv常用函数说明_第2页
opencv常用函数说明_第3页
opencv常用函数说明_第4页
opencv常用函数说明_第5页
资源描述:

《opencv常用函数说明》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、OpenCV基础篇中的常用函数说明:(1)  函数名:cvActionTargetMod(...)Action=核心功能(corefunctionality)(e.g.set,create)Target=目标图像区域(targetimagearea)(e.g.contour,polygon)Mod=(可选的)调整语(optionalmodifiers)(e.g.argumenttype)(2)  矩阵数据类型:CV_(S

2、U

3、F)CS

4、=符号整型U=无符号整型F=浮点型E.g.:CV_8UC1是指一个8位无符号整型单通道矩阵,CV_32FC2是指一个32位浮点型双通道矩阵.(3)   图像数据类型:IPL_DEPTH_(S

5、U

6、F)E.g.:IPL_DEPTH_8U图像像素数据是8位无符号整型.IPL_DEPTH_32F图像像素数据是32位浮点型.(4)   头文件:#include#include#include#include#inclu

7、de//一般不需要,cv.h内已包含该头文件4、编译建议(1)  Linux:g++hello-world.cpp-ohello-world/-I/usr/local/include/opencv-L/usr/local/lib/-lm-lcv-lhighgui-lcvaux(2)   Windows:在VisualStudio的‘选项’和‘项目’中设置好OpenCV相关文件的路径。5、C例程otherstaffoftheCentre.Duringthewar,Zhuwast

8、ransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofS

9、tateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand////////////////////////////////////////////////////////////////////////////hello-world.cpp////该程序从文

10、件中读入一幅图像,将之反色,然后显示出来.//////////////////////////////////////////////////////////////////////////#include#include#include#include#includeintmain(intargc,char*argv[]){IplImage*img=0;intheight,width,step,channe

11、ls;uchar*data;inti,j,k;if(argc<2){printf("Usage:main/n/7");exit(0);}//loadanimageimg=cvLoadImage(argv[1]);if(!img){printf("Couldnotloadimagefile:%s/n",argv[1]);exit(0);}//gettheimagedataheight=img->height;width=img->width;step=img->widthStep;channels

12、=img->nChannels;data=(uchar*)img->imageData;otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpeci

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。