Maksim Shabunin
2d11edd103
videoio/MSMF: fixed audio stream handling
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
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
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
73aa5f567b
dnn: *_DENORMALS_ZERO_MODE is defined for SSE3
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
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
98611adeb9
build: fix warnings about TARGET_OS_MACCATALYST
5 years ago
Liubov Batanina
d991c22090
Merge pull request #16575 from l-bat:flownet2
...
Support FlowNet2 model
* Support DataAugmentation layer
* Fix warnings
* Fix comments
* Support Correlation layer
* TEST
* Support Correlation layer
* Supported Accum and FlowWarp layers
* Supported ChannelNorm layer
* Supported Resample with inputs.size() > 1
* Fixed comments
* Refactoring
* Added tests
* Add resample test
* Added asserts in resize layer
* Updated DataAugmentation layer
* Update convolution layer
* Refactoring
* Fix data augmentation layer
* Fix caffe importer
* Fix resize
* Switch to Mat ptr
* Remove useless resize type
* Used ResizeLayer in Accum
* Split ChannelNormLayer
* Delete duplicate assert
* Add sample
* Fix sample
* Added colormap
5 years ago
Dmitry Kurtaev
b5035ce991
Increase test threshold for YOLOv3 on OCL FP16
5 years ago
Alexander Alekhin
a3b109eca0
imgproc: enable GaussianBlur IPP parallel processing
5 years ago
Alexander Alekhin
a1b09a3734
imgproc(perf): add GaussianBlur cases for SIFT
5 years ago
Chris Ballinger
d81ac52ce2
Remove linking against AssetsLibrary framework
5 years ago
Chris Ballinger
220df8252d
Add target conditionals for Mac Catalyst
5 years ago
Dmitry Kurtaev
68d59a2913
Flush to zero Convolution denormal weights
5 years ago
Ganesh Kathiresan
cddd7f10d5
Merge pull request #17224 from ganesh-k13:bugfix/calib3d/17201
...
* Fixed indexing in prefilter
* Initialised prefilter
* Initialised prefilter with value initialisation
* Added TC to trigger different Mem Allocs in BufferBM
* Optimize cases with only needed conditions
5 years ago
Nicolas Roduit
400a781ebf
Prefer addall instead of iteration for performance
5 years ago
Dmitry Kurtaev
b4a6aa335d
TensorFlow bilinear resize downscale
5 years ago
Tomoaki Teshima
35245cb76e
fix test failure on Mali T760 and Mali T628
5 years ago
Dmitry Kurtaev
df305e83fa
Fix BatchNorm reinitialization after fusion
5 years ago
Maksim Shabunin
f30931848e
CAP_MFX: surface pool with timeout, more parameters
5 years ago
Liubov Batanina
b27ae9c63b
Switch v1::Multiply to v0::Multiply
5 years ago
Liubov Batanina
79f8b7fd73
Merge pull request #17233 from l-bat:onnx_bn
...
* Added ONNX BatchNorm subgraph
* Move removing constant inputs to addConstantNodesForInitializers
* Added initializers to ONNXGraphWrapper
5 years ago
jsxyhelu
48e9e651a4
add DeepGreen colormap
5 years ago
Alexander Smorkalov
7c17695be4
Added Java and C++ regression test for estimateNewCameraMatrixForUndistortRectify.
5 years ago
Dmitry Kurtaev
8b13b85c5e
dnn: Slice with variable input shapes
5 years ago
Alexander Alekhin
1f9713195b
features2d(sift): enable runtime dispatching
5 years ago
hn-88
ea04f9d12e
to make OpenCV compile on mingw32
...
added #define NO_DSHOW_STRSAFE
5 years ago
Alexander Alekhin
74e4cfd1da
core(MatExpr): fix warning in case of e.s == (0, 0, 0, 0)
5 years ago
Liubov Batanina
a5696da9ec
Merge pull request #17185 from l-bat:yolo_v4
...
* Support Yolov4
* Skip Mish on OpenVINO 2020.2
* Revert Mish
* Refactoring
5 years ago
Alexander Alekhin
b805115c1a
dnn(test): update skip tests on Win32 configuration
5 years ago
Alexander Smorkalov
c41fb45da3
Restored test disabled during 3.0-alpha preparation.
5 years ago
QIU Xiaochen
cdfa58dde0
Merge pull request #17180 from PetWorm:3.4
...
* fix Scharr nomination
5 years ago
Tomoaki Teshima
63f5f93063
fix test failure on ODROID-N2
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 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
Alexander Alekhin
f756923271
dnn(ie): avoid conversion to legacy CNNNetworkImpl
5 years ago
Alexander Alekhin
a327418767
features2d(sift): move SIFT tests / headers / build fixes
5 years ago
Alexander Alekhin
83c4378d5d
dnn(test): skip failed NGRAPH/MYRIAD tests
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