拼图的主函数
1 | ## 参数处理 |
plot画图
1 | class Plot(object): |
函数参考链接
https://www.jianshu.com/p/dcecaf62da71
https://blog.csdn.net/hjxu2016/article/details/77833336
threshold函数的使用
https://blog.csdn.net/u012566751/article/details/77046445
https://blog.csdn.net/keith_bb/article/details/54617625
findContours函数
https://blog.csdn.net/qq_18343569/article/details/47982045
https://www.jianshu.com/p/4bc3349b4611
https://blog.csdn.net/dcrmg/article/details/51987348
bisect函数
数组二分算法
https://www.cnblogs.com/skydesign/archive/2011/09/02/2163592.html
腐蚀与膨胀
bitwise_not函数
https://blog.csdn.net/u011028345/article/details/77278467
matplotlib的axes使用
https://ask.hellobi.com/blog/yuguiyang1990/9252
https://blog.csdn.net/Feynman1999/article/details/80280556
max中运用lambda表达式
1 | a={'28':1,'33':4,'44':5} |
1 | Out[1]: '44' |
https://code.i-harness.com/zh-CN/q/1172fb3
http://zhoufeng1989.github.io/Key-parameter-in-max-min-sorted/