文件名称:ellipse-detection
文件大小:1.48MB
文件格式:ZIP
更新时间:2024-06-03 06:03:12
Python
梗阻 该存储库包含有关“嵌入式视觉应用程序的非常快速的椭圆检测”的实现。 设置 Python 2.7以上 麻木 上面的OpenCV 3.0 alpha 参考文件 适用于嵌入式视觉应用的超快速椭圆检测 基于椭圆的区别性的聚类:对椭圆检测算法的帮助 实时椭圆霍夫变换算法的正确方程组
【文件预览】:
ellipse-detection-master
----.gitignore(675B)
----images()
--------sP1010080.jpg(1.13MB)
--------rot-ellipse-2.png(17KB)
--------KM-612.jpg(24KB)
--------49days-301.jpg(13KB)
--------20091031193703238.jpg(126KB)
--------rot-ellipse.png(10KB)
--------20120827-003.jpg(65KB)
--------ellipse2.png(10KB)
--------Ell0.jpg(7KB)
--------ellipse.png(10KB)
--------83I83Z838D82P89F196DA81B.JPG(33KB)
--------493.jpg(66KB)
----samples()
--------ellipse_detector.py(1KB)
----README.md(461B)
----ellipse_detection()
--------ellipse.py(2KB)
--------ellipse_center_estimator.py(8KB)
--------segment_detector.py(8KB)
--------segment.py(5KB)
--------__init__.py(463B)
--------segment_pair.py(1KB)
--------ellipse_merger.py(3KB)
--------ellipse_detector.py(1KB)
--------ellipse_estimator.py(4KB)
--------ellipse_candidate_maker.py(9KB)
--------ellipse_candidate.py(860B)
----test()
--------test_segment_detection.py(1KB)
--------test_ellipse_detection.py(2KB)
--------test_ellipse_candidate_making.py(1KB)