LearnTechWithUs / Stereo-Vision

This program has been developed as part of a project at the University of Karlsruhe in Germany. The final purpose of the algorithm is to measure the distance to an object by combining two webcams and use them as a Stereo Camera.
MIT License
343 stars 114 forks source link

ximgproc #9

Closed IvanD1993 closed 2 years ago

IvanD1993 commented 4 years ago

Hi,
When I try to run the main program I got the following error: AttributeError: module 'cv2' has no attribute 'ximgproc'

Does I need any additional libraries?

Starlin-Dragonfly commented 3 years ago

Yes, there are many possibilities for this problem. For example, this attribute has been patented and this version of CV2 library no longer supports it. It can be solved by downloading opencv-python 3.4.2.16 and opencv-contrib-python 3.4.2.16.