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
Alexander Alekhin
7d9e1be588
Merge pull request #17388 from alalek:dnn_update_network_dump
5 years ago
Liubov Batanina
ba3cf47600
Merge pull request #17386 from l-bat:tf_clamp_subgraph
...
* Added ClipByValue subgraph
* Return const nodes
5 years ago
Alexander Alekhin
9e09828cc3
Merge pull request #17390 from l-bat:fix_ngraph_multiply
5 years ago
Liubov Batanina
b236f10792
Switch ngraph::op::v1::Multiply to v0
5 years ago
Alexander Alekhin
f0bef94a03
dnn: update network dump code, include ngraph serialization
5 years ago
Alexander Alekhin
9f177b2bcd
Merge pull request #17377 from jtojnar:patch-1
5 years ago
Jan Tojnar
765f333a1d
pkg-config: Drop broken include path
...
The legacy `includedir` was removed in 4.0 (https://github.com/opencv/opencv/pull/12477 ) but it was not removed from the `.pc` file.
This causes issues when trying to link against OpenCV using pkg-config in CMake.
5 years ago
Egor Pugin
1bec7ca540
Merge pull request #17352 from egorpugin:patch-2
...
* Fix integer overflow in parseOption().
Previous code does not work for values like 100000MB.
* Fix warning during 32-bit build on inactive code path.
* fix build without C++11
5 years ago
Alexander Alekhin
29bbbaa0a7
Merge pull request #17376 from alalek:dnn_fix_build
5 years ago
shijiayuan
4e97c69792
Merge pull request #17275 from shijiayuan:fixbug
...
* fix bug for CHECK issue
* remove chack for bpp
* add test for tif file
* add test for tiff file
* change the test name
* use proper bpp value, use clear test names
5 years ago
Alexander Alekhin
88d8a48b09
Merge pull request #17374 from alalek:dnn_fix_build
5 years ago
Alexander Alekhin
73aa5f567b
dnn: *_DENORMALS_ZERO_MODE is defined for SSE3
5 years ago
Liubov Batanina
d5e8792f55
Merge pull request #17332 from l-bat:fix_nms
...
Fixed NMSBoxes bug
* Added NMS for each class
* Updated cpp sample
* Fixed errors
* Refactoring
* Added NMS for IE
5 years ago
Alexander Alekhin
6202556fc0
Merge pull request #17367 from anton-potapov:ap/fluid_fix_uninit_members
5 years ago
Anton Potapov
be9f3826d7
GAPI: fix uninitialized variables in Fluid
5 years ago
Michal W. Tarnowski
7f453ade73
Merge pull request #17361 from mwtarnowski:fix-documentation-gapi-imgproc-blur
...
* fix documentation for cv::gapi::blur
* remove dst parameter and move ksize parameter to its correct position
5 years ago
Michal W. Tarnowski
5393185add
Merge pull request #17360 from mwtarnowski:fix-documentation-imgproc-blur
...
* fix documentation for cv::blur
* correct the position of ksize parameter
5 years ago
YashasSamaga
b3a261c7ce
set stream at the site of creation
5 years ago
Josh Bradley
9fef09fe89
Merge pull request #17320 from jgbradley1:add-eigen-tensor-conversions
...
* add eigen tensor conversion functions
* add eigen tensor conversion tests
* add support for column major order
* update eigen tensor tests
* fix coding style and add conditional compilation
* fix conditional compilation checks
* remove whitespace
* rearrange functions for easier reading
* reformat function documentation and add tensormap unit test
* cleanup documentation of unit test
* remove condition duplication
* check Eigen major version, not minor version
* restrict to Eigen v3.3.0+
* add documentation note and add type checking to cv2eigen_tensormap()
5 years ago
Alexander Alekhin
6b0fff72d9
Merge pull request #17349 from YashasSamaga:cuda4dnn-general-fixes
5 years ago
Alexander Alekhin
21e28adb87
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
a9b030591b
Merge pull request #17295 from dkurt:dnn_fusion_ftz
5 years ago
YashasSamaga
57ca10636c
do not create redundant handles
5 years ago
Alexander Alekhin
d4a9c731ff
Merge pull request #17345 from alalek:build_fix_mac_warnings
5 years ago
Alexander Alekhin
17d15df6cd
Merge pull request #17343 from hunter-college-ossd-spr-2020:mac-install
5 years ago
Alexander Alekhin
98611adeb9
build: fix warnings about TARGET_OS_MACCATALYST
5 years ago