- This is the C++ implementation of the proposed line segment detector named AG3line: "Active Grouping and Geometry-Gradient Combined Validation for Fast Line Segment Extraction". Note that the codes rely on OpenCV 2.4 and was successfully compiled with VS2010.
- The folder "pic" contains 5 images for experiment, and other 102 images can be found on the website, the York Urban database.
- The experimental results of AG3line, LSD, Linelet, EDLines , MCMLSD and PPHT on the York Urban database are saved in folder "YorkUrbanRes", and the comparing of the extraction result can be plotted by the code in "YorkUrbanRes\seeres.m".
- Based on the extraction results and ground truth, the performances of the six detectors can be evaluated by the code in 'EvaluationDemo.m'.
Some experimental results are listed below. In addition, the results of other 102 images in York Urban databse are saved in "YorkUrbanRes" and they can be ploted by the code in "YorkUrbanRes\seeres.m".