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

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

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

原创 将ubuntu系统终端中显示的路径缩短

sudo notepadqq .bachrc找到if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ 'else PS1='${debian_

2017-02-22 14:11:58 507

原创 配置opencv工程最简单的方法

使用Cmake,填写CMakeLists.txt里面填写:PROJECT(opencv_demo)CMAKE_MINIMUM_REQUIRED(VERSION 2.8)if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) FIND_PACKAGE( O

2017-02-14 17:54:00 503

原创 cmake-CommandLineParser用法

http://blog.csdn.net/qq_23270939/article/details/54428728http://blog.csdn.net/qq_23270939/article/details/54428881http://www.tuicool.com/articles/ieuMRnrhttp://www.cnblogs.com/je

2017-02-09 17:46:59 559

原创 视差计算-双目立体校正

http://sourishghosh.com/2016/dense-disparity-maps-orb-descriptors/code https://github.com/sourishg/disparity-maphttp://sourishghosh.com/2016/stereo-calibration-cpp-opencv/code https://github.com

2017-02-08 17:47:51 2598

原创 Image retrieval C++ implementation

1. https://github.com/hlzz/libvot2. https://github.com/Tmbao/ImageRetrieval

2017-02-08 00:24:57 910

原创 PCAFlow-Sparse feature matching

http://files.is.tue.mpg.de/black/papers/cvpr2015_pcaflow.pdfFirst, we normalize the image contrast usingCLAHE [55] to increase detail that can be capturedby the feature detectors. Then, we use the

2017-02-07 17:58:02 841

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

多元线性回归模型的有偏估计

武汉理工大学理学院老师的课件 第一节 设计矩阵列复共线与岭回归 第二节 自变量重新组合与主成分回归 第三节 增广相关阵的特征根回归 第四节 均匀压缩估计 第五节 有偏估计的极值意义与几何意义 原链接 http://public.whut.edu.cn/slx/7keyan/jjhgmxshu/chapter3.pdf

2014-04-02

空空如也

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

TA关注的人

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