Skip to content

Instantly share code, notes, and snippets.

@jun1217
Last active March 30, 2019 09:12
Show Gist options
  • Select an option

  • Save jun1217/ad7e36636ad206c4bb923443f101da9c to your computer and use it in GitHub Desktop.

Select an option

Save jun1217/ad7e36636ad206c4bb923443f101da9c to your computer and use it in GitHub Desktop.
opencv_feature_match

  SIFT算法中做特征点匹配的时候就会利用到k-d树。而特征点匹配实际上就是一个通过距离函数在高维矢量之间进行相似性检索的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment