按類別分類
- 特征提取
-
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
