opencv keyPoint 型態詳細說明
※ KeyPoint::KeyPoint Parameters :
- pt.x、pt.y : x、y -coordinate of the keypoint。
- size:keypoint diameter 此點直徑的大小( sift descriptor region size )。
- octave:代表是從金字塔( Guass pyramid )哪一層提取得到的數據。
- anglel:keypoint 方向。
- class_id:分類圖片時,可利用class_id對keypoint做區分( object id )。
- response:該點的強度大小,該點「角點」的程度。
請問RICH_KEYPOINT的圈有大有小
回覆刪除其中圓的半徑是取決於size嗎?還是response呢?
那半徑的值是怎麼決定的?