본문 바로가기
====Python/Error

Layout of the output array img is incompatible with cv::Mat

by YGspace 2022. 5. 18.

연속적이지 않은 배열일 경우 발생할수있는 오류.

 

image = np.ascontiguousarray(image, dtype=np.uint8)

추가하기.

댓글