添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operating System / Platform => Ubuntu 18

Problem description

Trying to initialize selective search segmentation with opencv
ss = cv2.ximgproc.segmentation.createSelectiveSearchSegmentation()

And I get an attribute error:

AttributeError: module ‘cv2.cv2’ has no attribute ‘ximgproc’

Hope that the solution will not be to downgrade the open-cv version.