728x90
728x90
'cv2' has no attribute '_registerMatType’ 오류 발생
opencv-python-headless를 설치하고 다음과 같은 오류가 발생할 수 있다.
artially initialized module 'cv2' has no attribute '_registerMatType’
해결 방법
내가 해결한 방법의 경우는 opencv-python과 opencv-python-headless의 버전을 맞춰주니까 해결이 됐다.
opencv-python-headless의 버전을 opencv-python 버전에 맞춰서 다시 설치해주면 된다.
728x90
반응형
'Development > OpenCV' 카테고리의 다른 글
libSM.so.6: cannot open shared object file (0) | 2023.04.19 |
---|---|
Could not load the Qt platform plugin xcb (0) | 2023.02.10 |
[OpenCV] opencv webcam 기본 예제 (0) | 2022.02.04 |
[OpenCV] libgthread-2.0.so.0: cannot open shared object file 해결 (0) | 2022.01.14 |
[OpenCV] OpenCV circle, rectangle, text 그리기와 PIL 한글 text (1) | 2021.11.17 |
댓글