Vadim Pisarevsky
c82f096067
removed haarcascade_mcs_*.xml files, which are not quite relevant anymore and yet may cause some potential licensing issues as "non-commerical"-use only
5 years ago
Alexander Alekhin
1311b05747
Merge pull request #2536 from vchiluka5:NVOF_Bug_Fixes
5 years ago
unknown
c49d0b9064
Modified Stream support functionality.
5 years ago
Alexander Alekhin
dfb6d9bf71
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Amy Tabb
aec1f71384
Merge pull request #2514 from amy-tabb:testCharucoCornersCollinear3.4
...
aruco: new feature testCharucoCornersCollinear() in charuco.hpp/cpp
* feature declaration + implementation
* Update charuco.hpp
Fixed parameter listing for Doxygen.
* Updated charuco.cpp
-indentation fixes
-switched order of the test for nCharucoCorners > 2 as suggested
* tests added for testCharucoCornersCollinear T/F
* fixed test to be consistent with C++98
5 years ago
Alexander Alekhin
dbda4d2a68
Merge moved code from opencv/3.4
5 years ago
Daniel Mallia
e438855470
[moved from opencv] Update tutorials tables of content for several modules
...
original commit: 4e789635c9
5 years ago
Alexander Alekhin
b098b0563b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
d9e7b7f638
Merge moved code from opencv/3.4
5 years ago
Alexander Alekhin
edada8c7da
Merge pull request #2520 from catree:feat_BIMEF_doc_warning
5 years ago
catree
01d7105b7f
Add documentation warning about BIMEF implementation: it does not provide same results compared to the original MATLAB code with some degraded results for bright areas.
5 years ago
Alexander Alekhin
1062808197
Merge pull request #2518 from berak:dnn_objdetect_remove_highgui
5 years ago
Alexander Alekhin
3496967c88
Merge pull request #2035 from kyscg:fix-mismatch
5 years ago
K Yasaswi Sri Chandra Gandhi
444123e346
Fixed typo.
5 years ago
QIU Xiaochen
1b7a06c463
[moved from opencv] Merge pull request opencv/opencv#17180 from PetWorm:3.4
...
* fix Scharr nomination
original commit: cdfa58dde0
5 years ago
berak
af9e3a254a
dnn_objdetect: remove highgui header from core_detect.hpp
5 years ago
Alexander Alekhin
49dde62300
Merge moved code from opencv/3.4
5 years ago
Paul Jurczak
79041db1fa
[moved from opencv] Added to Camera constructor parameter description
...
original commit: 599a3026d1
5 years ago
Alexander Alekhin
69c8689338
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
b31e55b6b5
Merge pull request #2506 from alalek:move_sift
5 years ago
Alexander Alekhin
e5f36d65fd
Merge pull request #2509 from AjitPant:aruco-doc-bug
5 years ago
Alexander Alekhin
10d42eeca3
Merge pull request #2503 from ogreen:median-reference
5 years ago
Ajit Pant
865aef83d0
Added the missing default values in documentation of aruco:DetectorParameters.
5 years ago
Alexander Alekhin
a4ca61e24d
xfeatures2d(python): compatibility cv.xfeatures2d.SIFT_create()
5 years ago
Alexander Alekhin
6d85574870
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
1248735d1e
xfeatures2d: move SIFT to main repository
5 years ago
Alexander Alekhin
e92cbd0432
Merge pull request #2501 from alalek:sift_optimization_1
5 years ago
Alexander Alekhin
811f363d35
Merge pull request #2448 from catree:feat_BIMEF
5 years ago
catree
a59932b52c
Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement.
5 years ago
Amy Tabb
66ce803849
Merge pull request #2504 from amy-tabb:charuco-localization-fix
...
aruco: test for singular matrix in _interpolateCornersCharucoLocalHom()
* fixed charuco interp bug
* coding style
5 years ago
Devansh Batra
aba93d5fd5
Merge pull request #2464 from devanshbatra04:master
...
Add Stroke Width Transform algorithm for Text Detection
* added SWTTextDetection code
* remove warnings from opencv_text compilation
* added bib for SWT Text Detection
* resolve initial pr suggestions
* change file name according to convention
* added optional OutputArray
* removed bug related to letter candidature
* added unit tests for stroke width transform text detection
* Added demo program
* made all minor edits required
* corrected findDataFilePath and removed manual allocation
* Added ArgumentParser
* corrected typo
* remove headers not allowed
* correct test case
* corrected float typecast warnings and test case
* remove final double correction and problematic test case
* test(swt): coding style
* finalminor bug corrections
5 years ago
Oded Green
1d8b6423f4
Added references to GPU median filtering algorithm
5 years ago
Alexander Alekhin
2a293da61b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
1a0a7328d5
Merge moved code from opencv/3.4
5 years ago
Alexander Alekhin
ce7c8f2646
sift: avoid inplace calls of GaussianBlur
...
- should unlock IPP optimizations
5 years ago
Alexander Alekhin
a15e105db1
sift: perf tests and trace regions
5 years ago
Alexander Alekhin
69c746ab10
Merge pull request #2498 from pauljurczak:patch-1
5 years ago
Paul Jurczak
4143c3ef27
[moved from opencv] Added to description of WCube constructor
...
`WCube` constructor reorders `min_point`, `max_point` parameters when necessary. I added this info to the description.
original commit: f64d807863
5 years ago
Tomoaki Teshima
90647fdd69
[moved from opencv] fix test failure on Jetson TX2
...
original commit: f39784c584
5 years ago
Paul Jurczak
8420d96379
Update omnidir_tutorial.markdown
5 years ago
Alexander Alekhin
5deaa00595
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
264d43b8a3
Merge moved code from opencv/3.4
5 years ago
Alexander Alekhin
6bd6f00ce2
Merge pull request #2488 from shimat:fix_uwp_arm
5 years ago
Tomoaki Teshima
5237387bb3
[moved from opencv] fix test failure on Jetson TX1/TX2/Nano
...
original commit: 1eb63cfc42
5 years ago
shimat
14722baee3
fix popcnt error for ARM/ARM64
5 years ago
Alexander Alekhin
bcfbc4fa58
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
364e760cef
Merge pull request #2494 from tomoaki0705:fix_xfeatures2d_test
5 years ago
Tomoaki Teshima
505ca72150
fix runtime error of test case redefinition
5 years ago
shimat
bebfd71748
Merge pull request #2491 from shimat:sauvola_r
...
ximgproc: [niBlackThreshold] add R parameter for Sauvola's method
* added R parameter to niBlackThreshold
* replace tab to 4 spaces
* add niblackThreshold test (sauvola)
* changed test case of sauvola
* Update modules/ximgproc/include/opencv2/ximgproc.hpp
5 years ago
Alexander Alekhin
e6f32c6a69
Merge pull request #2487 from paroj:rapidup
5 years ago