try cv2.imshow("", y.astype('float32')) or cv2.imshow("", y.astype('uint8') * 255). CV_64F means the numpy array 'dtype' is 64bit ...
確定! 回上一頁