Alexander Alekhin
3c1267dbe6
android: update 'debug' information support
6 years ago
Alexander Alekhin
132253c9f3
dnn: use AsyncArray
6 years ago
Alexander Alekhin
9340af1a8a
core: Async API / AsyncArray
6 years ago
Alexander Alekhin
447116a93c
Merge pull request #14524 from kohei-us:onnx-load-binary-blob
6 years ago
Alexander Alekhin
d848594deb
Merge pull request #14445 from l-bat:batchnorm3d
6 years ago
Alexander Alekhin
b4ec8fe3ef
Merge pull request #14539 from rgarnov:gapi_fix_nv12_odd_slices
6 years ago
Maksim Shabunin
6fc6207e93
Added videoio plugin for MediaSDK
6 years ago
Alexander Alekhin
dbc7faca46
Merge pull request #14574 from catree:fix_norm_type_typo
6 years ago
catree
b5e2ec4ea4
Fix typo in NormTypes documentation.
6 years ago
Kohei Yoshida
7b4aefedea
Add support for loading ONNX model from in-memory buffer.
6 years ago
Alexander Alekhin
30a595789c
Merge pull request #14463 from thangktran:thangktran/fix-imgproc-intersectConvexConvex
6 years ago
Alexander Alekhin
9003b60d65
Merge pull request #14567 from alalek:core_drop_ostream_string_overload
6 years ago
Alexander Alekhin
d93588dfeb
Merge pull request #14562 from alalek:calid3d_fix_examples_paragraph
6 years ago
Alexander Alekhin
6ca3c7f59f
Merge pull request #14517 from FadyEssam:remove_redundant_imports
6 years ago
Alexander Alekhin
e21262deba
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
84fd8190f3
Merge pull request #14232 from terfendail:popcount_rework
6 years ago
Vitaly Tuzov
7a55f2af3b
Updated AVX2 implementation of v_popcount for u8.
6 years ago
Alexander Alekhin
88996323b6
Merge pull request #14569 from alalek:fixup_14558
6 years ago
Alexander Alekhin
8b192b76c0
Merge pull request #14561 from alalek:fix_ctors_with_uninitialized_vars
6 years ago
Daniel Ingram
962d57b4d6
Merge pull request #14559 from daniel-s-ingram:master
...
* Fix typo: 'divisble' -> 'divisible'
* Fix typo: 'One of arguments' -> 'One of the arguments'
6 years ago
Alexander Alekhin
18151e79bb
cmake(samples): use LINK_PRIVATE in target_link_libraries
6 years ago
Alexander Alekhin
a70e1eecd9
Merge pull request #14552 from dkurt:fixed_detections_out_blob
6 years ago
Alexander Alekhin
3e876c5066
Merge pull request #14505 from alalek:android_fix_14477
6 years ago
mehlukas
6bff0e24f8
Merge pull request #14314 from mehlukas:3.4-opticalflow
...
Extend optical flow tutorial (#14314 )
* extend python optical flow tutorial with cpp example code and add it to general tutorial directory
* remove unused parameters, fix comparison between signed and unsigned int
* fix hsv range problem
* switch to samples::findFile for sample file location
* switch to command line parameter for path
* remove old tutorial as in 14393
* minor fixes
6 years ago
Alexander Alekhin
b8f9076de0
core: drop 'operator << (ostream, String)' overload
...
'cv::String' is 'std::string' in OpenCV 4.x
6 years ago
mehlukas
47c45e5bd3
Merge pull request #14393 from mehlukas:3.4-meanshift
...
Extend meanshift tutorial (#14393 )
* copy original tutorial and python code
* add cpp code, fix python code
* add camshift cpp code, fix bug in meanshift code
* add description to ToC page
* fix shadowing previous local declaration
* fix grammar: with -> within
* docs: remove content of old py_meanshift tutorial, add link
* docs: replace meanshift tutorial subpage in Python tutorials
* switch to ref to fix wrong breadcrumb navigation
* switch to cmdline for path as in #14314
* Apply suggestions from code review
* order programming languages alphabetically
6 years ago
Alexander Alekhin
8936a0f3a5
android: fix JavaCamera2View UV plane handling
6 years ago
Alexander Alekhin
d784b40e24
calib3d(docs): examples paragraph is related to findHomography()
6 years ago
Alexander Alekhin
68012bfbf9
calib3d: fix uninitialized fields in ctors
6 years ago
Alexander Alekhin
9fabc3406f
Merge pull request #14558 from alalek:cmake_samples_threading_3.4
6 years ago
Alexander Alekhin
e7338024f6
Merge pull request #14516 from dkurt:dnn_async_samples
6 years ago
Dmitry Kurtaev
63bb97cc19
Asynchronous C++ sample
6 years ago
Vitaly Tuzov
1220dd4877
Updated v_popcount description, reference implementation and test.
6 years ago
Vitaly Tuzov
96ab78dc4f
Reworked v_popcount implementation to provide number of bits in a single lane
6 years ago
Ruslan Garnov
50af4df1d7
Fixed roi inference to always produce even sizes for nv12
6 years ago
Alexander Alekhin
3201ea89d6
cmake: enable threading in samples
...
- moved code into separate file due issue with handling of CMake policies
6 years ago
Liubov Batanina
dfa753c6b4
Support OCV backend
6 years ago
Dmitry Kurtaev
6389dfe49c
Fixed DetectionOutput output blob shape
6 years ago
Liubov Batanina
dadb1473c1
Add BatchNorm3d layer
6 years ago
Dmitry Kurtaev
c3b0a68a2b
Async mode for dnn's object detection sample
6 years ago
kupferb
f024425dd0
Update haarfeatures.cpp
...
Detailed description for my proposal can be found here
https://github.com/opencv/opencv/issues/14128
6 years ago
Fady Essam
1b294c013a
remove unnecessary imports in knn tutorials
6 years ago
Alexander Alekhin
b2abd8ca41
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
b998c06d08
Merge pull request #14501 from LaurentBerger:MatchLayer_text_graph_ssd
6 years ago
Alexander Alekhin
5ba8aa781c
Merge pull request #14460 from dkurt:dnn_tf_no_extra_clone
6 years ago
Alexander Alekhin
455323ed58
Merge pull request #14500 from mshabunin:backport-avfoundation
6 years ago
Alexander Alekhin
eb161942de
Merge pull request #14486 from alalek:cmake_dispatch_all
6 years ago
LaurentBerger
fa8e301c69
extends regex matching for conv group of layers
6 years ago
Alexander Alekhin
2aed9aea47
Merge pull request #14492 from anton-potapov:gapi_async_review_updates
6 years ago
Alexander Alekhin
55c02ff628
Merge pull request #14491 from mshabunin:add-clang-hardening
6 years ago