NamgyuCho / Linelet-code-and-YorkUrban-LineSegment-DB

A Novel Linelet-based Representation for Line Segment Detection (code and db)
30 stars 9 forks source link

Linelet

A Novel Linelet-based Representation for Line Segment Detection.

Link to the paper.

Followings are brief description of each script.

Please note that current version is not well optimized. We plan to optimize and re-write in C language when it is possible.

If you find the code or dataset useful, please consider citing the following

@ARTICLE{Namgyu2017TPAMI, 
  author={N. G. Cho and A. Yuille and S. W. Lee}, 
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, 
  title={A Novel Linelet-based Representation for Line Segment Detection}, 
  year={2017}, 
  volume={PP}, 
  number={99}, 
  pages={1-1}, 
  doi={10.1109/TPAMI.2017.2703841}, 
  ISSN={0162-8828}
}

For database usage, we also recommend you to cite the original YorkUrban DB paper,

@Inbook{Denis2008,
  author="Denis, Patrick and Elder, James H. and Estrada, Francisco J.",
  title="Efficient Edge-Based Methods for Estimating Manhattan Frames in Urban Imagery",
  bookTitle="Computer Vision -- ECCV 2008: 10th European Conference on Computer Vision, Marseille, France, October 12-18, 2008, Proceedings, Part II",
  year="2008",
  publisher="Springer Berlin Heidelberg",
  pages="197--210",
  isbn="978-3-540-88688-4",
  doi="10.1007/978-3-540-88688-4_15"
}