https://github.com/kikohs/freak/blob/master/src/freak.cpp#L389
The division by 2048 throws away a lot of data and introduces a bias towards negative infinity. Since the two directions are later divided anyway in the atan2 function, there is no need for this.
https://github.com/kikohs/freak/blob/master/src/freak.cpp#L389
The division by 2048 throws away a lot of data and introduces a bias towards negative infinity. Since the two directions are later divided anyway in the atan2 function, there is no need for this.