Alexander Alekhin
5dd3e6052e
Merge pull request #15868 from alalek:issue_15857
5 years ago
Alexander Alekhin
3d47e043af
Merge pull request #15866 from mshabunin:add-security-md
5 years ago
Alexander Alekhin
895fc72a0b
Merge pull request #15867 from mshabunin:fix-gapi-install
5 years ago
Alexander Alekhin
f42d5399aa
core(persistence): add more checks for implementation limitations
5 years ago
Maksim Shabunin
ad5874779c
Install: added missing gapi headers
5 years ago
Maksim Shabunin
d19bccad74
Added SECURITY.md
5 years ago
Alexander Alekhin
417034518c
Merge pull request #15851 from alalek:fixup_15842
5 years ago
Alexander Alekhin
dcf72e49e2
core(persistence): fix processing of multiple documents
5 years ago
Alexander Alekhin
c4c4ac28dc
revert changes in modules/core/src/persistence_yml.cpp (PR15842)
5 years ago
TH3CHARLie
a165f55579
Merge pull request #15842 from TH3CHARLie:yaml-fix
...
* fix yaml parse
* add test for YAML parse multiple documents
* remove trailing whitespace in test
5 years ago
Alexander Alekhin
0d7f770996
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Oleg Alexandrov
53139e6ebe
Merge pull request #15838 from oleg-alexandrov:patch-2
...
Correct stereoRectify documentation
5 years ago
Alexander Alekhin
d5bbb16066
Merge pull request #15834 from berak:python_fix_type_error
5 years ago
berak
b7c8e9e874
python: fix type error msg
5 years ago
Gael Colas
e65b51ca3c
Merge pull request #15821 from ColasGael:colasg-viz-color
...
Fix wrong definition of viz::Color::navy()
5 years ago
Oleg Alexandrov
d56535afce
Merge pull request #15820 from oleg-alexandrov:patch-1
...
Clarify stereoRectify() doc
The function stereoRectify() takes as input a coordinate transform between two cameras. It is ambiguous how it goes. I clarified that it goes from the second camera to the first.
5 years ago
yuriyluxriot
4e156a162f
Merge pull request #15812 from yuriyluxriot:fls_replaces_tls
...
* Use FlsAlloc/FlsFree/FlsGetValue/FlsSetValue instead of TlsAlloc/TlsFree/TlsGetValue/TlsSetValue to implment TLS value cleanup when thread has been terminated on Windows Vista and above
* Fix 32-bit build
* Fixed calling convention of cleanup callback
* WINAPI changed to NTAPI
* Use proper guard macro
5 years ago
Chip Kerchner
ed7e4273cd
Merge pull request #15555 from ChipKerchner:flipVectorize
...
* Vectorize flipHoriz and flipVert functions.
* Change v_load_mirror_1 to use vec_revb for VSX
* Only use vec_revb in ISA3.0
* Removing vec_revb code since some of the older compilers don't fully support it.
* Use new v_reverse intrinsic and cleanup code.
* Ensure there are no alignment issues with copies
5 years ago
Alexander Alekhin
0ca5f68d72
Merge pull request #15831 from alalek:fix_pylint_master
5 years ago
Alexander Alekhin
48073e6d95
pylint: eliminate warnings
5 years ago
Alexander Alekhin
cec7cc037b
Merge pull request #15819 from alalek:ts_unblock_reporting_of_disabled_tests
5 years ago
Alexander Alekhin
5c12bafe80
Merge pull request #15805 from i-murzov:3.4
5 years ago
Ciprian Alexandru Pitis
d2e02779c4
Merge pull request #15799 from Cpitis:feature/parallelization
...
Parallelize pyrDown & calcSharrDeriv
* ::pyrDown has been parallelized
* CalcSharrDeriv parallelized
* Fixed whitespace
* Set granularity based on amount of threads enabled
* Granularity changed to cv::getNumThreads, now each thread should receive 1/n sized stripes
* imgproc: move PyrDownInvoker<CastOp>::operator() implementation
* imgproc(pyramid): remove syloopboundary()
* video: SharrDerivInvoker replace 'Mat*' => 'Mat&' fields
5 years ago
CJ Smith
c2f2ea6b85
Merge pull request #15789 from CJSmith-0141:15779-scale-bug-in-stereo-match-sample
...
* Changes disparity image to float representation
Signed-off-by: Connor James Smith <cjs.connor.smith@gmail.com>
* samples: update disparity multiplier handling in stereo_match.cpp
5 years ago
Oleg Alexandrov
af433d0352
Merge pull request #15780 from oleg-alexandrov:master
...
* Doc bugfix
The documentation page StereoBinaryBM and StereoBinarySGBM says that it returns a disparity that is scaled multiplied by 16. This scaling must be undone before calling reprojectImageTo3D, otherwise the results are wrong. The function reprojectImageTo3D() could do this scaling internally, maybe, but at least the documentation must explain that this has to be done.
* calib3d: update reprojectImageTo3D documentation
* calib3d: add StereoBM/StereoSGBM into notes list
5 years ago
Alexander Alekhin
ee044771a7
Merge pull request #15478 from terfendail:wintr_stereosgbm
5 years ago
Dizhenin Vlad
edc5518f68
Merge pull request #15608 from SimpleVlad:3.4
...
* 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
5 years ago
Alexander Alekhin
79f792ad05
ts: do not block reporting of launched "DISABLED_" tests
...
If tests are run through GTest option `--gtest_also_run_disabled_tests`
5 years ago
Alexander Alekhin
469addeca3
Merge pull request #15763 from akhakim:dynamic_set_kernel_window_size
5 years ago
Anna Khakimova
c394847c35
GAPI Fluid: Dynamic window size
5 years ago
atalaman
ea64bb58a5
Merge pull request #15751 from TolyaTalamanov:at/refactor-render-tests
...
* Refactor render tests
* Fix comment to review
* Move ocv render tests stuff to specific file
* Add OCV prefix for render tests
* Fix comments to review
5 years ago
Igor Murzov
a9d23a6479
Fix wording in some tutorials
5 years ago
Alexander Alekhin
ea5499fa51
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
bad4e5c3eb
Merge pull request #15692 from alalek:core_tls_handle_thread_termination
5 years ago
Alexander Alekhin
e86c888a92
Merge pull request #15791 from alalek:android_camera2_issue_14915
5 years ago
Chip Kerchner
a71ff50130
Merge pull request #15623 from ChipKerchner:optimizeHOGpipeline
...
* Use circular lut hustory buffer in computeGradient of HOG
* Initialize prefetch data outside main loop. Avoid code duplication.
5 years ago
Alexander Alekhin
278b4ca40c
Merge pull request #15800 from alalek:issue_15796
5 years ago
Alexander Alekhin
cd6d79d106
gapi: fix opencv_world build
5 years ago
Alexander Alekhin
80c4cedd25
android: use .getRowStride() in JavaCamera2View
5 years ago
Alexander Alekhin
02f4d6ca53
Merge pull request #15777 from dbudniko:dbudniko/add_own_empty
5 years ago
Alexander Alekhin
732657cc46
Merge pull request #15793 from Cherubin7th:3.4
5 years ago
André Lippok
86a8ff6129
Fixed typo in assertion
5 years ago
Alexander Alekhin
d8ab83600b
Merge pull request #15761 from alalek:core_trace_itt_parameter
5 years ago
Alexander Alekhin
6ec5ae0215
core(trace): add ITT control parameter
...
- OPENCV_TRACE_ITT_ENABLE
5 years ago
Dmitry Budnikov
8dfba51884
add empty implementation
5 years ago
Alexander Alekhin
7cf1054d36
Merge pull request #15764 from ChipKerchner:demosaicingToHal
5 years ago
Vitaly Tuzov
42b1d04999
StereoSGBM algorithm updated to use wide universal intrinsics
5 years ago
Alexander Alekhin
055ffc0425
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
eabe679f78
Merge pull request #15770 from terfendail:stereobm_fix
5 years ago
Vitaly Tuzov
1ce5a724c7
Fixed StereoBM uniqueness check
5 years ago