Dmitry Kurtaev
|
411ca87a86
|
Remove extra ")"
|
5 years ago |
Alexander Alekhin
|
2172544bb7
|
Merge pull request #14890 from alalek:dnn_consistent_protobuf_readers
|
5 years ago |
Alexander Alekhin
|
df7049d465
|
Merge pull request #14889 from alalek:issue_14863
|
5 years ago |
Alexander Alekhin
|
01a41d86bc
|
Merge pull request #14775 from cudawarped:master
|
5 years ago |
Alexander Alekhin
|
0a461e7922
|
Merge pull request #13252 from take1014:filter2d_13179
|
5 years ago |
James Bowley
|
daa308f81c
|
Update obsolete flag in Intel video decoder.
Old flag resulted in software implementation being selected when the Intel decoder is not the primary adapter.
|
5 years ago |
Alexander Alekhin
|
333e51b217
|
dnn: configure plugin path for InferenceEngine
|
5 years ago |
Alexander Alekhin
|
8fd87033ef
|
Merge pull request #14869 from alalek:samples_msvs2019_support
|
5 years ago |
Alexander Alekhin
|
44d146af9a
|
Merge pull request #14814 from alalek:dnn_skip_test_tags
|
5 years ago |
Alexander Alekhin
|
f3e9eb3371
|
dnn: both protobuf readers have similar behavior
- ReadProtoFromTextFile
- ReadProtoFromTextBuffer
|
5 years ago |
Alexander Alekhin
|
63e4b35c19
|
Merge pull request #14849 from thangktran:thangktran/feature/fillPoly_and_fillConvexPoly_js_binding
|
5 years ago |
Alexander Alekhin
|
e8a703a71d
|
core(intrin): v_load_low() workaround for aarch64+clang
|
5 years ago |
Alexander Alekhin
|
9b9e04a061
|
Merge pull request #14875 from Legoless:master
|
5 years ago |
Alexander Alekhin
|
4a6888ccf6
|
imgproc: fix kmeans() call from grabCut()
|
5 years ago |
Dal Rupnik
|
e755c66418
|
[#14873] Fix code signing issue in Try Compile script
|
5 years ago |
Alexander Alekhin
|
e8ff5cac1d
|
Merge pull request #14876 from dkurt:fix_js_face_recognition_v2
|
5 years ago |
Dmitry Kurtaev
|
d17d3b66aa
|
Fix face recognition JS sample
|
5 years ago |
Feng Chen
|
5620306c70
|
Merge pull request #14845 from vonchenplus:ocv_mirrorpad
* tensorflow support mirror pad
* revert macro define
* revert macro define
* reduce code duplication
* revert macro define
|
5 years ago |
tribta
|
e8283f94ed
|
Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python
|
5 years ago |
Alexander Alekhin
|
894f208de3
|
dnn(test): replace SkipTestException with tags
|
5 years ago |
Alexander Alekhin
|
f8c96cb18a
|
Merge pull request #14847 from alalek:dnn_fix_test_data_searching
|
5 years ago |
Alexander Alekhin
|
e72f451173
|
Merge pull request #14305 from cameron-martin:calib3d-js
|
5 years ago |
Alexander Alekhin
|
5c63be3c6e
|
samples: support MSVS 2019 compiler
requires CMake 3.14+
|
5 years ago |
Alexander Alekhin
|
e21f89a16d
|
Merge pull request #14864 from dkurt:fix_js_face_recognition
|
5 years ago |
Lubov Batanina
|
16294437d5
|
Merge pull request #14833 from l-bat:ocv_eltwise3d
* Support Eltwise3d
* Refactoring
* Fix test
|
5 years ago |
Dmitry Kurtaev
|
d75a089690
|
Fix face recognition sample for JS
|
5 years ago |
Alexander Alekhin
|
4b205680df
|
Merge pull request #14855 from alalek:update_version_3.4.7-pre
|
5 years ago |
Alexander Alekhin
|
779f59da6b
|
pre: OpenCV 3.4.7 (version++)
|
5 years ago |
Alexander Alekhin
|
f5ddaef46b
|
experimental version++
|
5 years ago |
Alexander Alekhin
|
aa6c66aa54
|
Merge pull request #14848 from alalek:build_warnings_avx512
|
5 years ago |
Alexander Alekhin
|
6b32bd5f15
|
Merge pull request #14834 from alalek:videoio_gstreamer_issues
|
5 years ago |
Alexander Alekhin
|
31a22c27fe
|
Merge pull request #14836 from alalek:static_analysis_issues_3.4
|
5 years ago |
Cameron Martin
|
0ae053fdf8
|
js: Add findHomography js bindings.
Removed constants from legacy C api and switched out header with shorter version.
Removed blank line that was failing CI.
|
5 years ago |
Alexander Alekhin
|
d8c5bd92ae
|
Merge pull request #14737 from Wenzhao-Xiang:master
|
5 years ago |
Thang Tran
|
2a67375239
|
js: added fillPoly() and fillConvexPoly()
|
5 years ago |
Alexander Alekhin
|
5ac55fc132
|
core: eliminate AVX512 build warnings
from MSVS2017 and GCC8 -O1 mode
|
5 years ago |
Alexander Alekhin
|
13a782c039
|
test: fix usage of findDataFile()
misused 'optional' mode
|
5 years ago |
Alexander Alekhin
|
8ab6efb8c0
|
videoio: refactor GStreamer backend
- exception safe smart pointers, fixed many memory leaks
- fixed errors handling
- fixed strings handling
- fixed file existence check
- fixed toFraction() implementation
- add 'drop=true' for v4l2 input
- avoid overriding custom pipelines sink's 'max-buffers' value
- updated valgrind supression rules
- added support for GStreamer native leaks tracking (via gst_deinit() call)
- repaired capturing through GStreamer0.10 (fixed CV_8UC1)
|
5 years ago |
Alexander Alekhin
|
ab24325df3
|
videoio(test): avoid raw ptr in ffmpeg tests
causes leaks if FFmpeg is disabled through OPENCV_VIDEOIO_PRIORITY_FFMPEG=0
|
5 years ago |
Alexander Alekhin
|
681e0323f2
|
core: backport toLowerCase()/toUpperCase()
|
5 years ago |
Alexander Alekhin
|
baf372ad3d
|
videoio(test): add extra videoio tests
|
5 years ago |
Alexander Alekhin
|
95d9cfb5c3
|
static analysis issues
|
5 years ago |
Alexander Alekhin
|
264679a725
|
Merge pull request #14816 from gal0is:gal0is-branch
|
6 years ago |
gal0is
|
bb7dc5f992
|
Solve the import issue in Python2.
|
6 years ago |
Alexander Alekhin
|
1f519eea89
|
Merge pull request #14815 from alalek:valgrind_suppress_openexr_threadpool
|
6 years ago |
Alexander Alekhin
|
b8c080de12
|
valgrind: suppress OpenEXR ThreadPool
|
6 years ago |
Alexander Alekhin
|
b6e41ebf27
|
Merge pull request #14808 from alalek:issue_14807
|
6 years ago |
Kang Yifei
|
ba0ed79635
|
Merge pull request #14800 from FanaticsKang:add_undistortPoint_test
Test request by #14583 (#14800)
* add test to show the undistort bug
* move test to calib3d
|
6 years ago |
Alexander Alekhin
|
8ca4252303
|
Merge pull request #14583 from FanaticsKang:fix_undistortPoint_bug
|
6 years ago |
Alexander Alekhin
|
b909df5531
|
Merge pull request #14747 from dkurt:fix_14683
|
6 years ago |