1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

specified KeyPoint::angle in rst doc and code comment

This commit is contained in:
Maria Dimashova
2012-07-14 15:36:35 +00:00
parent bfe6e2c4b1
commit 6dc5cd15ed
2 changed files with 4 additions and 2 deletions
@@ -24,7 +24,7 @@ KeyPoint
.. ocv:member:: float angle
computed orientation of the keypoint (-1 if not applicable)
computed orientation of the keypoint (-1 if not applicable). Its possible values are in a range [0,360) degrees. It is measured relative to image coordinate system (y-axis is directed downward), ie in clockwise.
.. ocv:member:: float response