Widen_boundary/0_文件说明.txt

8 lines
276 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、0_mindist_between_two_array_2.py
两个区域之间最小距离(采用数组计算)
0_mindist_between_two_array.py
两个区域之间最小距离for循环计算耗时严重
2、main_jicheng_multiple_area.py
将区域往外扩充一定数量的像素点。