Added define guard for ln10. Fixed some warnings.

This commit is contained in:
Daniel Angelov
2013-07-14 14:29:56 +03:00
parent 22c8010b2d
commit d35601209e
3 changed files with 22 additions and 17 deletions

View File

@@ -974,7 +974,7 @@ private:
* Finds the angles and the gradients of the image. Generates a list of pseudo ordered points.
*
* @param threshold The minimum value of the angle that is considered defined, otherwise NOTDEF
* @param n_bins The number of bins with which gradients are ordered by, using bucket sort.
* @param n_bins The number of bins with which gradients are ordered by, using bucket sort.
* @param list Return: Vector of coordinate points that are pseudo ordered by magnitude.
* Pixels would be ordered by norm value, up to a precision given by max_grad/n_bins.
*/