fixed many warnings from GCC 4.6.1
[profile/ivi/opencv.git] / modules / python / src2 / cv2.cpp
2012-03-17 Vadim Pisarevskyfixed many warnings from GCC 4.6.1
2012-03-15 Vadim Pisarevskylot's of changes; nonfree & photo modules added; SIFT...
2012-03-12 Ilya LysenkovWraped SimpleBlobDetector for Python
2012-03-10 Alexander Mordvintsevfixed python GIL reacquire in case of exception
2012-03-07 Alexander Mordvintsevusing RAII to manage GIL -- still fails to handle excep...
2011-09-15 Alexander Mordvintsevwrapped FlannBasedMatcher (and extended DescriptorMatch...
2011-09-07 Alexander Mordvintsevhandling Ptr<> arguments and return values in Python...
2011-08-14 Vadim Pisarevskyfixed tickets #1301, #1303, #1305
2011-08-10 Vadim Pisarevskyfixed C++ implementation of Delaunay triangulation...
2011-07-24 Vadim Pisarevskyfixed and improving formatting in opencv2refman.pdf...
2011-07-19 Vadim Pisarevskyadded COVAR_ and SORT_ enums to core.hpp; fixed many...
2011-07-18 Vadim Pisarevskyeliminated opencv_extra_api.hpp (all the functionality...
2011-07-18 Alexander Mordvintsevfixed broken python cv2.cpp build after rev.6089
2011-07-13 Vadim Pisarevskyupgraded to FLANN 1.6. Added miniflann interface, which...
2011-07-12 Vadim Pisarevskyembeded cv Python module into cv2.
2011-06-13 Vadim Pisarevskyadded missing highgui wrappers (ticket #1040)
2011-06-13 Vadim Pisarevskyapplied patches from #1005
2011-06-13 Vadim Pisarevskyreturn Py_None for an empty mat (should fix #1120)
2011-06-10 Vadim Pisarevskyfixed tickets #1117 and #954
2011-06-06 Alexander Mordvintsevadded some constants to python cv2 api
2011-05-31 Vadim Pisarevskyresolved ticket #1104 (processing of transposed numpy...
2011-05-31 Vadim Pisarevskyfixed multi-channel 1x1 array construction (ticket...
2011-05-16 Alexander Mordvintsevfixed #808 and #848
2011-05-03 Vadim Pisarevskyseparated opencv 1.x and opencv 2.x wrappers. moved...