What does OpenCV Python interface miss some key classes?
I am writing a Python script, and I am shocked that I find that there is no such cv2.Mat
and cv2.Rect
classes, so that I can not construct variables.
I do not understand why does Python interface miss these key classes.