- 26 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 23 Sep, 2016 1 commit
-
-
Tomoaki Teshima authored
* use __GNUC_MINOR__ in correct place to check the version of GCC * check processor support of FP16 at run time * check compiler support of FP16 and pass correct compiler option * rely on ENABLE_AVX on gcc since AVX is generated when mf16c is passed * guard correctly using ifdef in case of various configuration * use v_float16x4 correctly by including the right header file
-
- 22 Sep, 2016 8 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 21 Sep, 2016 9 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
daB0bby authored
* bypass makro * syntax
-
- 19 Sep, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Sep, 2016 6 commits
-
-
k-shinotsuka authored
-
k-shinotsuka authored
-
Jeroen Kromwijk authored
-
k-shinotsuka authored
-
k-shinotsuka authored
-
k-shinotsuka authored
-
- 17 Sep, 2016 1 commit
-
-
k-shinotsuka authored
-
- 16 Sep, 2016 8 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vitaly Tuzov 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 4 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
-