opencv学习
文章平均质量分 79
needalfan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cvDilate 源码分析(1)
在cv.h文件中对cvDilate的定义如下/* dilates input image (applies maximum filter) one or more times. If element pointer is NULL, 3x3 rectangular element is used */CVAPI(void) cvDilate( const CvArr* src, Cv原创 2009-11-05 13:53:00 · 3230 阅读 · 0 评论 -
opencv宏
1.CV_FUNCNAME 用于出错时可以报告出错的函数__FILE__ 说明出错的函数所在源文件名__LINE__ 说明出错位置的函数 cxerror.h 中 /* CV_FUNCNAME macro defines icvFuncName constant which is used by CV_ERROR macro */#ifdef CV_NO_FUNC_NAME原创 2009-11-06 11:15:00 · 968 阅读 · 1 评论
分享