Alexander Alekhin
7d30e19b3e
Merge pull request #17350 from AsyaPronina:gapi_ocv_stateful_kernel
...
Enable stateful kernels in G-API OCV Backend
5 years ago
AsyaPronina
b083c20eb2
Enable stateful kernels in G-API OCV Backend
5 years ago
Alexander Alekhin
7722a2b8a8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
ef3844a177
Merge pull request #17466 from alalek:build_opencv_winpack_dldt_2020.3.0
5 years ago
Alexander Alekhin
476aa443c6
Merge pull request #17432 from tomoaki0705:automaticCC
5 years ago
Fernando Martin
cb0f74ab9f
Merge pull request #17473 from f3rm4rf3r:fixingFourCCDocBrokenLink
...
* - Fixing broken URL to mp4ra website
* - Fixing broken URL to mp4ra website (in C videoio API)
5 years ago
Giles Payne
977e5afbac
Add handling for Android "NDK (Side by side)"
5 years ago
Alexander Alekhin
08d1c54364
Merge pull request #17469 from l-bat:fix_virtual_try_on
5 years ago
Alexander Alekhin
dbbfa003d3
Merge pull request #17455 from mshabunin:check-count-non-zero
5 years ago
Alexander Smorkalov
a17d1843fb
Skip some GAPI tests if VideoCapture is not capable to playback video.
5 years ago
Liubov Batanina
5ffc5bca7c
Fixed virtual try on sample
5 years ago
Alexander Alekhin
11ac2e1475
build: winpack_dldt with dldt 2020.3.0
...
https://github.com/openvinotoolkit/openvino/releases/tag/2020.3.0
5 years ago
Maksim Shabunin
59608907b8
Added countNonZero test for big arrays and disable IPP for some cases
5 years ago
Alexander Alekhin
e454c4891e
Merge pull request #17369 from themightyoarfish:doc-essential-matrix-different-cameras
5 years ago
Alexander Alekhin
3ed243abde
Merge pull request #17430 from alalek:issue_17257
5 years ago
Alexander Alekhin
d60524ecfa
Merge pull request #17447 from alalek:dnn_ie_extract_layers
5 years ago
Rasmus Diederichsen
345e071b24
Add instructions for how to use findEssentialMat() when camera matrices are different
5 years ago
Alexander Alekhin
be1a121d0d
dnn(ie): fix layers extraction
5 years ago
Tomoaki Teshima
156406b56c
select the architecture based on nvcc result
...
* cache the result
* DRY
* brush up based on review
5 years ago
Alexander Alekhin
f68654a204
Merge pull request #17438 from alalek:fix_eigen_builds
5 years ago
Vadim Pisarevsky
8abb312c20
Merge pull request #17417 from vpisarev:fix_fitellipse
...
* improved fitEllipse and fitEllipseDirect accuracy in singular or close-to-singular cases (see issue #9923 )
* scale points using double precision
* added normalization to fitEllipseAMS as well; fixed Java test case by raising the tolerance (it's unclear what is the correct result in this case).
* improved point perturbation a bit. make the code a little bit more clear
* trying to fix Java fitEllipseTest by slightly raising the tolerance threshold
* synchronized C++ version of Java's fitEllipse test
* removed trailing whitespaces
5 years ago
Alexander Alekhin
adcb943f61
Merge pull request #17424 from berak:dnn_sample_human_parsing
5 years ago
Vadim Pisarevsky
5489735258
Merge pull request #17436 from vpisarev:fix_python_io
...
* fixed #17044
1. fixed Python part of the tutorial about using OpenCV XML-YAML-JSON I/O functionality from C++ and Python.
2. added startWriteStruct() and endWriteStruct() methods to FileStorage
3. modifed FileStorage::write() methods to make them work well inside sequences, not only mappings.
* try to fix the doc builder
* added Python regression test for FileStorage I/O API ([TODO] iterating through long sequences can be very slow)
* fixed yaml testing
5 years ago
Alexander Alekhin
8de176988d
Merge pull request #17439 from alalek:fix_dnn_test_required_file
5 years ago
Alexander Alekhin
79c5d07abe
dnn(test): file 'dnn/efficientdet-d0.pb' is optional
5 years ago
Alexander Alekhin
74020a084b
core: fix builds with eigen helper header
5 years ago
berak
09acd478f1
dnn: add a human parsing cpp sample
5 years ago
Alexander Alekhin
e6c9e2fa50
Merge pull request #17420 from nosajthenitram:fix_cascadedetect_convert_bug_for_old_cascade
5 years ago
Meng Wang
ab2c59b80e
Merge pull request #17403 from wangmengHB:master
...
Fix Test Case: in latest version, window.cv is a promise instance that makes most test case failed.
* Fix Browser Test Case: In latest version, window.cv is a promise instance
In latest version of opencv.js, window.cv is promise instance.
So that most of the test cases is run failed.
This commit is to fix browser test case.
* Add comment for backward compatible
Add comments for backward compatible
5 years ago
Jason Martin
a5209c4882
Fixed cascadedetect convert from old cascade to new
5 years ago
Alexander Alekhin
f1dd5e49c5
videoio(ffmpeg): fix handling of AVERROR_EOF
...
decoder should be properly flushed after that
5 years ago
Alexander Alekhin
c6b60e219d
Merge pull request #17428 from asmorkalov:as/java_smart_constructors
5 years ago
Alexander Alekhin
740f6628ec
Merge pull request #17419 from YourButterfly:fix_divide_zero_in_darknet_3_4
5 years ago
Alexander Smorkalov
821fac187c
Generate constructor with smart pointer, if it's expected.
5 years ago
Alexander Alekhin
73fdf75328
Merge pull request #17338 from hunter-college-ossd-spr-2020:contours-toc
5 years ago
YourButterfly
f7daa9e4f5
chk divide 0
5 years ago
Alexander Alekhin
c3e8a82c9c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Liubov Batanina
d3aaf2d3a3
Merge pull request #17371 from l-bat:nms_model
...
* Fix NMS bug in DetectionModel
* Fixed comments
* Refactoring
5 years ago
Alexander Alekhin
e58e545584
Merge pull request #17392 from alalek:dnn_test_yolov4
5 years ago
Alexander Alekhin
319db07b6b
Merge pull request #17384 from dkurt:efficientdet
5 years ago
Alexander Alekhin
407cc5f1b6
Merge pull request #17416 from vpisarev:fix_fillpoly
5 years ago
Vadim Pisarevsky
80037dc6de
fixed fillPoly, the overloaded variant with InputArrayOfArrays parameter (single or multiple polygons)
5 years ago
Dmitry Kurtaev
d9bada9867
dnn: EfficientDet
5 years ago
Alexander Alekhin
6b89154afd
dnn(test): add YOLOv4 tests
5 years ago
Alexander Alekhin
1f2d4e4839
Merge pull request #17410 from asmorkalov:as/formulae_command_typo
5 years ago
Alexander Smorkalov
4a9904fe62
Command name typo fix for formulas in documentation.
5 years ago
Alexander Alekhin
4b5fdc6bb2
Merge pull request #17406 from mshabunin:fix-msmf-audio-handling
5 years ago
Maksim Shabunin
2d11edd103
videoio/MSMF: fixed audio stream handling
5 years ago
Alexander Alekhin
515a06cedf
Merge pull request #17359 from YashasSamaga:cuda4dnn-fix-default-stream-wrappers
5 years ago
Ningxin Hu
fef6192bca
Merge pull request #17394 from huningxin:fix_segmentation_py
...
* Fix window title of python segmentation example
* Fix float text position of python segmentation examples
5 years ago