按类别分类
- 特征提取
SURF特征: http://www.vision.ee.ethz.ch/software/index.de.html(当然这只是其中之一)
LBP特征(一种纹理特征):http://www.comp.hkbu.edu.hk/~icpr06/tutorials/Pietikainen.html
Fast Corner Detection(OpenCV中的Fast算法):FASTCorner Detection -- Edward Rosten
- 机器视觉
A simple object detector with boosting(Awardedthe Best Short Course Prize at ICCV2005,So了解adaboost的推荐之作):http://people.csail.mit.edu/torralba/shortCourseRLOC/boosting/boosting.html
Boosting(该网页上有相当全的Boosting的文章和几个Boosting代码,本人推荐):http://cbio.mskcc.org/~aarvey/boosting_papers.html
Adaboost Matlab 工具:http://graphics.cs.msu.ru/en/science/research/machinelearning/adaboosttoolbox
MultiBoost(不说啥了,多类Adaboost算法的程序):http://sourceforge.net/projects/multiboost/
TextonBoost(我们教研室王冠夫师兄的毕设):Jamie Shotton - Code
Conditional RandomFields(CRF论文+Code列表,推荐)
隐马尔科夫模型(HiddenMarkov Models) 系列之一 - eaglex的专栏 - 博客频道 - CSDN.NET(推荐)
- 综合代码
CvPapers(好吧,牛吧网站,里面有ICCV,CVPR,ECCV,SIGGRAPH的论文收录,然后还有一些论文的代码搜集,要求加精!):http://www.cvpapers.com/
Computer VisionSoftware(里面代码很多,并详细的给出了分类):http://peipa.essex.ac.uk/info/software.html
某人的Windows Live(我看里面东东不少就收藏了):https://skydrive.live.com/?cid=3b6244088fd5a769#cid=3B6244088FD5A769&id=3B6244088FD5A769!523
MATLAB and Octave Functions for Computer Visionand Image Processing(这个里面的东西也很全,只是都是用Matlab和Octave开发的):http://www.csse.uwa.edu.au/~pk/research/matlabfns/
Computer VisionResources(里面的视觉算法很多,给出了相应的论文和Code,挺好的):https://netfiles.uiuc.edu/jbhuang1/www/resources/vision/index.html
MATLAB Functions for Multiple ViewGeometry(关于物体多视角计算的库):http://www.robots.ox.ac.uk/~vgg/hzbook/code/
Evolutive Algorithm based on Naïve Bayes modelsEstimation(单独列了一个算法的Code):http://www.cvc.uab.cat/~xbaro/eanbe/#_Software
- 主页代码
Jianxin Wu'shomepage(敝人用的比较多)
按专题分类
- 行人检测
Jianxin Wu'shomepage(就是上面的)
Berkeley大学做的PedestrianDetector,使用交叉核的支持向量机,特征使用HOG金字塔,提供Matlab和C++混编的代码:http://www.cs.berkeley.edu/~smaji/projects/ped-detector/
基于光流法的行人检测(无Code,仅为留存方便)http://www.cnblogs.com/wangbin_ben/archive/2010/09/21/1832843.html
- 视觉壁障
High Speed ObstacleAvoidance using Monocular Vision and Reinforcement Learning
- Tracking算法
TLD(2010年很火的tracking算法)
Optical Flow Algorithm Evaluation(提供了一个动态贝叶斯网络框架,例如递 归信息处理与分析、卡尔曼滤波、粒子滤波、序列蒙特卡罗方法等,C++写的)http://of-eval.sourceforge.net/
- 物体检测算法
- 人脸检测
Jianxin Wu'shomepage(又是这货)
- OpenCV中的Haar检测器
- ICA独立成分分析
- 滤波算法
卡尔曼滤波:The KalmanFilter(终极网页)
Bayesian Filtering Library: The Bayesian FilteringLibrary
- 路面识别
- 分割算法
MATLAB Normalized Cuts SegmentationCode:software
超像素分割:SLICSuperpixels