How can I find the middle line of the riverbed in this binary image?

后端 未结 0 932
伪装坚强ぢ
伪装坚强ぢ 2020-12-17 03:12

I used this code to get a binary image of a riverbed:

from imageio import imread, imwrite
import cv2
Imagem1 = imread(\'lsat01.tif\')

height, width, channels         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题