- 05 Aug, 2019 1 commit
-
-
TheGoddessInari authored
This fixes a compiler error on MSVC with Unreal Engine (at least). backport of commit: 4e998c9a
-
- 28 Jul, 2019 1 commit
-
-
TheGoddessInari authored
This fixes a compiler error on MSVC with Unreal Engine (at least).
-
- 26 Jun, 2019 1 commit
-
-
Apoorv Goel authored
Keep a local copy of `features` from `flann::GenericIndex ` constructor (#14898) * Fix warnings on Windows * Fix #4376
-
- 11 Jun, 2019 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 20 Mar, 2019 1 commit
-
-
Matthew K. Gumbel authored
When running with >1 OpenCV thread, KMeans index generation was non-deterministic because of a RWW race. Issue is resolved by removing the offending logic from the parallel section.
-
- 19 Feb, 2019 1 commit
-
-
Lindsay Roberts authored
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an ifndef __CUDACC__ to prevent attempting to use neon intrinsics when compiling cuda kernels (.cu) -- this prevents hard errors such as error: identifier "__builtin_neon_qi" is undefined Add this same protection to flann/dist.h to fix compilation involving flann.hpp.
-
- 25 Nov, 2018 1 commit
-
-
1over authored
-
- 21 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 20 Oct, 2018 1 commit
-
-
Apoorv Goel authored
* Document distance functors in dist.h * Add spec for Distance * Generate appropriate links for symbols
-
- 17 Oct, 2018 1 commit
-
-
Apoorv authored
-
- 26 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 19 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
* core: drop usage of CV_USRTYPE1 in OpenCV avoid OpenCV crashes due size change CV_ELEM_SIZE(CV_USRTYPE1): 8 -> 2 * ! fix persistence internal types
-
- 13 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Sep, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 31 Aug, 2018 1 commit
-
-
Jakub Golinowski authored
* Add HPX backend for OpenCV implementation Adds hpx backend for cv::parallel_for_() calls respecting the nstripes chunking parameter. C++ code for the backend is added to modules/core/parallel.cpp. Also, the necessary changes to cmake files are introduced. Backend can operate in 2 versions (selectable by cmake build option WITH_HPX_STARTSTOP): hpx (runtime always on) and hpx_startstop (start and stop the backend for each cv::parallel_for_() call) * WIP: Conditionally include hpx_main.hpp to tests in core module Header hpx_main.hpp is included to both core/perf/perf_main.cpp and core/test/test_main.cpp. The changes to cmake files for linking hpx library to above mentioned test executalbles are proposed but have issues. * Add coditional iclusion of hpx_main.hpp to cpp cpu modules * Remove start/stop version of hpx backend
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 03 Feb, 2018 1 commit
-
-
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
-
- 08 Jan, 2018 1 commit
-
-
Hamdi Sahloul authored
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 03 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
Update miniflann.cpp Update test_stereomatching.cpp
-
- 30 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
size_t is not supported cv::Mat type
-
- 26 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jun, 2017 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 14 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Apr, 2017 1 commit
-
-
Matthias Grundmann authored
Add missing sstream header for decl of std::ostringstream in line 104
-
- 10 Mar, 2017 1 commit
-
-
Hamdi Sahloul authored
-
- 02 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
std::rand() has no thread-safe guarantee.
-
- 24 Jan, 2017 1 commit
-
-
mshabunin authored
-
- 18 Nov, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 23 Sep, 2016 1 commit
-
-
daB0bby authored
-
- 01 Sep, 2016 1 commit
-
-
Maksim Shabunin authored
-