OpenCV KeyPoint: information about angle and octave

前端 未结 5 1025
时光说笑
时光说笑 2021-02-09 08:31

I want to know more about KeyPoints, so can anyone told me what are


KeyPoint::angle

In OpenCV docs was mentioned that angle is computed orientation of the

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-09 08:41

    If you really want to understand the basics, just go to the basics:

    http://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf

    It is the first, and one of the most influential papers about image feature description/extraction. You may find it a bit hard to swallow, but it offers a good explanation of a complex problem.

提交回复
热议问题