-
CV2.Error: OpenCV(4.9.0) _src.depth() == CV_8U || _src.depth() ==CV_16U in function 'Canny'검색하기 귀찮아서 블로그에 박제 2024. 3. 7. 20:29728x90
img = img.astype(np.uint8)
pixel 값을 [0,255]로 변경해주어야 한다.
728x90'검색하기 귀찮아서 블로그에 박제' 카테고리의 다른 글
img = img.astype(np.uint8)
pixel 값을 [0,255]로 변경해주어야 한다.