- 05 Dec, 2017 1 commit
-
-
Vadim Pisarevsky authored
* fixed OpenCL functions on Mac, so that the tests pass * fixed compile warnings; temporarily disabled OCL branch of TV L1 optical flow on mac * fixed other few warnings on macos
-
- 26 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 17 Sep, 2017 2 commits
-
-
Christof Kaufmann authored
-
RAJ NATARAJAN authored
-
- 16 Sep, 2017 1 commit
-
-
RAJ NATARAJAN authored
Input arrays must be depth CV_8U and of identical size.
-
- 04 Sep, 2017 1 commit
-
-
Christof Kaufmann authored
This adds the possibility to use multi-channel masks for the functions cv::mean, cv::meanStdDev and the method Mat::setTo. The tests have now a probability to use multi-channel masks for operations that support them. This also includes Mat::copyTo, which supported multi-channel masks before, but there was no test confirming this.
-
- 23 Aug, 2017 1 commit
-
-
Pavel Vlasov authored
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled. - Performance regressions fixes for IPP code paths; - cv::boxFilter integration improvement; - cv::filter2D integration improvement;
-
- 31 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 12 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
NaN values handling issue
-
- 10 Jul, 2017 1 commit
-
-
- 02 Jul, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- remove unused code - added: #if CV_ENABLE_UNROLLED in Hamming's functions
-
- 25 May, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 23 May, 2017 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 25 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
Updated integrations for: cv::split cv::merge cv::insertChannel cv::extractChannel cv::Mat::convertTo - now with scaled conversions support cv::LUT - disabled due to performance issues Mat::copyTo Mat::setTo cv::flip cv::copyMakeBorder - currently disabled cv::polarToCart cv::pow - ipp pow function was removed due to performance issues cv::hal::magnitude32f/64f - disabled for <= SSE42, poor performance cv::countNonZero cv::minMaxIdx cv::norm cv::canny - new integration. Disabled for threaded; cv::cornerHarris cv::boxFilter cv::bilateralFilter cv::integral
-
- 06 Apr, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 16 Mar, 2017 1 commit
-
-
Woody Chow authored
-
- 21 Feb, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 26 Jan, 2017 1 commit
-
-
Tomoaki Teshima authored
- make sure SIMD optimization works even when AVX is not available
-
- 12 Jan, 2017 1 commit
-
-
Tomoaki Teshima authored
- add v_popcount in universal intrinsic - add test for v_popcount - add wrapper of popcount for both MSVC and GCC
-
- 09 Jan, 2017 1 commit
-
-
atinfinity authored
-
- 14 Dec, 2016 1 commit
-
-
Rostislav Vasilikhin authored
-
- 29 Nov, 2016 2 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
- 08 Nov, 2016 1 commit
-
-
Pavel Vlasov authored
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); Maximum depth limit var was added to the instrumentation structure; Trace names output console output fix: improper tree formatting could happen; Output in case of error was added; Custom regions improvements; Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node; parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
-
- 05 Oct, 2016 1 commit
-
-
Vadim Pisarevsky authored
* normHamming done with AVX 2 intrinsics. * fixed compiling AVX2-optimized norm hamming with MSVC
-
- 03 Sep, 2016 1 commit
-
-
- 19 Aug, 2016 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
-
- 17 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 03 Aug, 2016 1 commit
-
-
k-shinotsuka authored
-
- 02 Aug, 2016 1 commit
-
-
k-shinotsuka authored
-
- 14 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 18 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 29 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs This will ease code management between IPP and ICV
-