
OpenCV
文章平均质量分 70
qq_27931977
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OpenCV中将Mat,vector类型存为txt格式
C++: FileStorage::FileStorage(const string& source, int flags, const string& encoding=string())Parameters: source – Name of the file to open or the text string to read the data from. ...原创 2018-10-10 11:20:46 · 1646 阅读 · 0 评论 -
Opencv中circle函数画离散的直线或者圆
Circle,中文含义指:即圆形。cvCircle是指绘制圆形的一个程序函数。定义void cvCircle( CvArr* img, CvPoint center, int radius, CvScalar color, int thickness=1, int line_type=8, int shift=0 );参数 图像 ...原创 2019-01-10 11:57:18 · 979 阅读 · 3 评论 -
光条中心提取算法——steger算法(Hessian矩阵)的代码实现
下面三个网站是我自己找到的代码,但是都没跑过。其中最后一个好像根据steger写的代码改进的,可以重点看这个。第四个网网址是Halcon里面steger算法的介绍。https://github.com/allen52/Hessian-steger/tree/master/Hessian-stegerhttps://github.com/thorstenwagner/ij-ridgedete...原创 2019-07-15 16:58:24 · 11130 阅读 · 4 评论