Alexander Smorkalov
b4e941d431
VideoCapture test to ensure that cv::VideoCapture does not share output buffers between frames.
4 years ago
Sergei Slashchinin
ea41f89b40
Merge pull request #19058 from sl-sergei:cuda_1d
...
Conv1D and Pool1D for CUDA backend
* CUDA-independent changes
* Add Conv1D and Pool1D for CUDA backend
* CUDA-independent changes
* Fix typo
* fix comment
* Update fix
* make changes more correct for pooling layer
* Minor fixes for review
* Split skip blocks
4 years ago
Alexander Alekhin
1d5589296e
gapi: fix build warning
4 years ago
Maksim Shabunin
e4e10e54df
Updated more links to forum.opencv.org
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
Vadim Levin
a0bdb78a99
feat: add overload resolution exception for Python bindings
4 years ago
Alexander Alekhin
212815a10d
core(ocl): fix lifetime handling of Image kernel args
4 years ago
Tomoaki Teshima
e49ae68524
workaround the test failure
4 years ago
shioko
5967acc9ca
fix typo of the word storage
4 years ago
Alexander Alekhin
10ef76905c
gapi: avoid global static initializers
...
- use lazy on-demand initialization
4 years ago
Liubov Batanina
af9597f454
Added Mish ONNX subgraph
4 years ago
Alexander Alekhin
e43375cc68
gapi(async): use lazy-initialization of async_service singleton
4 years ago
Francesco Petrogalli
235e648bf5
Merge pull request #19268 from fpetrogalli:tabs-summary-output
...
* [ts][summary.py] Extend `-o` to support tabs separated output.
* [ts][summary.py] Improve TABS sepatated output.
There is no need to print TAB at the beginning and at the end of each
row in the table.
Cosmetic change: using python list comprehension instead of for loop
to process a single row.
4 years ago
Alexander Alekhin
98889e41b0
videoio: fix API/ABI_VERSION macros before plugin_api.hpp
4 years ago
Alexander Alekhin
962cdc2d98
videoio: split capture/writer plugin APIs
...
- migrate GStreamer backed
- migrate FFmpeg backend (with switch on legacy API)
- cv_videoio_capture_retrieve_cb_t uses Mat type instead of number of channels
4 years ago
Alexander Alekhin
b3233de1c2
videoio: mv plugin_api.hpp (preserve git history)
4 years ago
Alexander Alekhin
2cd540b9c4
videoio: backup backend_plugin_legacy.impl.hpp
4 years ago
Orest Chura
d34a34f328
Merge pull request #19215 from OrestChura:oc/bRect_perftests
...
[G-API]: Performance tests for boundingRect
* Update boundingRect() tests with the changes from fitLine() PR
* Add performance tests for boundingRect
* Applying comment about g_type_of_t
* Addressing comments
* Addressing comment: replace cmp_f by CompareF in perf.tests + add the default constructor for CompareF
* Fix typo
4 years ago
Maxim Pashchenkov
3eaeca58da
Merge pull request #18902 from mpashchenkov:mp/onnx-const-input
...
G-API: ONNX. Const input
* Added const input for ONNX backend
* Returned initMatrixRandu, added some comments, rebase
4 years ago
Rachel A
f98e567f49
Solution to documentation issue https://github.com/opencv/opencv/issues/18836
4 years ago
Vitaly Tuzov
8f653ba8de
Inlined WASM fallback intrinsics to avoid using of V_TypeTraits
4 years ago
Your Name
646a023ff4
Fix building opencv using gcc 11.x #19244
...
Add missing `#include <thread>` in modules/gapi/test/test_precomp.hpp
4 years ago
Liangqian
e4c7fca755
Merge pull request #19098 from chargerKong:EulerAngle
...
* add to/from Euler Angles
* restruct codes
* quat: optimize implementation
* cleanup debug code
* correct spelling errors
* create QuatEnum for enum EulerAnglesType
* use for loop for test_quaternion
* drop template from isIntAngleType & add minimal error information in test_quaternion.cpp
Co-authored-by: ShanChenqi <shanchenqi@huawei.com>
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
4 years ago
Alexander Alekhin
ee17b5de6e
swift(test): fix minAreaRect test
4 years ago
Ian Maquignaz
378a634de8
Updated Calib3d documentation to fix missing @ref in master
4 years ago
Alexander Alekhin
55f06b76f9
dnn: improve debugging of TensorFlow parsing errors
4 years ago
Alexander Alekhin
3eea3dd46b
imgproc: add IntelligentScissors
4 years ago
Alexander Alekhin
ba2b331461
core(ocl): parametrize OpenCLExecutionContext tests
4 years ago
Zhuo Zhang
6e1da2ef91
Merge pull request #19203 from zchrissirhcz:fix-cvSaveImage
...
Fix cvSaveImage( ) function bug
* fix cvSaveImage crash
* replace emplace_back with {}, no C++11 required
* fix MacOSX build with vector's push_back
4 years ago
Anatoliy Talamanov
244511e434
Merge pull request #19205 from TolyaTalamanov:at/remove-streamingbackend-export
...
[G-API] Fix streaming kernels in standalone
* Move streaming kernels from public header
* Add streaming backend to standalone
4 years ago
Maxim Pashchenkov
656b20a169
Merge pull request #19070 from mpashchenkov:mp/onnx-gframe
...
G-API: Support GFrame for ONNX infer
* Added GFrame for ONNX
* Cut test
* Removed IE from assert
* Review comments
* Added const/bbot rstrt
* View instead unique_ptr in func. sig.
* Added extractMat function, ONNXCompiled contains exMat - cv::Mat with non processed input data
* Added meta check for inferList2
4 years ago
Alexander Alekhin
0681deb3c9
js: fix Python 3 support in make_umd.py
4 years ago
OrestChura
e80f6624ed
- Replace plugin config parameters with the working ones
...
- refactor for consistency
4 years ago
Dale Phurrough
109255a730
add windows native aligned malloc + unit test case
...
* implements https://github.com/opencv/opencv/issues/19147
* CAUTION: this PR will only functions safely in the
4+ branches that already include PR 19029
* CAUTION: this PR requires thread-safe startup of the alloc.cpp
translation unit as implemented in PR 19029
4 years ago
Stefan Dragnev
b13b5d86f6
Merge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream
...
* OpenJPEG: decoder for J2K codestreams
* code review fixes
* exclude .j2c from GDAL tests
4 years ago
OrestChura
e2930c7898
Perf test for morphologyEx
4 years ago
Alexander Alekhin
1363496c11
release: OpenCV 4.5.1
4 years ago
Alexander Alekhin
b51ae87828
samples: check for Python 3.9
4 years ago
Anastasiya Pronina
cdbea6f0a0
GFrame as internal node in GExecutor
4 years ago
Alexander Alekhin
8869dc7762
release: OpenCV 3.4.13
4 years ago
Alexander Alekhin
a6f14ca97c
js(build): fix generator with Python3
...
- class_info.props is a 'list'
4 years ago
Francesco Petrogalli
c526705f4f
[cv::transform] Enable CV_SIMD for the 16U case on AArch64.
4 years ago
Vincent Rabaud
ff211371bc
Replace FLANNException by CV_Error.
4 years ago
Alexander Alekhin
3359bdc464
docs(core): fix process_video_frame() code snippet
4 years ago
Alexander Alekhin
17faee5d81
imgproc: add rotatedRectangleIntersection empty input handling
4 years ago
Vincent Rabaud
4c75b1c102
Fix comment typos.
4 years ago
Anastasia Murzova
3bc1b53962
Added YUV conversion fix
...
Fixed OpenCV issue #18878
4 years ago
Steffen Urban
c2bc171ef6
js: backport PR18985
...
original commit: b82700ae41
4 years ago
Alexander Alekhin
f8740e124c
js: robust code generation
...
- avoid randomized output due to unpredictable dict/set order
4 years ago
Steffen Urban
b82700ae41
Merge pull request #18985 from ZEISS:feature/aruco_js_fix
...
Aruco javascript fix and added functionality
* whitespace
* updated docu. updated regexp.
* update docu
* embindgen regex
* removed parser arg
* remove whitespace
* removed aruco hint
* remove whitespace
* removed aruco hint
* new docu string
* removed extra line
* remove whitespace
* removed aruco hint
* new docu string
* removed extra line
4 years ago