├── README.md ├── images preprocessing ├── info ├── 开闭运算.ipynb ├── 梯度.ipynb ├── 模板匹配.ipynb ├── 腐蚀和膨胀.ipynb └── 霍夫圆检测.ipynb ├── process_data.py └── xlm2yolo.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/README.md -------------------------------------------------------------------------------- /images preprocessing/info: -------------------------------------------------------------------------------- 1 | images preprocessing 2 | -------------------------------------------------------------------------------- /images preprocessing/开闭运算.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/images preprocessing/开闭运算.ipynb -------------------------------------------------------------------------------- /images preprocessing/梯度.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/images preprocessing/梯度.ipynb -------------------------------------------------------------------------------- /images preprocessing/模板匹配.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/images preprocessing/模板匹配.ipynb -------------------------------------------------------------------------------- /images preprocessing/腐蚀和膨胀.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/images preprocessing/腐蚀和膨胀.ipynb -------------------------------------------------------------------------------- /images preprocessing/霍夫圆检测.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/images preprocessing/霍夫圆检测.ipynb -------------------------------------------------------------------------------- /process_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/process_data.py -------------------------------------------------------------------------------- /xlm2yolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CHEN814/defect-detection/HEAD/xlm2yolo.py --------------------------------------------------------------------------------