搜索资源列表
hougcircledetection
- 用两种方法实现了圆检测,一种是传统的21HT;另一种是改进的方法,通过加入链表降低时间复杂度-This project realize the detection of circle_like shapes .It contains two methods:one is the classical 21HT,another is the improved algorithm which use the dynamic list arrays in order to reduce the time