自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

OpenCV中文网

提问/交流可以在同名公众号后台私信

  • 博客(2)
  • 资源 (3)
  • 收藏
  • 关注

原创 测试矩阵连续运算的速度问题的代码

float r = 0.0f;RNG rng(1);double t1 = (double)getTickCount();for (size_t i = 0; i < 10000; i++){ Mat a, b, c; a = Mat::ones(512, 512, CV_32FC1); a = a * rng.uniform(0.0f, 100.0f); b = Mat::on

2016-09-22 11:15:18 411

原创 C++按照数字增长生成图像文件路径

C++按照数字增长生成图像文件路径void makeImagePath(const string &path,int index,string &imagePath){ char s[32]; sprintf(s, "%d", index); imagePath = path + s + string(".jpg");}随小,但经常用。

2016-09-06 11:44:35 463

data for scikit classfication demo

data for scikit classfication demo,http://blog.csdn.net/bevison/article/details/53606975

2016-12-13

Spectral SIFT

原链接:http://ga.navi.cs.kumamoto-u.ac.jp/wiki/index.php?Spectral%20SIFT Scale-space Processing Using Polynomial Representations Spectral SIFT

2014-04-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除