Ask Your Question

Revision history [back]

angle unit in keyPoint for AKAZE

Hi,

In opencv 3.0 doc unit angle is degree. For akaze descriptor it seems that angle are in radians. My values are in range 0 6.28 and source file at line 842 I found this line

kpt.angle = getAngle(sumX, sumY);

Getangle is in radian and I don't find any line where angle is converted in degrees. Something is weird