Tomoaki Teshima
63f5f93063
fix test failure on ODROID-N2
5 years ago
Vadim Levin
7f90f04df2
Merge pull request #16766 from VadimLevin:dev/vlevin/video_writer_params_constructor
...
* feature: Extend VideoWriter to accept vector of parameters
- Add additional constructor and `open` method for `VideoWriter`
those accept a vector of parameters
- Move actual implementation of the `VideoWriter::open` to general method
which accepts vector of parameters
- Propagate parsed parameters map up to actual video backend construction
* fix: Change VideoWriter constructor description to suppress doc warning
* refactor: Rollback newlines changes
* feature: Changed VideoWriter parameters workflow
* feature: Log unused parameters in VideoWriter open
* doc: Fix VideoWriter `isColor` parameter description
* fix: int to bool VC++ conversion warning
* doc: Remove information about `isColor` flag usage.
5 years ago
Dmitry Kurtaev
25ec4ce6f1
PReLU from Tensorflow
5 years ago
Alexander Alekhin
9926a93a78
features2d: copy sift.dispatch.cpp
5 years ago
Alexander Alekhin
7093752cb5
features2d: copy sift.simd.hpp
5 years ago
Alexander Smorkalov
7228d2a824
Added initial version of cmake toolchain for RISC-V architecture.
5 years ago
Alexander Alekhin
9181ecfc7b
cmake: fix protobuf handling
5 years ago
Liubov Batanina
4bf94cb5d1
Fix test
5 years ago
Paul Jurczak
599a3026d1
Added to Camera constructor parameter description
5 years ago
Alexander Alekhin
288fa70ed9
dnn(protobuf): backport AllowUnknownField(), SetRecursionLimit()
...
- limit recursion in SkipField*() calls
5 years ago
Alexander Alekhin
cd7db168e0
core(SIMD): suppress coverity UNINIT_CTOR on SIMD vectors
5 years ago
HowardsPlayPen
cbcdbde29d
Update videocapture_basic.cpp
...
I believe you are using the wrong version of open() on line 28 - adding deviceID + appId together. It's better to use the new version of .open() taking two integers as parameter.
5 years ago
YashasSamaga
aff2c7c43c
handle redundant slice in SliceOp
5 years ago
Alexander Alekhin
f756923271
dnn(ie): avoid conversion to legacy CNNNetworkImpl
5 years ago
Maxim Pashchenkov
51a42c0647
Merge pull request #17088 from mpashchenkov:mp/ocv-gapi-kernel-laplacian
...
G-API: Laplacian and bilateralFilter standard kernels
* Added Laplacian kernel and tests
* Added: Laplacian kernel, Bilateral kernel (CPU, GPU); Performance and accuracy tests for this kernels
* Changed tolerance for GPU test
* boner
* Some changes with alignment; Tests's parameters are the same as for OCV
* Cut tests
* Compressed tests
* Minor changes (rsrt bb)
* Returned types
5 years ago
Alexander Alekhin
a327418767
features2d(sift): move SIFT tests / headers / build fixes
5 years ago
Alexander Alekhin
351fb8c058
gapi: fix build, update IE handling, add OPENCV_GAPI_INF_ENGINE
5 years ago
Alexander Alekhin
83c4378d5d
dnn(test): skip failed NGRAPH/MYRIAD tests
5 years ago
Maksim Shabunin
9415560250
videoio: load debug versions of plug-ins in debug builds
5 years ago
Liubov Batanina
1c1762d3f6
Skip myriad
5 years ago
ashishiva3@gmail.com
e0ac0cfbe2
add fused batchNorm Upsample
5 years ago
Polina Smolnikova
40973bea31
Merge pull request #16961 from rayonnant14:objdetect_different_return_value_issue
...
QRDetectMulti : different return value bug fix
* QRDetectMulti : bug fix
* added tests
* changed test image due to large size of previous test image
5 years ago
Maxim Pashchenkov
94e36d8c8d
Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat
...
G-API: Mat's "deownification"
* deowned Mat
* boner
* Removed canDescribe test for own::Mat
* Removed STANDALONE flag for apply() and operator()
* Removed: desc_tests for own::Mat, descr_of for own::Mat.
* Returned: tests, cv::gapi::own::descr_of; fixed alignment; Removed own::Mat's headers
* Removed unused header own/mat.hpp from gbackend.hpp
5 years ago
Ganesh Kathiresan
4ee6852a1e
Formula Fixes for master branch
...
Foumula fix 6
Foumula fix 7
5 years ago
Ganesh Kathiresan
0be2c7018b
Formula Fixes for 3.4 branch
...
Foumula fix 1
Foumula fix 2
Foumula fix 3
Foumula fix 4
Foumula fix 5
Foumula fix 8
5 years ago
Liubov Batanina
aa08900ac8
Supported TF concat 3d
5 years ago
OrestChura
05d5c284f6
gapi: buildOpticalFlowPyramid() interface, CPUkernel and CPUtests implementation
...
- kernel added to a cv::gapi::video namespace
- tests to check a kernels (based on cv::video tests for cv::buildOpticalFlowPyramid())
- tests for a combined G-API-pipeline (buildOpticalFlowPyramid() -> calcOpticalFlowPyrLK())
- tests for internal purposes added
- custom function for comparison in tests implemented
5 years ago
AshihsKrShrivastava
d37180a2c4
modification for upsample node fused from unfused Resize subgraph
5 years ago
Liubov Batanina
8badf7f354
Merge pull request #17112 from l-bat:ie_region
...
* Support nGraph Region
* Support region since OpenVINO 2020.2
* Skip myriad
5 years ago
Paul Jurczak
a748eba42e
Added descriptions of randu and randn
5 years ago
Alexander Alekhin
10d2bcc8a2
videoio(msmf): fix build warning
...
- warning C4800: 'int': forcing value to bool 'true' or 'false'
5 years ago
Alexander Alekhin
7ce1bd5d88
cmake: handle VIDEOIO_PLUGIN_LIST=all
5 years ago
Dmitry Kurtaev
908bf935f7
Flexible inputs for OpenVINO IR models
5 years ago
Alexander Alekhin
dcf7eb972e
core(SIMD): align behavior of vector constructors
...
- setzero() calls are dropped due low-level API nature
- initialization is mandatory if necessary (not an output of other calls)
5 years ago
spectralio
1cce9db710
fix missing underscore
5 years ago
Maksim Shabunin
f84cae833a
TickMeter: added FPS and AvgTime, improved docs, reformatted
5 years ago
Alexander Alekhin
ed58b5489f
[move sift.cpp] sift: avoid inplace calls of GaussianBlur
...
- should unlock IPP optimizations
original commit: ce7c8f2646
5 years ago
Alexander Alekhin
ef5fa498d4
[move sift.cpp] sift: perf tests and trace regions
...
original commit: a15e105db1
5 years ago
Tomoaki Teshima
96075ce0c9
avoid test failure on Arm platform
5 years ago
Dmitry Kurtaev
5e5385a814
Remove NodeVector for nGraph
5 years ago
Tomoaki Teshima
c2e484a465
fix wrong condition check
5 years ago
Paul Jurczak
f64d807863
Added to description of WCube constructor
...
`WCube` constructor reorders `min_point`, `max_point` parameters when necessary. I added this info to the description.
5 years ago
Tomoaki Teshima
f39784c584
fix test failure on Jetson TX2
5 years ago
Vadim Levin
1d8c73cf6c
feature: Added `explicit` support to header parser
...
- It is safe to remove `explicit` keyword for constructors with 1
argument, because it is C++ specific keyword and does not affect any of
the generated binding.
5 years ago
Alexander Alekhin
ef68cc3d5f
dnn: use OpenVINO 2020.2 defines
...
original commit: 45263d7642
5 years ago
Vadim Levin
18550b4601
test: Added tests for VideoCapture constructors in java
5 years ago
Alexander Alekhin
c8f1948d58
core: drop EXPR handing code in InputArray
5 years ago
Anton Potapov
dd2c7c5140
GAPI: utils - variant::get_if
...
adding one more missing function to local version of std::variant
5 years ago
Ilya Lavrenov
91b0100287
Fixed compilation when NN builder is not built
5 years ago
Dmitry Kurtaev
870a775d7d
Align DLIE and nGraph average pooling layers
5 years ago