- 25 Jul, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 06 Jun, 2011 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 04 Jun, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 03 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990)
-
- 02 Jun, 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.
-
- 11 Dec, 2010 1 commit
-
-
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
-
- 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
-
- 09 Nov, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Oct, 2010 1 commit
-
-
Vadim Pisarevsky authored
fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation
-
- 28 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Jul, 2010 2 commits
-
-
Vadim Pisarevsky authored
fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation
-
Vadim Pisarevsky authored
rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed
-
- 21 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-