- 06 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 13 Nov, 2019 1 commit
-
-
Giles Payne authored
-
- 31 Oct, 2019 1 commit
-
-
Dizhenin Vlad authored
* Add flags for build js * Add poi.json * Rebase whitelist into JSON file * Rework generator of white_list * Fix small typos * Transfer opencv_js.josn in opencv_js.config.py * Edit OPENCV_JS_WHITELIST * Write comment * Add description * Fix typos in desc * flag's append deleeted * Fix whitespace * variable deleted * fix comment on lines 229 and 235
-
- 24 Sep, 2019 2 commits
-
-
takacsd authored
-
Wenzhao Xiang authored
[GSoC 2019] Improve the performance of JavaScript version of OpenCV (OpenCV.js) * [GSoC 2019] Improve the performance of JavaScript version of OpenCV (OpenCV.js): 1. Create the base of OpenCV.js performance test: This perf test is based on benchmark.js(https://benchmarkjs.com). And first add `cvtColor`, `Resize`, `Threshold` into it. 2. Optimize the OpenCV.js performance by WASM threads: This optimization is based on Web Worker API and SharedArrayBuffer, so it can be only used in browser. 3. Optimize the OpenCV.js performance by WASM SIMD: Add WASM SIMD backend for OpenCV Universal Intrinsics. It's experimental as WASM SIMD is still in development. * [GSoC2019] 1. use short license header 2. fix documentation node issue 3. remove the unused `hasSIMD128()` api * [GSoC2019] 1. fix emscripten define 2. use fallback function for f16 * [GSoC2019] Fix rebase issue
-
- 20 Sep, 2019 1 commit
-
-
mipsopen-fwu authored
* Added MSA implementations for mips platforms. Intrinsics for MSA and build scripts for MIPS platforms are added. Signed-off-by:
Fei Wu <fwu@wavecomp.com> * Removed some unused code in mips.toolchain.cmake. Signed-off-by:
Fei Wu <fwu@wavecomp.com> * Added comments for mips toolchain configuration and disabled compiling warnings for libpng. Signed-off-by:
Fei Wu <fwu@wavecomp.com> * Fixed the build error of unsupported opcode 'pause' when mips isa_rev is less than 2. Signed-off-by:
Fei Wu <fwu@wavecomp.com> * 1. Removed FP16 related item in MSA option defines in OpenCVCompilerOptimizations.cmake. 2. Use CV_CPU_COMPILE_MSA instead of __mips_msa for MSA feature check in cv_cpu_dispatch.h. 3. Removed hasSIMD128() in intrin_msa.hpp. 4. Define CPU_MSA as 150. Signed-off-by:
Fei Wu <fwu@wavecomp.com> * 1. Removed unnecessary CV_SIMD128_64F guarding in intrin_msa.hpp. 2. Removed unnecessary CV_MSA related code block in dotProd_8u(). Signed-off-by:
Fei Wu <fwu@wavecomp.com> * 1. Defined CPU_MSA_FLAGS_ON as "-mmsa". 2. Removed CV_SIMD128_64F guardings in intrin_msa.hpp. Signed-off-by:
Fei Wu <fwu@wavecomp.com> * Removed unused msa_mlal_u16() and msa_mlal_s16 from msa_macros.h. Signed-off-by:
Fei Wu <fwu@wavecomp.com>
-
- 02 Sep, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 23 Aug, 2019 1 commit
-
-
Giles Payne authored
* Add debug build option to MacOs and iOS build scripts * osx: allow selection of MACOSX_DEPLOYMENT_TARGET * Add --debug_info flag to iOS and macOS builds for building with debug info
-
- 16 Aug, 2019 1 commit
-
- 15 Aug, 2019 1 commit
-
-
luz.paz authored
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
-
- 08 Aug, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 01 Aug, 2019 1 commit
-
-
Hugo Lindström authored
-
- 24 Jul, 2019 1 commit
-
-
Hugo Lindström authored
* Improve support for Windows Embedded Compact * Remove redundant set(WINCE true) and format CMake
-
- 18 Jul, 2019 1 commit
-
-
Giles Payne authored
-
- 12 Jul, 2019 1 commit
-
-
Alexander Alekhin authored
- fixes crashes in face-detector application - libc++_shared.so is bundled automatically via CMake helper project
-
- 25 Jun, 2019 1 commit
-
-
Dal Rupnik authored
-
- 21 Jun, 2019 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Cameron Martin authored
Removed constants from legacy C api and switched out header with shorter version. Removed blank line that was failing CI.
-
- 20 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
- exception safe smart pointers, fixed many memory leaks - fixed errors handling - fixed strings handling - fixed file existence check - fixed toFraction() implementation - add 'drop=true' for v4l2 input - avoid overriding custom pipelines sink's 'max-buffers' value - updated valgrind supression rules - added support for GStreamer native leaks tracking (via gst_deinit() call) - repaired capturing through GStreamer0.10 (fixed CV_8UC1)
-
- 15 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 06 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 19 May, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 08 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
- added functionality to collect memory usage of OpenCL sybsystem - memory usage of fastMalloc() (disabled by default): * It is not accurate sometimes - external memory profiler is required. - specify common `CV_TEST_TAG_` macros - added applyTestTag() function - write memory usage / enabled tags into Google Tests output file (.xml)
-
- 20 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
enables Video I/O backend via Media NDK
-
- 19 Mar, 2019 2 commits
-
-
Giles Payne authored
* Add Android Media NDK video i/o file capture back-end * Fix failing test * Improve error handling/prevent resource leaks * Add license text * Modify default for WITH_ANDROID_MEDIANDK option * Fix spelling of deleter_AMediaExtractor
-
Alexander Alekhin authored
-
- 12 Mar, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 11 Mar, 2019 1 commit
-
-
Giles Payne authored
* Add Android SDK debug build flag * Change LOG_TAG define for consistency with other modules
-
- 04 Mar, 2019 2 commits
-
-
Alexander Alekhin authored
-
Giles Payne authored
* Android build improvements * look for NDK in "ndk-bundle" directory under the SDK directory if location not specified * look for cmake and ninja in "cmake" directory under the SDK directory if not found in the path * disable use of ccache if not found in the path * Redo build tool existence checks
-
- 25 Feb, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 01 Feb, 2019 1 commit
-
-
Dmitry Kurtaev authored
-
- 22 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 21 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.5
-
- 19 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
- drop hello-android sample
-