import matplotlib.pyplot as pyplot pyplot.imshow(binary_mask)pyplot.show() binary_mask显示为: array([[0, 0, 0, ..., 0, 0, 0], [0, 1, 0, ...
確定! 回上一頁