- 24 Sep, 2019 1 commit
-
-
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
-
- 18 Sep, 2019 1 commit
-
-
dab0bby authored
* remove old BUILD_opencv_java option * replace old build_java option with new BUILD_JAVA option
-
- 16 Sep, 2019 1 commit
-
-
collin authored
-
- 06 Sep, 2019 1 commit
-
-
Sebastián Gurín authored
-
- 02 Sep, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 30 Aug, 2019 1 commit
-
-
Maksim Shabunin authored
* removed private flann documentation * common tutorial images moved to doc/images * grouping issues
-
- 22 Aug, 2019 1 commit
-
-
Prakhar Varshney authored
* fix broken code link resolves #15344 * Update stitcher.markdown * update 3.4 link
-
- 21 Aug, 2019 1 commit
-
-
dab0bby authored
-
- 20 Aug, 2019 1 commit
-
-
xitong authored
-
- 15 Aug, 2019 1 commit
-
- 05 Aug, 2019 1 commit
-
-
Sebastián Gurin authored
backport of commit: 59b0314a
-
- 07 Jul, 2019 1 commit
-
-
jxu authored
-
- 21 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 05 Jun, 2019 1 commit
-
-
Ahmed Ashour authored
-
- 29 May, 2019 1 commit
-
-
mehlukas authored
Merge two Haar Cascade tutorials (#14674) * move haar cascade introduction, add code explanation, mark content as moved * switch to ref for include to provide correct breadcrumb navigation
-
- 23 May, 2019 1 commit
-
-
Lukas Mehl authored
-
- 20 May, 2019 1 commit
-
-
catree authored
Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors.
-
- 15 May, 2019 2 commits
-
-
mehlukas authored
Extend optical flow tutorial (#14314) * extend python optical flow tutorial with cpp example code and add it to general tutorial directory * remove unused parameters, fix comparison between signed and unsigned int * fix hsv range problem * switch to samples::findFile for sample file location * switch to command line parameter for path * remove old tutorial as in 14393 * minor fixes
-
mehlukas authored
Extend meanshift tutorial (#14393) * copy original tutorial and python code * add cpp code, fix python code * add camshift cpp code, fix bug in meanshift code * add description to ToC page * fix shadowing previous local declaration * fix grammar: with -> within * docs: remove content of old py_meanshift tutorial, add link * docs: replace meanshift tutorial subpage in Python tutorials * switch to ref to fix wrong breadcrumb navigation * switch to cmdline for path as in #14314 * Apply suggestions from code review * order programming languages alphabetically
-
- 08 May, 2019 1 commit
-
-
Fady Essam authored
-
- 30 Apr, 2019 1 commit
-
-
catree authored
Add solvePnPRefineLM to refine a pose according to a Levenberg-Marquardt iterative minimization process. Add solvePnPRefineVVS to refine a pose using a virtual visual servoing scheme.
-
- 20 Apr, 2019 1 commit
-
-
Manthan Keim authored
Fixes a broken link for histograms of Oriented Gradients.
-
- 12 Apr, 2019 1 commit
-
-
Nick Yang authored
fix just a typo of the word 'word' (#14297)
-
- 10 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 04 Apr, 2019 2 commits
-
-
Alexander Alekhin authored
- replace tutorial links via docs.opencv.org - remove link on OpenCV 2.4 - avoid links on outdated packages
-
mehlukas authored
* improve thresholding tutorial, fix grammar issues and incorrections * keep full list of simple thresholding types
-
- 28 Mar, 2019 1 commit
-
-
George Wilson authored
* Fixed #14148 Broken Documentation Link * fixup: use 3.4 branch
-
- 21 Mar, 2019 1 commit
-
-
Pedro Ferreira da Costa authored
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file. * fix doxygen warnings
-
- 18 Mar, 2019 1 commit
-
-
Pedro Ferreira da Costa authored
-
- 12 Mar, 2019 2 commits
-
-
Alexander Alekhin authored
-
LaurentBerger authored
-
- 11 Mar, 2019 1 commit
-
-
Dmitry Kurtaev authored
-
- 05 Mar, 2019 2 commits
-
-
catree authored
-
RAJKIRAN NATARAJAN authored
Must have that flag. Otherwise following "doxygen overview" tutorial won't work.
-
- 21 Feb, 2019 1 commit
-
-
LaurentBerger authored
-
- 11 Feb, 2019 2 commits
-
-
Oleh authored
- 17 Jan, 2019 1 commit
-
-
Maksim Shabunin authored
-
- 13 Jan, 2019 1 commit
-
-
atinfinity authored
* fixed tutorial code of py_matcher * fixed imread mode
-
- 21 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
OpenCV 3.4.5
-