====Python/Error
Layout of the output array img is incompatible with cv::Mat
YGspace
2022. 5. 18. 19:04

연속적이지 않은 배열일 경우 발생할수있는 오류.
image = np.ascontiguousarray(image, dtype=np.uint8)
추가하기.