Alexander Alekhin
358d69956a
Merge pull request #15198 from AsyaPronina:bump_to_new_ade_release
5 years ago
Alexander Alekhin
212f0fb509
Merge pull request #15262 from alalek:fix_15252
5 years ago
Alexander Alekhin
487d331d74
Merge pull request #15256 from dkurt:dnn_model_warps
5 years ago
Alexander Alekhin
5e527d22e3
gapi: fix build with MSVS2017/2019
5 years ago
AsyaPronina
816929c704
Bump to new ADE release v0.1.1f
5 years ago
Dmitry Kurtaev
a9839af903
Add preprocessing warps for separate parameters
5 years ago
Alexander Alekhin
174b4ce29d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
90ccd2f37c
Merge pull request #15239 from alalek:videoio_skip_msmf_tests2
5 years ago
Alexander Alekhin
a4b4432015
videoio(test): skip unstable MSMF tests (2)
5 years ago
Alexander Alekhin
365323afec
Merge pull request #15234 from alalek:backport
5 years ago
Alexander Alekhin
99f709ca96
Merge pull request #15233 from alalek:videoio_skip_msmf_tests
5 years ago
Alexander Alekhin
3fc02353be
Merge pull request #15228 from flyseaworld:exif/read_num_dir
5 years ago
Dmitry Matveev
0757a51e2b
Merge pull request #15090 from dmatveev:dm/ng-0001-g-api-inference-api
...
* G-API-NG/API: Introduced inference API and IE-based backend
- Very quick-n-dirty implementation
- OpenCV's own DNN module is not used
- No tests so far
* G-API-NG/IE: Refined IE backend, added more tests
* G-API-NG/IE: Fixed various CI warnings & build issues + tests
- Added tests on multi-dimensional own::Mat
- Added tests on GMatDesc with dimensions
- Documentation on infer.hpp
- Fixed more warnings + added a ROI list test
- Fix descr_of clash for vector<Mat> & standalone mode
- Fix build issue with gcc-4.8x
- Addressed review comments
* G-API-NG/IE: Addressed review comments
- Pass `false` to findDataFile()
- Add deprecation warning suppression macros for IE
5 years ago
Sebastián Gurin
ca79f75b32
OpenCV.js docker container build instructions
...
backport of commit: 59b0314a0e
5 years ago
Victor Romero
987bb2ca61
Fix build for UWP
...
backport of commit: f18cbd036a
5 years ago
TheGoddessInari
960bb540ec
Make sure to use defined(__GNUC__) instead of bare __GNUC__ in flann2 header.
...
This fixes a compiler error on MSVC with Unreal Engine (at least).
backport of commit: 4e998c9ade
5 years ago
John Smith
b9d6fc9dad
Fix cv::selectROI rectangle rendering issue
...
backport of commit: 95c65aff75
5 years ago
Alexander Alekhin
406313bbc5
videoio(test): skip unstable MSMF tests
5 years ago
yaohai [姚海]
cadb4dee14
fix exif bug
5 years ago
Alexander Alekhin
d2c64b566b
Merge pull request #15227 from tomoaki0705:fixFallThroughCarotene
5 years ago
Alexander Alekhin
c5069266dc
Merge pull request #15222 from hmaarrfk:verify_carbon
5 years ago
Sebastián Gurin
59b0314a0e
Merge pull request #15221 from cancerberoSgx:master
...
OpenCv.js docker container build instructions (#15221 )
* emscripten docker container
* docker
* typo
* typo
* whitespace issue
5 years ago
Tomoaki Teshima
d6ba235655
fix fall through warning
5 years ago
Mark Harfouche
63775320ae
Verify Carbon correctly on OSX
5 years ago
Alexander Alekhin
95eb199f41
Merge pull request #15220 from thangktran:fixbug/confusing_error_message_from_persistence
5 years ago
Thang Tran
d659eb9327
core: fixed error message to avoid confusion
5 years ago
Victor Romero
f18cbd036a
Merge pull request #15207 from vicroms:fix-uwp-build
...
Fix build for UWP (#15207 )
* Guard non-WinRT calls to fix UWP build
* Remove unnecessary guard for WinRT
5 years ago
Alexander Alekhin
b584c23061
Merge pull request #15158 from dkurt:fix_tf_ssd_configs
5 years ago
Alexander Alekhin
ba934ff1ce
Merge pull request #15202 from hugolm84:support_build_shared_for_wince
5 years ago
Alexander Alekhin
b811420d28
Merge pull request #15188 from mshabunin:fix-v4l-old
5 years ago
Maksim Shabunin
b231e91d87
Fix for building with old V4L
5 years ago
Alexander Alekhin
f9cefc84a3
Merge pull request #15098 from RealJohnSmith:master
5 years ago
Alexander Alekhin
977d2c4330
Merge pull request #15197 from mshabunin:restore-ipp-cut
5 years ago
Alexander Alekhin
3f4004ae45
Merge pull request #15195 from mshabunin:disable-pch
5 years ago
Andrey Golubev
fc85f3644d
Merge pull request #15190 from andrey-golubev:fluid_invalid_roi
...
G-API: verify y offset and height of Fluid output ROIs (#15190 )
* G-API: validate GFluidOutputRoi y and height
* Rearrange tested ROIs
5 years ago
Hugo Lindström
03fe1cb7fc
Support building shared libraries on WINCE.
5 years ago
Maksim Shabunin
4dadf17bd9
Merge pull request #15168 from dkurt:dnn_onnx_15120
5 years ago
Maksim Shabunin
6d5ac67681
Restored IPP call reduction
5 years ago
Maksim Shabunin
1275248f39
PCH: disable by default on all platforms except MSVC
5 years ago
dcouwenh
d3cf0d2c06
Bayer VNG Demosaicing Fix #2 (Merge pull request #15086 )
...
* Update demosaicing.cpp
Fixed calculation of Bs for non-green pixels.
* Fixed cvtColor perf test for bayer VNG
5 years ago
Andrey Golubev
304e3ac12f
G-API: fix Fluid reshape with unused nodes (Merge pull request #15115 )
...
* G-API: fix fluid reshape with unused nodes
* Update test names
* Add FIXME for future improvement
5 years ago
Lubov Batanina
778f42ad34
Add high level API (Merge pull request #14780 )
...
* Add high level API
* Fix Model
* Add DetectionModel
* Add ClassificationModel
* Fix classify
* Add python test
* Fix pytest
* Fix comments to review
* Fix detect
* Fix docs
* Modify DetectionOutput postprocessing
* Fix test
* Extract ref boxes
* Fix draw rect
* fix test
* Add rect wrap
* Fix wrap
* Fix detect
* Fix Rect wrap
* Fix OCL_FP16
* Fix MyriadX
* Fix nms
* Fix NMS
* Fix coords
5 years ago
Maksim Shabunin
f482050f9a
Merge pull request #15172 from TheGoddessInari:fix_windows
5 years ago
Maksim Shabunin
5ef7325874
Merge pull request #15176 from dkurt:fix_14993
5 years ago
Lubov Batanina
5a6b23e8f3
Support for several min and max sizes in PriorBox layer (Merge pull request #15076 )
...
* Support for several min and max sizes in PriorBox layer
* Fix minSize
* Check size
* Modify initInfEngine
* Fix tests
* Fix IE support
* Add priorbox test
* Remove inputs
5 years ago
Maksim Shabunin
e90438fe3c
Merge pull request #14938 from LaurentBerger:face_clip
5 years ago
Maksim Shabunin
f7d5b39ec9
Merge pull request #15169 from dkurt:dnn_onnx_drop_vgg16
5 years ago
Maksim Shabunin
eec9fa9d5e
Merge pull request #15181 from berak:java_print_blob
5 years ago
berak
4d3989817c
java: fix Mat.toString() for higher dimensions
5 years ago
Dmitry Kurtaev
59864a3bbc
Fix #14993
5 years ago