Added LSD accuracy tests.

This commit is contained in:
Daniel Angelov
2013-07-13 00:25:33 +03:00
parent 5350a2f1d9
commit e51e00ac5f
3 changed files with 217 additions and 11 deletions

View File

@@ -844,7 +844,7 @@ public:
* Create an LSD object. Specifying scale, number of subdivisions for the image, should the lines be refined and other constants as follows:
*
* @param _refine How should the lines found be refined?
* NO_REFINE - No refinement applied.
* REFINE_NONE - No refinement applied.
* REFINE_STD - Standard refinement is applied. E.g. breaking arches into smaller line approximations.
* REFINE_ADV - Advanced refinement. Number of false alarms is calculated,
* lines are refined through increase of precision, decrement in size, etc.