- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 06 Feb, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
remove 'dont_wait' (can be replaced with has_wake_signal)
-
Maksim Shabunin authored
* Extracted base64 persistence functionality * Extracted YML persistence functionality * Extracted JSON persistence functionality * Extracted XML persistence functionality * Extracted public C and C++ interfaces implementation in persistence * Persistence: cleanup and fixes * fixup! Persistence: cleanup and fixes
-
Dmitry Kurtaev authored
* Intel Inference Engine deep learning backend. * OpenFace network using Inference Engine backend
-
- 05 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 03 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
CUDA code uses own implementation in cuda/limits.hpp
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 02 Feb, 2018 1 commit
-
-
Sayed Adel authored
-
- 01 Feb, 2018 1 commit
-
-
Aditya Rohan authored
* Introduces error throw for line drawn with THICKNESS=0
-
- 31 Jan, 2018 3 commits
-
-
Namgoo Lee authored
-
Alexander Alekhin authored
-
Sayed Adel authored
-
- 29 Jan, 2018 2 commits
-
-
Alexander Alekhin authored
-
Ali Sentas authored
-
- 27 Jan, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
fix missing "opencv2/core/opencl" headers from core module (updated install list)
-
Alexander Alekhin authored
-
Woody Chow authored
* Use Intel TBB's task arena if possible
-
- 26 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV pthreads-based implementation changes: - rework worker threads pool, allow to execute job by the main thread too - rework synchronization scheme (wait for job completion, threads 'pong' answer is not required) - allow "active wait" (spin) by worker threads and by the main thread - use _mm_pause() during active wait (support for Hyper-Threading technology) - use sched_yield() to avoid preemption of still working other workers - don't use getTickCount() - optional builtin thread pool profiler (disabled by compilation flag)
-
- 24 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jan, 2018 1 commit
-
-
Pavel Rojtberg authored
* persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX * python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files
-
- 22 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
- reduce scope of i,k,j variables - use cv::AutoBuffer - template<bool onlyDistance> class KMeansDistanceComputer - eliminate manual unrolling: CV_ENABLE_UNROLLED
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- don't use RNG for "task size" parameters (N, K, dims) - add "good" kmeans test data (without singularities: K > unique points)
-
- 19 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 18 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 17 Jan, 2018 1 commit
-
-
csukuangfj authored
-
- 16 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
UMatData locks are not mapped on real locks (they are mapped to some "pre-initialized" pool). Concurrent execution of these statements may lead to deadlock: - a.copyTo(b) from thread 1 - c.copyTo(d) from thread 2 where: - 'a' and 'd' are mapped to single lock "A". - 'b' and 'c' are mapped to single lock "B". Workaround is to process locks with strict order.
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
- 13 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Jan, 2018 3 commits
-
-
Suleyman TURKMEN authored
-
Maksim Shabunin authored
-
SarenT authored
Adding capability to parse subsections of a byte array in Java bindings (#10489) * Adding capability to parse subsections of a byte array in Java bindings. (Because Java lacks pointers. Therefore, reading images within a subsection of a byte array is impossible by Java's nature and limitations. Because of this, many IO functions in Java require additional parameters offset and length to define, which section of an array to be read.) * Corrected according to the review. Previous interfaces were restored, instead internal interfaces were modified to provide subsampling of java byte arrays. * Adding tests and test related files. * Adding missing files for the test. * Simplified the test * Check was corrected according to discussion. An OutOfRangeException will be thrown instead of returning. * java: update MatOfByte implementation checks / tests
-
- 09 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 05 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 29 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 28 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Dec, 2017 1 commit
-
-
Arthur Williams authored
-