Python bindings return incorrect version info (Bug #1804)
Description
>>> import cv2 >>> cv2.__version__ '$Rev: 4557 $' >>> cv2.cv.__version__ '$Rev: 4557 $'
Personally I expect to get "2.4.0" in both cases.
Associated revisions
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
Merge pull request #1804 from alekcac:youtube_link_fix