前言:
1、googlecode
原始碼位址1:
2、googlecode
原始碼位址2:
3、c#版原始碼:
4、matlab版原始碼:
5、opencv版原始碼(英文注釋):
6、opencv版原始碼(中文注釋):
1、surf(wikipedia):
2、surf原**翻譯(pdf):
3、影象區域性不變性特徵與描述(pdf):
另外,還有許多可以參考的部落格,這裡不一一列出,surf與sift有許多相似之處,可以作為借鑑。
特徵檢測演算法 SURF
reference surf 演算法,全稱是 speeded up robust features。該運算元在保持 sift 運算元優良效能特點的基礎上,同時解決了 sift 計算複雜度高 耗時長的缺點,對興趣點提取及其特徵向量描述方面進行了改進,且計算速度得到提高。具體步驟為 1 構造hessia...
Surf特徵檢測
原文 對於其原理我還沒看過,只是略知道是特徵點檢測的,最近同學用到需要將檢測到的匹配的特徵點輸出來,這才看了一下函式的介面,如果以後用到了原理,再去研究和學習一下,這裡對 進行一下備份 cpp view plain copy include include include opencv2 core ...
surf特徵檢測描述和匹配
include include include opencv2 core core.hpp include opencv2 features2d features2d.hpp include opencv2 highgui highgui.hpp include includeusing names...