标签: opencv scikit-image
如何在skimage中执行cv2.min操作? 在skimage中有没有这种方法,还是我需要写它?
答案 0 :(得分:1)
masked = np.minimum.reduce([img1,img2])