- 16 Sep, 2016 7 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
Gregory Kramida authored
1) Cameras started with Y16 (V4L2_PIX_FMT_Y16) format via v4l2 backend will now exhibit default camera behavior, i.e. convert the 16-bit image to BGR as with all other formats. 16-bit 1-channel output will now only be produced for Y16 if CV_CAP_PROP_CONVERT_RGB is set to "false" using VideoCap::set method. 2) v4l2 videoio backend now supports setting CV_CAP_PROP_FOURCC explicitly (icvSetPropertyCAM_V4L function in cap_v4l.cpp), allowing users to manually set the codec on cameras that support multiple codecs.
-
- 15 Sep, 2016 5 commits
-
-
Tomoaki Teshima authored
* __fp16 doesn't exist on nvcc, but it slips through ifdef guard
-
Alexander Alekhin authored
-
Luis Roberto Morales Iglesias authored
-
stbnps authored
-
Alexander Alekhin authored
-
- 14 Sep, 2016 13 commits
-
-
Sean McBride authored
Fixes clang -Wextra-semi warnings.
-
danil-tolkachev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Valeriy Van authored
* Changes delegate property from assign to weak In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong. Assign for delegate is sign of legacy code. This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary. This change shouldn't break any existing code. * Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files For whatever reason compiler can't synthesize these. And yes, it's time to convert all Objective-C stuff to ARC.
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
- 13 Sep, 2016 3 commits
-
-
anirudt authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 12 Sep, 2016 1 commit
-
-
StevenPuttemans authored
-
- 09 Sep, 2016 8 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
* seriously improved performance of blur function, especially 3x3 and 5x5 cases * trying to fix warnings and test failures * replaced #if 0 with #if IPP_DISABLE_BLOCK
-
Maksim Shabunin authored
-
PkLab.net authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
anirudt authored
-
- 08 Sep, 2016 3 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-