Hyunggi Chang
085fb78e85
fix typo (portatibility -> portability)
3 years ago
Alexander Alekhin
a565aa6db9
docs: prefer # for links generation
...
- avoid `@ref`
- align with 4.x branch (minimize merge conflicts)
3 years ago
Pavel Rojtberg
70779d4e66
calib3d: use OCV_LAPACK_FUNC
3 years ago
Pavel Rojtberg
35f43cc429
core: expose rectangle intersection to bindings
3 years ago
Harvey Huang
8b0aa6a64d
Merge pull request #21966 from Harvey-Huang:Unicode_Path
...
Support use memory buffer to read multi-page image
3 years ago
Zihao Mu
1e2ceca4df
add enableWinograd API for Net.
3 years ago
Eran Geva
68bd156a71
add willReadFrequently on imread in js
3 years ago
Zihao Mu
9821fae59d
add greater_or_equal and less_or_equal ONNX support
3 years ago
Alexander Alekhin
43b2bb2c25
dnn: plugin support for OpenVINO
3 years ago
Petr Glotov
a3ebafbdeb
Merge pull request #21942 from pglotov:add-blob-contours
...
added blob contours to blob detector
* added blob contours
* Fixed Java regression test after new parameter addition to SimpleBlobDetector.
* Added stub implementation of SimpleBlobDetector::getBlobContours to presume source API compatibility.
3 years ago
Rostislav Vasilikhin
07c795408d
doc fix
3 years ago
TolyaTalamanov
5f50e7bafe
Criteria -> Criterion
3 years ago
TolyaTalamanov
839321642e
Move impl from class
3 years ago
TolyaTalamanov
9f88a65873
Fix functional pipeline tool tests
3 years ago
TolyaTalamanov
1113c9ab10
Support num_iters criteria for pipeline tool
3 years ago
TolyaTalamanov
5a0c85b3ef
Refactor tests
3 years ago
robin
ed3b56d763
Add warpAffine IPPIW implementation protected by ipp NE flag
...
Signed-off-by: robin <bin.wang@intel.com>
3 years ago
Kumataro
2f79b1b087
Merge pull request #22404 from Kumataro:3.4-fix22388_2
...
* imgcodecs: tiff: Reduce memory usage to read 16bit image.
* imgcodecs: tiff: Reduce memory usage to read 8bit images
* imgcodecs: tiff: split basic test and full test.
* imgcodecs: tiff: fix to warning C4244
* imgcodecs: tiff: fix to warning C4244
3 years ago
TolyaTalamanov
0cd4396180
Expand modeling tool to support infer_mode
3 years ago
TolyaTalamanov
aafb7567c1
Add tests
3 years ago
TolyaTalamanov
cf5db9b94f
Add handle to configure async/sync infer mode
3 years ago
TolyaTalamanov
589b6c15f0
Fix windows warning
3 years ago
TolyaTalamanov
2af0813634
Add sync/async executors for infer request
3 years ago
TolyaTalamanov
15d2a5faf8
Add sync infer request
3 years ago
TolyaTalamanov
b1d28d5b4a
Expand performance report
3 years ago
TolyaTalamanov
a6fbd8287c
Fix comments to review
3 years ago
TolyaTalamanov
b0b77b3047
Add cfgOutputPrecision
3 years ago
Biswapriyo Nath
6cf0910842
Merge pull request #22462 from Biswa96:fix-directx-check
...
* cmake: Fix DirectX detection in mingw
The pragma comment directive is valid for MSVC only. So, the DirectX detection
fails in mingw. The failure is fixed by adding the required linking library
(here d3d11) in the try_compile() function in OpenCVDetectDirectX.cmake file.
Also add a message if the first DirectX check fails.
* gapi: Fix compilation with mingw
These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
* samples: Fix compilation with mingw
These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
3 years ago
zoom
4557971481
enhance slice layer
...
refactor the code for parsing Slice layer
add test for Slice layer
let 'begin' and 'end' resize to dims
add opset message comment
3 years ago
cudawarped
8baf46c0a8
Add bindings and test
3 years ago
ocpalo
d18362c726
fix warnings in ImageCollection
3 years ago
Alexander Smorkalov
784dd55d88
Extracted matches_confindece_thresh as stitching matcher parameter.
3 years ago
Zihao Mu
15cfafb360
DNN: Remove unused code in onnx_importer.cpp
3 years ago
AleksandrPanov
d43cb4fe7c
change resize flag INTER_LINEAR to INTER_LINEAR_EXACT
...
fix python test_detect_and_decode_multi, sort QR in multiDetect/multiDecode
enable tests with "version_5_up.jpg", "version_5_top.jpg"
3 years ago
Vincent Rabaud
38c9c20a35
Move marking memory as initialized earlier.
3 years ago
Voron
cbf43a54fb
added opencv for openvino tutorial
3 years ago
Zihao Mu
2918071a3e
add stackblur for imgproc.
3 years ago
Sean McBride
1829eba584
Fixed most clang -Wextra-semi warnings
3 years ago
catree
c34c4b50d0
Add information about the disparity-to-depth mapping matrix. Add more references about other related functions in the calib3d doc.
3 years ago
TolyaTalamanov
4521d66103
Remove r-value ref
3 years ago
Alexander Smorkalov
3d9f27b877
Report that animated webp is not supported for now.
3 years ago
HAN Liutong
df24bd295d
Fix v_signmask for RISC-V Vector.
3 years ago
Andrey Senyaev
ccfc34b13f
Disabled compiling warnings in case of symbols in cmake for 4.x
3 years ago
Andrey Senyaev
3f4abcb228
Disabled compiling warnings in case of symbols in cmake for 3.4
3 years ago
Berke
062cee2933
new multipage image decoder api - ImageCollection
3 years ago
Egor Smirnov
65f71ce2eb
add Gather implementation
3 years ago
fengyuentau
4aef9b1c93
dnn: support yolov7 (not simplified)
3 years ago
Giles Payne
b3adffe437
Android Camera: poll for frame data if acquisition fails after OnCaptureCompleted
3 years ago
TolyaTalamanov
ec92f3fefa
Apply comments
...
* Rename intersectMapWith -> mergeMapWith
* Remove macro
* Add r-value ref
3 years ago
scottchou007
a3cb2020bc
Fix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when there is no bias.
3 years ago