04 那么年玩过的Matlib
为什么先生2012
图像大法好
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MATLIB 多个子文件夹批量创造测试文件
maindir='Z:\\ '; writepath='Z:\\ '; %fp = fopen(maindir,'wt'); subdir =dir( maindir ); % 先确定子文件夹 for i = 3 : length( subdir ) if( isequal( subdir( i ).name, '.' ) || ... isequal( s原创 2016-07-15 10:13:14 · 705 阅读 · 0 评论 -
MAtlib 的 cvAdaptiveThreshold 局部二值化
1 MAtlib如何使用opencv函数 MATliB和opencv混编 教程 2 直接上代码 cvAdaptiveThreshold // Interface: cvAdaptiveThreshold // Author : zhang // Date : 2016-08-15 // CVAPI(void) cvAdaptiveThreshold( c原创 2016-08-16 08:26:56 · 875 阅读 · 0 评论
分享