- 07 Mar, 2014 1 commit
-
-
vbystricky authored
Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual
-
- 05 Mar, 2014 3 commits
-
-
vbystricky authored
-
vbystricky authored
-
Dave Hughes authored
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on RaspberryPi and possibly other Video4Linux variants. See http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more detail.
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Feb, 2014 2 commits
-
-
vbystricky authored
Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera
-
Alexander Smorkalov authored
Last changes in test leads to SIGKILL on Android. SIGKILL is called by out of memory killer.
-
- 21 Feb, 2014 1 commit
-
-
Matti Picus authored
-
- 20 Feb, 2014 2 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
- 18 Feb, 2014 1 commit
-
-
Alexander Shishkov authored
-
- 17 Feb, 2014 2 commits
-
-
Alexander Shishkov authored
-
Marijan Vukcevich authored
AVCaptureVideoPreviewLayer setOrientation is depricated. This fixes the warning and provides backward compatibility.
-
- 12 Feb, 2014 2 commits
-
-
Stuart Cunningham authored
-
Stuart Cunningham authored
Use correct integer types for arguments to TIFFGetField to avoid corruption of values and failed loads of TIFF file when using cv::imread(). Added test where both big and little endian TIFF files are read using imread(). Fixed build of 3rdparty libtiff on big endian hosts. Reduced memory required during decode_tile16384x16384 test by not converting large grayscale test image to color image during read.
-
- 31 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
Useless output to console fixed; Test output files moved from cwd to temp folder.
-
- 24 Jan, 2014 1 commit
-
-
Matti Picus authored
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Jan, 2014 2 commits
-
-
Anatoly Baksheev authored
-
Anatoly Baksheev authored
-
- 17 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Jan, 2014 5 commits
-
-
Adi Shavit authored
-
Adi Shavit authored
-
Adi Shavit authored
-
Nick D'Ademo authored
-
Adi Shavit authored
-
- 14 Jan, 2014 4 commits
-
-
Adi Shavit authored
-
Adi Shavit authored
To be used in the mouse callback like this: if (CV_EVENT_MOUSEWHEEL == CV_GET_MOUSEWHEEL_EVENT(event)) { int delta= CV_GET_WHEEL_DELTA(event); // use delta... }
-
Adi Shavit authored
Small fix for extracting mouse coordinates on Windows, in a way that will always work with multiple monitors. This is the way recommended by Microsoft.
-
Nick D'Ademo authored
Added "PVAPI_" prefix to FrameStartTriggerMode definition
-
- 13 Jan, 2014 1 commit
-
-
Nick D'Ademo authored
-
- 06 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 30 Dec, 2013 1 commit
-
-
Roman Donchenko authored
Also deleted miscellaneous remaining multimon cruft. Deleted #include <winuser.h>, because <windows.h> includes it already. This should have a nice side effect of preventing us from accidentally using any Windows API that's too new.
-
- 26 Dec, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 20 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 18 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 17 Dec, 2013 2 commits
-
-
Vladimir Bystricky authored
-
Vladimir Bystricky authored
-