- 18 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
-
- 16 Feb, 2011 1 commit
-
-
Marius Muja authored
-
- 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.
-
- 19 Jan, 2011 1 commit
-
-
Vladimir Dudnik authored
-
- 05 Jan, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed incorrect sign of the result of the convolution with normalized asymmetric kernels (ticket #779)
-
- 27 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Dec, 2010 1 commit
-
-
Vladimir Dudnik authored
-
- 13 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Dec, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency
-
- 10 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum
-
- 30 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
-
- 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
-
- 22 Nov, 2010 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
decreased the lower canny threshold in HoughCircles, helps to detect some circles in low-contrast images (ticket #518)
-
- 20 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 15 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 13 Nov, 2010 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 12 Nov, 2010 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 11 Nov, 2010 1 commit
-
-
Maria Dimashova authored
-
- 10 Nov, 2010 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maria Dimashova authored
fixed grabCut: moved to double precision and added the noise to avoid zero determinant of covariance matrix
-
- 09 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 04 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 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.)
-