프로그래밍/Exception Solution
python : AttributeError: module 'cv2' has no attribute 'ximgproc'
정다실버
2023. 2. 26. 16:00
error : AttributeError: module 'cv2' has no attribute 'ximgproc'
sol : https://stackoverflow.com/questions/57427233/module-cv2-cv2-has-no-attribute-ximgproc
Module 'cv2.cv2' has no attribute 'ximgproc'
I am trying to perform a selective search to an image using OpenCV but when I run my code I get this: >>> import cv2 >>> ss = cv2.ximgproc.segmentation.
stackoverflow.com