《学习opencv》笔记——基本数据结构,CvMat,矩阵访问...
分类:
其他好文 时间:
2014-06-05 03:25:34
阅读次数:
263
《学习opencv》笔记——IplImage数据结构...
分类:
其他好文 时间:
2014-06-05 01:03:48
阅读次数:
371
原创博客,转载请:http://blog.csdn.net/zhjm07054115/article/details/27577181...
分类:
其他好文 时间:
2014-06-03 04:53:59
阅读次数:
276
原理:使用GT人脸库做样本,VS2010下使用openCV2.44自带的Haar算法检測人脸区域,ASM
Library特征检測,然后使用YCrCb颜色空间做肤色检測,再用LBP+Gabor小波提取特征,最小邻近距离做分类识别。1、GT人脸库Georgia Tech
face database,网址...
分类:
其他好文 时间:
2014-06-01 23:54:42
阅读次数:
430
在静态类junit.framework.Assert或者静态类org.junit.Assert中存在以下几个方法
1.assertEquals()方法,用来查看对象中存的值是否是期待的值,与字符串比较中使用的equals()方法类似;
2.assertFalse()和assertTrue()方法,用来查看变量是是否为false或true,如果assertFalse()查看的变量的值是fal...
分类:
其他好文 时间:
2014-06-01 14:08:42
阅读次数:
259
前文曾详细探讨了关于OpenCV的使用,原本以为天下已太平。...
分类:
移动开发 时间:
2014-06-01 12:56:17
阅读次数:
906
生成json格式的字符串。需要相关包 1 package
cn.itcast.controller; 2 3 import static org.junit.Assert.*; 4 5 import
java.util.ArrayList; 6 import java.util.List; 7 .....
分类:
Web程序 时间:
2014-05-31 19:27:44
阅读次数:
348
OpenCV学习之八:随机数生成函数
{CSDN:CODE:370002}
运行结果:...
分类:
其他好文 时间:
2014-05-31 17:42:11
阅读次数:
416