- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
opencv函数集锦(Opencv function highlights)
opencv函数集锦(Opencv function highlights)
1, cvLoadImage: load the image file to memory;
2, cvNamedWindow: create a window on the screen;
3, cvShowImage: displays images in a created window;
4: cvWaitKey: pause the program and wait for the user to trigger a keystroke operation;
5, cvReleaseImage: release the memory allocated to the image file;
6: cvDestroyWindow: destroy the window that displays the image file;
7, cvCreateFileCapture: determine the AVI file to read through the parameter settings;
8, cvQueryFrame: used to load the next frame of video files into memory;
9, cvReleaseCapture: release the memory space created by the CvCapture structure;
10, cvCreateTrackbar: create a scroll bar;
11, cvSetCaptureProperty: sets the various attributes of the CvCapture object;
12, cvGetCaptureProperty: query the various attributes of CvCapture objects;
13, cvGetSize: the size of the current image structure;
14: cvSmooth: smoothing the image;
15, cvPyrDown: image Pyramid, down sampling, image reduced to the original 1/4;
16, cvCanny:Canny edge detection;
17, cvCreateCameraCapture: read data from the camera device;
18, cvCreateVideoWriter: creates a write device to write video stream to video file by frame;
19, cvWriteFrame: write the video stream to the file by frame;
20, cvReleaseVideoWriter: release the memory space created by the CvVideoWriter structure;
21, CV_MAT_ELEM: get an element from the matrix;
22, cvAbs: computes the absolute values of all elements in an array;
23, cvAbsDiff: calculate the absolute value of the difference between the two arrays;
24, cvAbsDiffS: calculates the absolute value of an array and a scalar difference;
25, cvAdd: two elements of the array plus operations;
26, cvAddS: an array and a scalar element level addition operations;
27 and cvAddWeighted: weighted addition operations (alpha operations) at the element level of two arrays;
28, cvAvg: calculate the average value of all elements in an array;
29, cvAvgSdv: computes the absolute and standard
您可能关注的文档
- 图放大代码(Figure enlarge code).doc
- 在 word 中如何输入分数(How do I enter a fraction in word).doc
- 在cad中如何对三维体渲染(How to render 3D body in CAD).doc
- 在pocket pc的today界面上的任务栏加入你的应用程序图标(Add taskbar to your application icon on the taskbar at the pocket PC today interface).doc
- 在ubuntu server配置iptables防火墙(在Ubuntu服务器配置iptables防火墙).doc
- 在eclipse中使用svn配置步骤(Using the SVN configuration step in eclipse).doc
- 在unix下用c编写类windows菜单(Write the class windows menu in C under UNIX).doc
- 在vmware中安装和配置windows集群(Installing and configuring windows clusters in VMWare).doc
- 在域控上批量的增加用户(Increase the number of users on the domain control).doc
- 在家自制果冻~牛奶冻~冰激凌等的方法(Home made jelly ~ milk ice ~ ice cream and so on).doc
原创力文档


文档评论(0)