-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
Edge Drawing (ED) algorithm is an proactive approach on edge detection problem. In contrast to many other existing edge detection algorithms which follow a subtractive approach (i.e. after applying gradient filters onto an image eliminating pixels w.r.t. several rules, e.g. non-maximal suppression and hysteresis in Canny), ED algorithm works via an additive strategy, i.e. it picks edge pixels one by one, hence the name Edge Drawing.
https://github.com/CihanTopal/ED_Lib
- Edge Drawing: A Combined Real-Time Edge and Segment Detector,
- EDPF: A Real-time Parameter-free Edge Segment Detector with a False Detection Control
- ColorED: Color edge and segment detection by Edge Drawing (ED)
included in OpenCV contrib
Metadata
Metadata
Assignees
Labels
No labels