- 27 May, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
-
- 09 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
-
- 26 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
-
- 20 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 06 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616)
-
- 27 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
-
- 21 Oct, 2010 2 commits
-
-
Vadim Pisarevsky authored
fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation
-
Vadim Pisarevsky authored
-
- 20 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 19 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
added Mat::push_back, pop_back and related operations; enabled reading/writing/creating/copying matrices with zero dimensions.
-
- 12 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation
-
- 16 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
-
- 29 Jun, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-