contrib 패키지를 설치해주면 해결!
오늘자 기준으로 한 63MB 정도 된다. 꽤나 큰 편 인 듯
$ python3 depth.py Traceback (most recent call last): File "/home/minimonk/src/DisparityMapfromStereoPair/depth.py", line 17, in <module> right_matcher = cv.ximgproc.createRightMatcher(left_matcher); AttributeError: module 'cv2' has no attribute 'ximgproc' $ pip install opencv-contrib-python |
[링크 : https://stackoverflow.com/questions/57427233/module-cv2-cv2-has-no-attribute-ximgproc]
'Programming > python(파이썬)' 카테고리의 다른 글
docker를 이용하여 python 에서 opencv 돌리기 (0) | 2024.05.08 |
---|---|
python thread event (0) | 2024.03.05 |
cv2.stereoBM + WLS (0) | 2024.02.28 |
matplotlib animation (0) | 2024.02.28 |
pip 패키지 관리 (0) | 2024.02.27 |