| 1 | workflow = {'title': '硬币分割演示', 'chapter': [{'title': '打开图像', 'section': [{'title': 'coins', 'hint': '这是一个硬币图像,我们现在来对每个硬币进行计数及测量'}]}, {'title': '图像分割', 'section': [{'title': 'Up And Down Watershed', 'hint': '使用高低阈值分水岭,调整高低阈值,使得每个硬币都或多或少染上红色,而背景染上绿色,而目标是高亮的,我们选择 up area'}]}, {'title': '掩膜修复', 'section': [{'title': 'Fill Holes', 'hint': '我们看到有些硬币上带了缝隙,这显然不是我们想要的,我们用二值填充进行修复'}, {'title': 'Geometry Filter', 'hint': '我们看到还有一些小块噪声,这些碎片面积比较小,我们用面积进行过滤'}]}, {'title': '区域测量', 'section': [{'title': 'Geometry Analysis', 'hint': '选择需要的指标,生成结果'}]}, {'title': '称多导出', 'section': [{'title': 'CSV Save', 'hint': ''}, {'title': 'CSV Save', 'hint': ''}]}]} |
| 2 | |
| 3 | import wx |
| 4 | from imagepy.core.manager import PluginsManager |
nothing calls this directly
no test coverage detected