- 29 Jan, 2013 13 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Ilya Lysenkov authored
-
Ilya Lysenkov authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
cuda-geek authored
-
cuda-geek authored
-
- 28 Jan, 2013 27 commits
-
-
Andy Maloney authored
-
Andy Maloney authored
-
Andy Maloney authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193). added the corresponding test
-
Vadim Pisarevsky authored
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658
-
Vadim Pisarevsky authored
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658. Added tests for #2611, #2505, #2658
-
Andrey Kamaev authored
-
Alexander Smorkalov authored
Warning in auto generated code was suppressed by project settings.
-
Daniil Osokin authored
-
Vadim Pisarevsky authored
-
Daniil Osokin authored
-
Andrey Kamaev authored
This should be safe todo unless we are writing a signal handler.
-
Daniil Osokin authored
-
Vadim Pisarevsky authored
-
Patrick Welche authored
xioctl() assumes that ioctl takes int request. Cope with int ioctl(int d, unsigned long request, ...) to avoid "invalid argument".
-
Patrick Welche authored
* Decouple Video4Linux2 support from Video4Linux as existence of v4l2 on a system does not imply support for v4l. * Don't use V4L's struct video_window in V4L2 code. * Removed __USE_GNU as comment says: /* support for MJPEG is only available with libjpeg and gcc, because it's use libjepg and fmemopen() so replace with test for fmemopen() if found necessary.
-
Patrick Welche authored
The video(4) driver provides a Video4Linux2 compatible API for various video peripherals. This patch propagates HAVE_VIDEOIO if the sys/videoio.h include file is found, which is the signature of video(4).
-
Andrey Kamaev authored
OpenCV issue #2604 After this patch applied an attempt to encode empty images produces exception saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
-
Andrey Kamaev authored
Issues #2646
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-