Alexander Alekhin
|
aaf9297592
|
Merge pull request #16549 from rayonnant14:objdetect_QRCode_issue_memory_allocation
|
5 years ago |
Dmitry Kurtaev
|
1159453139
|
3.4 docs for 3.4 branch
|
5 years ago |
rayonnant14
|
fb13b87285
|
fix wrong memory allocation
|
5 years ago |
Alexander Alekhin
|
1dd24eeec0
|
Merge pull request #16539 from baka-gori:bugfix_cudacodec
|
5 years ago |
Alexander Alekhin
|
5eec3be850
|
Merge pull request #16531 from paroj:featlinepy
|
5 years ago |
Alexander Alekhin
|
236e3868df
|
Merge pull request #16527 from mshabunin:fix-msmf-fmt-34
|
5 years ago |
Alexander Alekhin
|
c3264aa83c
|
Merge pull request #16520 from GArik:3.4
|
5 years ago |
Alexander Alekhin
|
9d0f16e8fe
|
Merge pull request #16505 from alalek:issue_16326
|
5 years ago |
Alexander Alekhin
|
867c922bcc
|
Merge pull request #16546 from alalek:backport_16544
|
5 years ago |
Ilya Lavrenov
|
41f444a230
|
CMAKE: more robust custom IE libraries support
backporting of commit 98d96f2cc8
|
5 years ago |
Pavel Rojtberg
|
e13a73d084
|
core: export getCPUFeaturesLine to bindings
|
5 years ago |
baka-gori
|
80aaed73e6
|
add cuda 10 support
|
5 years ago |
Alexander Alekhin
|
db9f4436e0
|
Merge pull request #16473 from ashishkrshrivastava:opencvtf
|
5 years ago |
ashishiva3@gmail.com
|
cd53144ed3
|
commit: Corrected end tensor_content parsing for StridedSlice layer.
|
5 years ago |
Alexander Alekhin
|
eb14f9a464
|
Merge pull request #16463 from alalek:core_strong_ptr_alignment
|
5 years ago |
Alexander Alekhin
|
0a691f7840
|
Merge pull request #16529 from alalek:dnn_skip_failed_ngraph_tests
|
5 years ago |
Alexander Alekhin
|
8ecfb59930
|
dnn(test): skip failed ngraph tests
|
5 years ago |
Alexander Alekhin
|
69944cd46b
|
Merge pull request #16421 from mshabunin:add-local-pool
|
5 years ago |
Maksim Shabunin
|
6c8f50d1f3
|
videoio/MSMF: refactored format handling and selection, property reading and writing
|
5 years ago |
Alexander Alekhin
|
8d078f63a9
|
Merge pull request #16530 from collinbrake:imread_unchanged_exif_doc
|
5 years ago |
Alexander Alekhin
|
bcc9946650
|
Merge pull request #16438 from ashishkrshrivastava:opencvc
|
5 years ago |
Collin Brake
|
d4a28f3bf6
|
improved documentation for imread()
|
5 years ago |
Maksim Shabunin
|
55cdeaa6dd
|
BufferArea: initial version, usage in StereoBM
New class BufferArea is used to hide complexity of buffers allocations and allow instrumentation with valgrind and sanitizers.
|
5 years ago |
Alexander Alekhin
|
6ad390a1cd
|
Merge pull request #16523 from collinbrake:imread_unchanged_exif_doc
|
5 years ago |
Alexander Alekhin
|
3c2e5583d2
|
Merge pull request #16522 from alalek:dnn_build_warnings_from_ngraph
|
5 years ago |
ashishiva3@gmail.com
|
d64529f6de
|
Added parsing for Connected and Dropout. Modified maxpool padding
|
5 years ago |
Collin Brake
|
3cc07a4411
|
improved documentation for IMREAD_UNCHANGED flag
|
5 years ago |
Alexander Alekhin
|
ac0a14631d
|
dnn: eliminate MSVC warnings from ngraph.hpp
|
5 years ago |
Alexander Alekhin
|
745153098a
|
Merge pull request #16509 from omasaht:imwrite-throwerr-permissiondenied
|
5 years ago |
Igor Murzov
|
981e63d8c2
|
Install all CMake files required to build samples
CMakeLists.txt includes samples_utils.cmake, so the later should be
installed as well to make samples build successfully
|
5 years ago |
Alexander Alekhin
|
6d75be03f9
|
Merge pull request #16518 from asmorkalov:as/gstreamer_docs
|
5 years ago |
Alexander Smorkalov
|
fb781834f5
|
Improved GStreamer documentation.
|
5 years ago |
Alexander Alekhin
|
6eba1a4d44
|
dnn: auto network dump through parameter
|
5 years ago |
Alexander Alekhin
|
fa4871b013
|
dnn: don't require setInput in .dump()
|
5 years ago |
Omar Hassan
|
8dd0fd8a13
|
If applied, this commit will describe permission denied message in imwrite_ function when user does not have write permission
|
5 years ago |
Alexander Alekhin
|
0cb3bf95f1
|
Merge pull request #16490 from dkurt:dnn_refactor_resize
|
5 years ago |
Alexander Alekhin
|
d917f889b1
|
Merge pull request #16504 from alalek:issue_16501
|
5 years ago |
Vadim Pisarevsky
|
e50acb923e
|
Merge pull request #16495 from vpisarev:drawing_aa_border_fix
* fixed antialiased line rendering to process image border correctly
* fixed warning on Windows
* imgproc(test): circle drawing regression
|
5 years ago |
Polina Smolnikova
|
4e4dfffe06
|
Merge pull request #16491 from rayonnant14:objdetect_decodeMulti_issue
* fixed issue with Mat reshape in decodeMulti()
* added test for decodeMulti
* used assign
|
5 years ago |
Alexander Alekhin
|
85a59ef292
|
cmake: hide IPPICV symbols using --exclude-libs
|
5 years ago |
Alexander Alekhin
|
f67c8e37d6
|
imgproc(resize): drop optimization for channels>4
|
5 years ago |
ankit6979
|
17fe63446f
|
Merge pull request #16499 from ankit6979:3.4
* Update py_thresholding.markdown
* 📝 Update py_thresholding.markdown
|
5 years ago |
Alexander Alekhin
|
0673866ceb
|
Merge pull request #16502 from tomoaki0705:fixTypo
|
5 years ago |
Vadim Pisarevsky
|
5c6d319ebc
|
Merge pull request #16493 from vpisarev:bordertype_sgbm_doc_fixes
* added note about BORDER_TYPE in separable filters; fixed SGBMStereo description
* added # to BORDER_ constants to generate hyperlinks
|
5 years ago |
Tomoaki Teshima
|
edaf4e0104
|
apply to correct range (entire 3.0 and 4.0 series)
|
5 years ago |
Dmitry Kurtaev
|
005f38fb45
|
Fix dnn::ResizeLayer to manage varying input shapes
|
5 years ago |
Alexander Alekhin
|
4d291c06f6
|
Merge pull request #16483 from saskatchewancatch:issue-16458
|
5 years ago |
Alexander Alekhin
|
8519db8efb
|
Merge pull request #15464 from tallestorange:3.4
|
5 years ago |
Vadim Pisarevsky
|
174022547f
|
fixed incorrect dump of the pixel format
|
5 years ago |
Rajkiran Natarajan
|
579dcf12bd
|
GCC 10 warnings not caught by CMake ignore regex
|
5 years ago |