Skip to content

Active Grouping and Geometry-Gradient Combined Validation for Fast Line Segment Extraction

Notifications You must be signed in to change notification settings

weidong-whu/AG3line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AG3line:Active Grouping and Geometry-Gradient Combined Validation for Fast Line Segment Extraction

Introduction

  1. 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.
  2. The folder "pic" contains 5 images for experiment, and other 102 images can be found on the website, the York Urban database.
  3. 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".
  4. Based on the extraction results and ground truth, the performances of the six detectors can be evaluated by the code in 'EvaluationDemo.m'.

5. An exe demo is available in the "Demo" folder to show the grouping process of our algorithm.

image

Some results

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".

image PPHT LSD EDLines
Linelet MCMLSD AG3line
image PPHT LSD EDLines
Linelet MCMLSD AG3line
image PPHT LSD EDLines
Linelet MCMLSD AG3line
image PPHT LSD EDLines
Linelet MCMLSD AG3line
image PPHT LSD EDLines
Linelet MCMLSD AG3line

About

Active Grouping and Geometry-Gradient Combined Validation for Fast Line Segment Extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published