自定义博客皮肤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中文网

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

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

原创 遍历OpenCV中Mat结构最快速的方法

#pragma omp parallel for num_threads(64)for (int i = 0; i < src_bgr.rows; i++){ uchar* data = src_bgr.ptr(i); for (size_t j = 0; j < src_bgr.cols; j++) { int B = *data++; int G = *data++; i

2017-12-29 14:12:32 2403

原创 文字检测与文字识别开源程序

Scene text detection and recognition based on Extremal Region(ER)https://github.com/HsiehYiChia/Scene-text-recognition A real-time scene text recognition algorithm. Our system is able to recognize

2017-12-19 10:11:56 4710

原创 GPU编程优化

GPU程序优化(一)——基本概念https://zyddora.github.io/2016/03/25/gpu-optimization-1/GPU程序优化(二)——矩阵转置程序优化实例https://zyddora.github.io/2016/03/26/gpu-optimization-2/GPU程序优化(三)——矩阵转置程序优化实例(进阶版)h

2017-12-18 10:19:46 1218

原创 LBP Library - A Collection of LBP algorithms for background subtraction in videos

https://github.com/carolinepacheco/lbplibraryThe LBP Library is a collection of eleven Local Binary Patterns (LBP) algorithms developed for background subtractionproblem. The algorithms were imp

2017-12-14 09:35:26 661

原创 EffectiveTensorflow:TensorFlow tutorials and best practices

https://github.com/vahidk/EffectiveTensorflowTensorFlow BasicsUnderstanding static and dynamic shapesScopes and when to use themBroadcasting the good and the uglyFeeding data to TensorFlow

2017-12-13 16:53:39 246

原创 0-6岁宝宝身高体重发育对照表

http://baike.pcbaby.com.cn/qzbd/940627.html

2017-12-11 17:31:48 1163

原创 fatal error: Python.h: No such file or directory解决办法

sudo apt-get install scikit-image在安装scikit-image时出现如下错误:Installing collected packages: subprocess32, python-dateutil, backports.functools-lru-cache, pyparsing, matplotlib, olefile, pillow, decorat

2017-12-11 11:33:45 15249 1

转载 Deep Learning Is a Black Box, but Health Care Won’t Mind

New algorithms are able to diagnose disease as accurately as expert physicians.by Monique Brouillette April 27, 2017Earlier this year, artificial intelligence scientist Sebastian Thrun

2017-12-08 16:17:13 872

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关注的人

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