Object Detection by Contour Segment Networks

Abstract

We propose a method for object detection in cluttered real images, given a single hand-drawn example as model. The image edges are partitioned into contour segments and organized in an image representation which encodes their interconnections: the Contour Segment Network. The object detection problem is formulated as finding paths through the network resembling the model outlines, and a computationally efficient detection technique is presented. An extensive experimental evaluation on detecting five diverse object classes over hundreds of images demonstrates that our method works in very cluttered images, allows for scale changes and considerable intra-class shape variation, is robust to interrupted contours, and is computationally efficient.

Cite

Text

Ferrari et al. "Object Detection by Contour Segment Networks." European Conference on Computer Vision, 2006. doi:10.1007/11744078_2

Markdown

[Ferrari et al. "Object Detection by Contour Segment Networks." European Conference on Computer Vision, 2006.](https://mlanthology.org/eccv/2006/ferrari2006eccv-object/) doi:10.1007/11744078_2

BibTeX

@inproceedings{ferrari2006eccv-object,
  title     = {{Object Detection by Contour Segment Networks}},
  author    = {Ferrari, Vittorio and Tuytelaars, Tinne and Van Gool, Luc},
  booktitle = {European Conference on Computer Vision},
  year      = {2006},
  pages     = {14-28},
  doi       = {10.1007/11744078_2},
  url       = {https://mlanthology.org/eccv/2006/ferrari2006eccv-object/}
}