dktltvkf...
error : cv2.error: opencv(4.5.3) ~: error: (-2:unspecified error) the function is not implemented. rebuild the library with windows, gtk+ 2.x or cocoa support.
solution : 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