opencv矩阵操作函数源代码

opencv矩阵操作函数源代码

ID:18063672

大小:120.00 KB

页数:38页

时间:2018-09-13

opencv矩阵操作函数源代码_第1页
opencv矩阵操作函数源代码_第2页
opencv矩阵操作函数源代码_第3页
opencv矩阵操作函数源代码_第4页
opencv矩阵操作函数源代码_第5页
资源描述:

《opencv矩阵操作函数源代码》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、/*////////////////////////////////////////////////////////////////////////CvMat,CvMatND,CvSparceMatandIplImagesupportfunctions//(creation,deletion,copying,retrievingandsettingelementsetc.)////*/#include"_cxcore.h"staticstruct{Cv_iplCreateImageHeadercreateHead

2、er;Cv_iplAllocateImageDataallocateData;Cv_iplDeallocatedeallocate;Cv_iplCreateROIcreateROI;Cv_iplCloneImagecloneImage;}CvIPL;//MakesthelibraryusenativeIPLimageallocatorsCV_IMPLvoidcvSetIPLAllocators(Cv_iplCreateImageHeadercreateHeader,Cv_iplAllocateImageDataa

3、llocateData,Cv_iplDeallocatedeallocate,Cv_iplCreateROIcreateROI,Cv_iplCloneImagecloneImage){CV_FUNCNAME("cvSetIPLAllocators");__BEGIN__;if(!createHeader

4、

5、!allocateData

6、

7、!deallocate

8、

9、!createROI

10、

11、!cloneImage){if(createHeader

12、

13、allocateData

14、

15、deallocate

16、

17、createROI

18、

19、

20、cloneImage)CV_ERROR(CV_StsBadArg,"Eitherallthepointersshouldbenullor""theyallshouldbenon-null");}CvIPL.createHeader=createHeader;CvIPL.allocateData=allocateData;CvIPL.deallocate=deallocate;CvIPL.createROI=createROI;CvIPL.cloneImage=cloneImage;otherstaffofth

21、eCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOffic

22、eoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand__END__;}/********************************************************************************

23、*********CvMatcreationandbasicoperations*****************************************************************************************///CreatesCvMatandunderlyingdataCV_IMPLCvMat*cvCreateMat(intheight,intwidth,inttype){CvMat*arr=0;CV_FUNCNAME("cvCreateMat");__BE

24、GIN__;CV_CALL(arr=cvCreateMatHeader(height,width,type));CV_CALL(cvCreateData(arr));__END__;if(cvGetErrStatus()<0)cvReleaseMat(&arr);returnarr;}staticvoidicvCheckHuge(CvMat*arr){if((int64)

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

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

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