Alexander Alekhin
ee3ef107db
core(SIMD): allow to build modules with SIMD emulator
5 years ago
Alexander Alekhin
91b39aa038
Merge pull request #2388 from catree:update_xfeatures2d_bibtex
5 years ago
catree
c4d24d33d9
Harmonise bibtex formatting. Sort entries alphabetically by the last name of the first paper author.
5 years ago
Alexander Alekhin
9ed5fbdb01
Merge pull request #2387 from alalek:fix_ximgproc_slic_empty_mat
...
* ximgproc(test): createSuperpixelSLIC smoke test
* ximgproc: don't use 'operator+()' with empty cv::Mat
5 years ago
Alexander Alekhin
1109906258
Merge pull request #2357 from SSteve:aruco_tutorial_fix
5 years ago
Steve Nicholson
93258b3651
Fix **Detection of ArUco Markers** tutorial to use current version of `DICT_6X6_250` dictionary.
5 years ago
Alexander Alekhin
d01edbd66b
Merge pull request #2375 from alalek:backport_contrib_2369
5 years ago
Alexander Alekhin
a89f104d19
Merge pull request #2374 from alalek:backport_contrib_2372
5 years ago
Lizeth Huertas
5efd1e2f5f
shift corner positions to the correct rotation
...
backport commit 13f7637585
5 years ago
Alexander Alekhin
cde48f4c0f
Merge pull request #2373 from alalek:issue_15990
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
5 years ago
Alexander Alekhin
d930ad9c77
rgbd: don't use CV__ENABLE_C_API_CTORS
5 years ago
Alexander Alekhin
e70a4c423b
Merge pull request #2355 from czgdp1807:pr-2341-follow-up
5 years ago
czgdp1807
854d33bca9
shifted constructor and destructor definitions
5 years ago
Gagandeep Singh
b3ad2c323d
Merge pull request #2341 from czgdp1807:issue-2277
...
Added constructors and destructors for RgbdPlane
* declared constructors and destructors of RgbdPlane
* definitions written
* tests for python bindings added
5 years ago
Alexander Alekhin
c5e0fa982d
Merge pull request #2353 from alalek:python_fix_arginfo
5 years ago
Alexander Alekhin
d1fc1c64d4
Merge pull request #2342 from alalek:issue_9863
5 years ago
Alexander Alekhin
62c969dd97
Merge pull request #2349 from alalek:fix_contrib_2346
5 years ago
Alexander Alekhin
47de8dd38f
python: force using of ArgInfo
5 years ago
Alexander Alekhin
10828884ec
Merge pull request #2347 from alalek:build_gcc_9
5 years ago
Alexander Alekhin
ad8f00017a
typo
5 years ago
Alexander Alekhin
22f0ea0cb3
ximgproc: avoid data race in StructuredEdgeDetection::detectEdges()
5 years ago
Alexander Alekhin
4c5f06128b
build: GCC9 compilation
5 years ago
RAJKIRAN NATARAJAN
6ae9809b2e
Merge pull request #2178 from saskatchewancatch:opencv_contrib_edgeboxes_testimage
...
Add test for ximgproc/edgeboxes and fix up Python sample to work with returning scores
* Test for Edgeboxes implementation
* Fix and enhance edgeboxes_demo.py
* Make double literal a float literal
* Address review feedback
5 years ago
Alexander Alekhin
f452bd49e4
update tests (gaussianBlur fix)
5 years ago
Alexander Alekhin
91859e8112
Merge pull request #2320 from xerus:separate
5 years ago
Alexander Alekhin
cd95a5f029
Merge pull request #2312 from kokerf:master
5 years ago
ab-dragon
e45887e1c0
Merge pull request #2301 from ab-dragon:conditionally_compute_dog_pyramid
...
Build DoG Pyramid if useProvideKeypoints is false
The buildDoGPyramid operation need not be performed unconditionally. In cases where it is not needed, both memory and speed performance can be improved
5 years ago
kokerf
20e17e51db
fix memset error in CombinedDescriptor
5 years ago
Pavel Grunt
cef011adf6
ovis: s/seperate/separate/g
5 years ago
Pavel Grunt
ba08dbbef8
s/seperate/separate/g in comments
5 years ago
Alexander Alekhin
94d1b9bcd8
Merge pull request #2316 from alalek:core_tls_handle_thread_termination
5 years ago
Alexander Alekhin
7899b4998a
Merge pull request #2315 from alalek:issue_contrib_2279
5 years ago
Alexander Alekhin
daa2448466
text: filter CNN detection results
...
- instead of validation checks
5 years ago
Deni
229cd72911
Merge pull request #2309 from deni64k:master
...
Fix memory corruption in RgbdPlane
* Fix memory corruption
* Use divUp instead of explicit rounding up integer division
* rgbd: add test
5 years ago
Alexander Alekhin
3e4fb8f415
xfeatures2d: use updated TLS API
5 years ago
Alexander Alekhin
8fde8d7445
Merge pull request #2293 from sturkmen72:patch-5
5 years ago
Suleyman TURKMEN
f48a0e8225
Update .travis.yml
5 years ago
Alexander Alekhin
1a269ef87d
Merge pull request #2285 from sturkmen72:patch-4
5 years ago
Suleyman TURKMEN
cdb57cb679
Update pd_inria.cpp
5 years ago
Alexander Alekhin
9d3efbd8f1
Merge pull request #2281 from berak:face_fix_mace
5 years ago
berak
06b25f0a80
face: fix mace code / test
5 years ago
Daniel Canelhas
46110c3d9e
Merge pull request #1993 from dcanelhas:master
...
waldboost_detector train: avoid failed asserts while training by exiting early
* Avoids a failed assert which crashes training
* xobjdetect: improve waldboost messages
5 years ago
Alexander Alekhin
766bf7723a
Merge pull request #2276 from developedby:patch-2
5 years ago
Nicolas Abril
2932420933
Ensures that the input arguments are valid
...
If 'lambda <= 0' or 'kappa <= 1.0', the stop condition for the solver is never met because beta would not be increasing.
5 years ago
Alexander Alekhin
1a15cbc9ae
Merge pull request #2271 from alalek:build_cxx11_warnings
5 years ago
Maksim Shabunin
cdd19ebead
backport: Fixed warnings produced by clang-9.0.0
...
83fc27cb99
5 years ago
Moeed
4f524db434
Merge pull request #2269 from shaikmoeed:hotfix/samples-motempl-python-update
...
* Fix bug: Invalid Syntax at line 14(draw_motion_comp method)
* Fix bug: TypeError- integer argument expected, got float
* Fix bug: clean up the camera by adding .release()
5 years ago
Alexander Alekhin
f5e493b607
Merge pull request #2263 from kqwyf:fix
5 years ago
kqwyf
334b5c01fe
fix histogram calculation and add some tests for simpleWB
5 years ago