- 10 Oct, 2014 4 commits
-
-
Artur Wieczorek authored
Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. Replace printf function used for diagnostic purposes with dedicated DebugPrintOut function to output debug messages. This function is effective only in Debug mode and its body becomes empty in Release mode to reduce footprint.
-
Artur Wieczorek authored
Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).
-
Artur Wieczorek authored
FOURCC code bytes should be placed in the reverse order.
-
Artur Wieczorek authored
Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value. (See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx)
-
- 09 Oct, 2014 10 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
vbystricky authored
-
ElenaGvozdeva authored
-
- 08 Oct, 2014 3 commits
-
-
Alexander Alekhin authored
-
Alexander Karsakov authored
Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes
-
Vadim Pisarevsky authored
-
- 07 Oct, 2014 4 commits
-
-
Alexander Karsakov authored
-
berak authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 06 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 04 Oct, 2014 4 commits
-
-
eltermann authored
-
Matthew Conway authored
-
Dmitriy Anisimov authored
-
berak authored
-
- 02 Oct, 2014 2 commits
-
-
Maksim Shabunin authored
-
Felix Endres authored
Implemented as a new optional parameter for the constructor of the ORB detector. The change of this parameter has been included in the orb unit test.
-
- 01 Oct, 2014 1 commit
-
-
Artur Wieczorek authored
Use _com_ptr_t instead of CComPtr in ComPtr wrapper to avoid ATL dependency.
-
- 30 Sep, 2014 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
xantares authored
-
Alexander Karsakov authored
-
Adrien BAK authored
-
Adrien BAK authored
-
- 29 Sep, 2014 3 commits
-
-
Alexander Karsakov authored
-
Maksim Shabunin authored
-
Alexander Karsakov authored
-
- 28 Sep, 2014 2 commits
-
-
Artur Wieczorek authored
-
Artur Wieczorek authored
-