Alexander Alekhin
6fe7886e2b
Merge pull request #22254 from longnguyen2004:mingw-strsafe
2 years ago
Long Nguyen
199c2d2fd0
Define `STRSAFE_NO_DEPRECATE` for both clang and gcc mingw-w64
2 years ago
scorpiozj
bd54ba911d
Update imgproc.hpp
...
fix Rect value of integral image example;
2 years ago
Alexander Alekhin
a9354fc743
Merge pull request #22229 from zihaomu:bug_fix_22195_3_4
2 years ago
Berke
b4b69ae484
release png,jpeg resources in destructor
2 years ago
fengyuentau
1c7b71bf9e
define data_layout as unknown for pack
2 years ago
Alexander Alekhin
1377f0147e
Merge pull request #22246 from asenyaev:asen/fix_warning_lnx_arm64_3.4
2 years ago
Andrey Senyaev
d2b1e38207
Pragma to ignore -Waggressive-loop-optimizations on Linux ARM64
2 years ago
SergeyIvanov87
9ffb67478f
Address several comments
2 years ago
SergeyIvanov87
1dee848d3e
Remove clnn header from sample
2 years ago
Alexander Alekhin
afe1c70f2d
Merge pull request #22228 from CSharperMantle:CSharperMantle-patch-std-shuffle
2 years ago
Zihao Mu
1b8fba8e26
support ReduceSum with two input and dynamic shape batch size in ReduceLayer.
2 years ago
Zihao Mu
45fbb67aba
fix scale layer can not handle 1x1 weight correctly.
2 years ago
Alexander Alekhin
914005174f
Merge pull request #22153 from vrabaud:opencv_drawing
2 years ago
Alexander Alekhin
2a82467a6f
Merge pull request #22232 from tomoaki0705:dryCmake
2 years ago
Alexander Alekhin
a233232b7d
Merge pull request #22234 from vrabaud:34_calib
2 years ago
Vincent Rabaud
ed4bf13960
Fix cleanFoundConnectedQuads.
2 years ago
Rong Mantle Bao
3135063100
Make objdetect/test C++11-compliant and reproducible
...
- Add conditional compilation directives to replace deprecated std::random_shuffle with new std::shuffle when C++11 is available.
- Set random seed to a fixed value before shuffling containers to ensure reproducibility.
Resolves opencv/opencv#22209 .
2 years ago
Tomoaki Teshima
87ef6a9cc1
build: suppress the warning
...
DRY
bump the version
2 years ago
SergeyIvanov87
ff31f90b7e
Fix sample WIN compilation
2 years ago
SergeyIvanov87
2b2ba534e2
Forbid Rctx in IE for VAAPI temporary, Add preproc VAAPI
2 years ago
SergeyIvanov87
3635b3dee7
Improve UX: autofill cfg param with proper accel type, printout cfg params
2 years ago
Rong Mantle Bao
fa613e393f
Read CV_CXX11 for C++11 detection
2 years ago
Michael Klatis
7d3dbcb027
dynamically linked libs on mobile
2 years ago
Rong Mantle Bao
db70676933
Use cross-platform std::chrono in getTickCount()
...
Add conditional compilation directives to enable uses of std::chrono on supported compilers. Use std::chrono::steady_clock as a source to retrieve current tick count and clock frequency.
Fixes opencv/opencv#6902 .
2 years ago
SergeyIvanov87
b3b235ebc0
Apply WITHA_VA option in cmake
2 years ago
Alexander Alekhin
70492c2127
Merge pull request #22202 from tomoaki0705:fixWarnings
2 years ago
SergeyIvanov87
f562264674
Add VAAPI into tests & VPL sample
2 years ago
Vincent Rabaud
0a88f84847
Merge pull request #22208 from vrabaud:34_calibinit
...
Add missing code.
* Add missing code.
This was removed in c7fc563dc0
The resize is also a side-effect.
* Use shorteer cv::Point2f *=
2 years ago
Zihao Mu
139c443770
Merge pull request #22183 from zihaomu:fastConv_ARMv7_compatible
...
DNN: ARMv7 compatible fastConv
* support armv7 on fastConv
* remove whitespace.
2 years ago
Tomoaki Teshima
a630ad73cb
suppress warning on GCC 7 and later
2 years ago
Alexander Alekhin
3891b72f33
Merge pull request #22189 from p12tic:document-calchist-overload
2 years ago
Zihao Mu
a80fcacd90
Merge pull request #21372 from zihaomu:dnn_quantize_per_tensor
...
Add per_tensor_quantize to int8 quantize
* add per_tensor_quantize to dnn int8 module.
* change api flag from perTensor to perChannel, and recognize quantize type and onnx importer.
* change the default to hpp
2 years ago
Alexander Alekhin
16b5fd4bf2
Merge pull request #22102 from jwinarske:jw/xdg_shell
2 years ago
Yuantao Feng
8d38922571
Merge pull request #22187 from fengyuentau:ci_job_rename_5.x
...
Rename jobs for better understanding for branch 5.x
* rename jobs
* remove dots from job names
* correct ubuntu version for linux arm64
2 years ago
Yuantao Feng
fb9463c55f
Merge pull request #22186 from fengyuentau:ci_job_rename_4.x
...
Rename jobs for better understanding for branch 4.x
* rename jobs
* remove dots from job names
* correct ubuntu version for linux arm64
2 years ago
Yuantao Feng
2920a8e0ec
Merge pull request #22185 from fengyuentau:ci_job_rename_3.4
...
Rename jobs for better understanding for branch 3.4
* rename jobs
* remove dots from job names
* correct ubuntu version for linux arm64
2 years ago
Povilas Kanapickas
6a4c3b61e6
Improve doc of calcHist overload that accepts vectors
...
It's not clear how ranges argument should be used in the overload of
calcHist that accepts std::vector. The main overload uses array of
arrays there, while std::vector overload uses a plain array. The code
interprets the vector as a flattened array and rebuilds array of arrays
from it. This is not obvious interpretation, so documentation has been
added to explain the expected usage.
2 years ago
heavyrain-lzy
6360c3bf46
Merge pull request #22184 from heavyrain-lzy:fixbug_pyrUp
...
* fix the bug in pyrUp
* add test case for pyrUp
* coding style
2 years ago
Alexander Alekhin
e313603aac
Merge pull request #22182 from alalek:build_fix_warnings
2 years ago
Alexander Alekhin
0f3de805f4
build: fix warnings
2 years ago
Alexander Alekhin
3bf22d0024
Merge pull request #22156 from vpisarev:update_cvround
2 years ago
Alexander Alekhin
66567933d7
Merge pull request #22163 from philipphutterer:vcap-frame-type
2 years ago
Alexander Alekhin
56e19e3494
Merge pull request #22173 from ycs77:patch-2
2 years ago
Alexander Alekhin
d2f5a10f5d
Merge pull request #22176 from danopdev:doc-update-1
2 years ago
Dan
32bb4fa950
Update doc
2 years ago
Alexander Alekhin
ee8b414a1e
Merge pull request #22112 from asenyaev:asen/ios_workflow_5.x
2 years ago
Alexander Alekhin
8ae06b4648
Merge pull request #22111 from asenyaev:asen/ios_workflow_3.4
2 years ago
Alexander Alekhin
652396678d
Merge pull request #22110 from asenyaev:asen/ios_workflow_4.x
2 years ago
Zihao Mu
59b870a87a
Merge pull request #21910 from zihaomu:fast_conv_ARM
...
DNN: Accelerating convolution
* Fast Conv of ARM, X86 and universal intrinsics.
* improve code style.
* error fixed.
* improve the License
* optimize memory allocated and Adjust the threshold.
* change FasterRCNN_vgg16 to 2GB memory.
2 years ago