- 28 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
OpenCL Device: - Intel(R) HD Graphics (OpenCL 2.0: r2.0.54425)
-
- 23 Sep, 2016 3 commits
-
-
daB0bby authored
-
daB0bby authored
-
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 3 commits
-
-
Maksim Shabunin authored
- fixed uninitialized memory access and memory leaks - extracted several code blocks to separate functions - updated part of algorithm to use cv::Mat instead of CvMat and IplImage
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 21 Sep, 2016 3 commits
-
-
Pavel Vlasov authored
-
Vladislav Sovrasov authored
-
daB0bby authored
* bypass makro * syntax
-
- 18 Sep, 2016 5 commits
-
-
k-shinotsuka authored
-
k-shinotsuka authored
-
k-shinotsuka authored
-
k-shinotsuka authored
-
k-shinotsuka authored
-
- 17 Sep, 2016 1 commit
-
-
k-shinotsuka authored
-
- 16 Sep, 2016 3 commits
-
-
Vitaly Tuzov 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 3 commits
-
-
Tomoaki Teshima authored
* __fp16 doesn't exist on nvcc, but it slips through ifdef guard
-
Luis Roberto Morales Iglesias authored
-
stbnps authored
-
- 14 Sep, 2016 2 commits
-
-
Sean McBride authored
Fixes clang -Wextra-semi warnings.
-
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.
-
- 13 Sep, 2016 1 commit
-
-
anirudt authored
-
- 09 Sep, 2016 4 commits
-
-
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
-
PkLab.net authored
-
Alexander Alekhin authored
-
anirudt authored
-
- 08 Sep, 2016 7 commits
-
-
Vitaly Tuzov authored
Fixed warpings, added border mode support to warps and filter. Added morphology HAL API functions implemented as immediate mode OpenVX calls.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- enable C++11 - fix macro
-
Alexander Alekhin authored
- calculate ticksTotal instead of ticksMean - local / global width is based on ticksTotal value - added instrumentation for OpenCL program compilation - added instrumentation for OpenCL kernel execution
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Finfa811 authored
Resolves #7251
-
- 07 Sep, 2016 2 commits
-
-
Valeriy Van authored
Minor fix in MatAllocator::upload Minor fix in MatAllocator::copy Minor fix in setSize function Minor fix in Mat::Mat Minor fix in cvMatNDToMat function Minor fix in _InputArray::getMatVector Minor fix in _InputArray::getUMatVector Minor fix in cv::hconcat Minor fix in cv::vconcat Minor fix in cv::setIdentity Minor fix in cv::trace Minor fix in transposeI_ template function Minor fix in reduceC_ template function Minor fix in sort_ template function Minor fix in sortIdx_ template function Minor fix in cvRange function Minor fix in MatConstIterator::seek Minor fix in SparseMat::create Minor fix in SparseMat::copyTo Minor fix in SparseMat::convertTo Minor fix in SparseMat::convertTo Minor fix in SparseMat::ptr Minor fix in SparseMat::resizeHashTab Fixes indentation
-
Pavel Rojtberg authored
-
- 06 Sep, 2016 2 commits
-
-
Dimitrios Katsaros authored
-
Dimitrios Katsaros authored
In cases where the signaure string contains a terminating character, the std::string member function size returns a smaller value than the allocated string. In these cases, if you then try to use substr, you will get an out_of_range exception. This patch remedies the problem.
-