18 Commits (6062601c4d5cfe904b517f69c728f6543c08a998)

Author SHA1 Message Date
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 980fc93b4d Fix clang + ccache build warnings 12 years ago
Andrey Kamaev d0ec65e80c Fix linux build warning 12 years ago
Andrey Kamaev bcd0aefbca Fix gcc build errors and warnings 12 years ago
Andrey Kamaev 620d122fc2 Contrib module is added to java wrappers; fixed algorithm initialisation for python bindings 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev eb2f1f81ed Fixed hundreds of documentation problems 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky ed1932dfa1 fixed python version in yet another place. 13 years ago
Vadim Pisarevsky a110dc14ca fixed bug in Python's calcEMD2 (ticket #1763) 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev a13f03f61e Fixed/suppressed remaining warnings from the python bindings 13 years ago
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 13 years ago
Vadim Pisarevsky d1b5f43700 adjust the header parser to support "public virtual" construction and make a tweak for multiple inheritance, fix potential memory problem with Python's IplImage.tostring() method (ticket #1486) 13 years ago
Vadim Pisarevsky e2e4ee2f53 disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177) 14 years ago
Vadim Pisarevsky f4f2340039 fixed just introduced compile errors on Mac 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky 5352684647 fixed memleak in Python bindings (ticket #1219) 14 years ago
Vadim Pisarevsky 569b1ad582 embeded cv Python module into cv2. 14 years ago
Vadim Pisarevsky babec51880 fixed memory leaks in fromarray (thanks to Matthew Baker for the patch!) 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Vadim Pisarevsky 22927ff121 fixed ticket #983 14 years ago
Vadim Pisarevsky f9fc180e1a fixed tickets #1117 and #954 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky 2c1e913b2d added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 14 years ago
Ethan Rublee 355ad2993a adding c++ interface to the datamtrix codes of j. 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Vadim Pisarevsky d3a159d3cc added missing Python wrappers for OpenCV 1.x 14 years ago