Lubov Batanina
61d3222a22
Merge pull request #14537 from l-bat:fix_network_vizualizer
...
Fix dnn visualizer (#14537 )
* Fixed print layer params
* Fix print
6 years ago
Alexander Alekhin
a81c0e6db9
Merge pull request #14447 from catree:fix_issue_14423
6 years ago
Alexander Alekhin
d73261844e
Merge pull request #14622 from asashour:junit
6 years ago
Alexander Alekhin
b07f951e6b
Merge pull request #14591 from thangktran:thangktran/feature/floodFill-on-opencv.js
6 years ago
Alexander Alekhin
42484f3bcb
Merge pull request #14647 from alalek:fix_coverity_issues
6 years ago
Alexander Alekhin
d7c465d49e
Merge pull request #14643 from mshabunin:fix-ie-status
6 years ago
Alexander Alekhin
c5204a74c0
Merge pull request #14633 from alalek:java_test_filter
6 years ago
Alexander Alekhin
4a2544ff4b
Merge pull request #14632 from alalek:java_test_debug
6 years ago
Alexander Alekhin
c9b3e718db
Merge pull request #14609 from janstarzy:tiff-orientation-fix
6 years ago
Dmitry Kurtaev
44d21e5a79
Enable Slice layer on Inference Engine backend
6 years ago
Rostislav Vasilikhin
8c698262ea
rgb2hls_b: out of bounds read fixed
6 years ago
Alexander Alekhin
1094ed64e9
Merge pull request #14605 from terfendail:wsignmask_fixavx
6 years ago
Rostislav Vasilikhin
791ebd05fc
out of bounds read fixed in rgb2luv_b
6 years ago
Alexander Alekhin
483f28723c
calib3d: initialize local vars, fix indentation in for loops
6 years ago
Maksim Shabunin
a550e50683
Fix IE status message on MacOS
6 years ago
Maksim Shabunin
472f3b7347
Fix TBB debug
6 years ago
Thang Tran
d1615ba11a
video:fixed DISOpticalFlow segfault from small img
6 years ago
utibenkei
898cf70210
Merge pull request #14597 from utibenkei:fix_java_missing_consts
...
* java: fix java missing_consts
* java: test Calib3d constants
6 years ago
Alexander Alekhin
b958498074
java(test): test package filtering
...
Usage example:
- run.py -a -t java --package=calib3d
6 years ago
Alexander Alekhin
171dd9eff5
java(test): enable debug mode to show useful stacktraces
6 years ago
Alexander Alekhin
6c6dd16acf
Merge pull request #14628 from devnexen:openbsd_build_fix
6 years ago
David Carlier
a6144b8e1a
OpenBSD build fix
6 years ago
Rostislav Vasilikhin
e07ffe902e
Merge pull request #14616 from savuor:hsv_wide
...
HSV and HLS color conversions rewritten to wide intrinsics (#14616 )
* RGB2HSV_b vectorized
* RGB2HSV_f: widen
* RGB2HSV_f: shorten, more intuitive
* HSV2RGB_f and HSV2RGB_b widen
* hls2rgb_f widen
* instrumentation instead vx_cleanup
* RGB2HLS_f widen
* RGB2HLS_b rewritten to wide universal intrinsics
* define guard against no SIMD code
* hls2rgb_b rewritten
* extra define removed
* warning fixed
* hls2rgb_b: performance fixed
6 years ago
Alexander Alekhin
9b130efbb3
Merge pull request #14623 from alalek:fix_14617
6 years ago
Alexander Alekhin
22701f0c27
imgcodecs(CAP_IMAGES): fix handling of input pattern
6 years ago
Vitaly Tuzov
f0fb91f2d4
Fixed v_signmask implementation for AVX2, updated universal intrinsics tests.
6 years ago
Ahmed Ashour
f9564e053d
java: test: use assertNotNull and assertFalse
6 years ago
Alexander Alekhin
166ecaeda8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Lukas Mehl
2acc7c96e7
remove bgsgm tutorial, set references to OpenCV-Tutorials
6 years ago
Alexander Alekhin
1810702bf0
Merge pull request #14610 from mshabunin:fix-gtk-gl
6 years ago
Alexander Alekhin
96e2126ade
Merge pull request #14602 from asashour:java_lang_
6 years ago
Jan Starzynski
fb9c083a51
handle all orientations properly
6 years ago
Maksim Shabunin
dc28a1aba2
highgui: fixed build GTK2+OpenGL
6 years ago
Alexander Alekhin
2080e06f7b
Merge pull request #14601 from asashour:14211_CvType
6 years ago
Ahmed Ashour
f3319f6140
java: remove redundant declaration of java.lang package
6 years ago
Ahmed Ashour
1050b5351e
java: add CvType.CV_16F
6 years ago
Alexander Alekhin
def8fa2248
Merge pull request #14557 from mshabunin:win-lapack
6 years ago
Alexander Alekhin
2fd1a4eef7
Merge pull request #14520 from kupferb:patch-1
6 years ago
Alexander Alekhin
8bf9dda604
Merge pull request #14514 from mshabunin:fix-videoio-docs
6 years ago
Ruslan Garnov
54ff72a1cc
Merge pull request #14599 from rgarnov:gapi_aux_kernels
...
G-API aux kernels (#14599 )
* Removed gcpuimgproc.hpp and gcpucore.hpp
* Changed GModel::orderedInputs and orderedOutputs to get ConstGraph&
* Added auxiliaryKernels() method of GBackend::Priv
6 years ago
atalaman
cbb699efd2
Merge pull request #14151 from TolyaTalamanov:at/own-mat-output-doesnt-support
...
G-API: own::Mat as output computation doesn't work (#14151 )
* Fix bug with output own::Mat
* Fix comments to review
* Fix preprocess condition
* Fix comments to review
6 years ago
atalaman
d9dac9cd1b
Merge pull request #14150 from TolyaTalamanov:at/computation-doesnt-work-with-out-vector
...
G-API: GComputation doesn't work with output vector<cv::Mat> (#14150 )
* Fix bug with gcomputation output vector
* Add test fixture
* Fix comments to review
* Fix alignment
6 years ago
Maksim Shabunin
fff7b7e459
LAPACK: add support for complex numbers for MSVC
6 years ago
Maksim Shabunin
bcf7286ad9
Docs: updated videoio module overview
6 years ago
catree
7ed858e38e
Fix issue with solvePnPRansac and Nx3 1-channel input when the number of points is 5. Try to uniform the input shape of projectPoints and undistortPoints.
6 years ago
atalaman
935c02c0a3
Merge pull request #13851 from TolyaTalamanov:at/new-kernel-package-design
...
G-API: Kernel package design (#13851 )
* Remove cv::unite_policy from API
* Add check that all id in kernel package are unique
* Refactor checker id procedure
* Remove cv::gapi::GLookupOrder from API
* Implement cv::gapi::use_only
* Fix samples
* Fix docs
* Fix comments to review
* Remove unite_policy
* Fix GKernelPackage::backends()
* Fix comments to review
* Fix all_unique
* Fix comments to review
* Fix comments to review
* Remove out of date tests
6 years ago
Alexander Alekhin
f629cdfe2c
Merge pull request #14459 from dkurt:tf_strided_slice
6 years ago
Dmitry Kurtaev
26e426adb1
StridedSlice from TensorFlow
6 years ago
Alexander Alekhin
190467b6c1
Merge pull request #14586 from dianlujitao:master
6 years ago
Thang Tran
eb243847eb
js: added floodFill function to JS binding
...
previously floodFill() is white-list without any implementation.
floodFill() is now fully functional in JS.
6 years ago