Python bindings return incorrect version info (Bug #1804)


Added by Andrey Kamaev almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-04-16
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:python bindings
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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

Revision 30f1ab05
Added by Vadim Pisarevsky almost 13 years ago

make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804

Revision b8c46f4c
Added by Roman Donchenko over 11 years ago

Merge pull request #1804 from alekcac:youtube_link_fix

History

Updated by Vadim Pisarevsky almost 13 years ago

fixed in r8189

  • Status changed from Open to Done

Also available in: Atom PDF