Fixed pyopencv_to w/FLANN IndexParams in python3.
authorGabe Schwartz <hapemask@gmail.com>
Wed, 21 May 2014 18:29:54 +0000 (14:29 -0400)
committerGabe Schwartz <hapemask@gmail.com>
Wed, 21 May 2014 19:21:41 +0000 (15:21 -0400)
commitc19b6ed20ef4b375aca5dc10f3304d1619cdbdad
tree7a2b040abde8e04cfd075a356e97cbdc64bbfc40
parentcf5dd88cf222b38ca98a8627ab440c5db3d1d2f3
Fixed pyopencv_to w/FLANN IndexParams in python3.

The keys() and values() functions on dictionaries in Python 3 no longer
return lists.  pyopencv_to() for flann::IndexParams now iterates over
the dictionary in a way that is version-agnostic.
modules/python/src2/cv2.cpp