How to look at imported Python cv2 code?
Hello there!
A friend and I are trying to understand the "black boxes" of cv2's methods but can't seem to find the python code that defines these functions/methods. Is there a straightforward way to look at this code or is some magic happening with the c++ source files and parsing or something else entirely? Any information about this would be greatly appreciated. Thanks!