Christof Kaufmann
46a668c565
Add multi-channel mask support to mean, meanStdDev and setTo
...
This adds the possibility to use multi-channel masks for the functions
cv::mean, cv::meanStdDev and the method Mat::setTo. The tests have now a
probability to use multi-channel masks for operations that support them.
This also includes Mat::copyTo, which supported multi-channel masks
before, but there was no test confirming this.
7 years ago
Maksim Shabunin
791a11f949
Merge pull request #9548 from alalek:python_tests
7 years ago
Maksim Shabunin
334241d82e
Merge pull request #9546 from sturkmen72:GrammaTech
7 years ago
Alexander Alekhin
7791839f22
python(test): tests filtering
7 years ago
Alexander Alekhin
2f94637899
python(test): refactor test.py, move test code outside from test.py
7 years ago
Alexander Alekhin
936234d5b1
python(test): enable pylint checks for tests
7 years ago
Alexander Alekhin
e1b102e9a6
Merge pull request #9476 from dkurt:tutorial_dnn_android
7 years ago
Dmitry Kurtaev
72001dc13c
Android sample for DNN module
7 years ago
Alexander Alekhin
3df41b3263
Merge pull request #9426 from borisfom:dispatch
7 years ago
Alexander Alekhin
7b4f323b8b
Merge pull request #9498 from saskatchewancatch:i9403
7 years ago
Suleyman TURKMEN
ee6aacee9c
Update window_gtk.cpp
...
Update miniflann.cpp
Update test_stereomatching.cpp
7 years ago
Alexander Alekhin
62c6656130
Merge pull request #9533 from alalek:regression_test_9507
7 years ago
Alexander Alekhin
4acdcfd008
Merge pull request #9527 from mshabunin:mediasdk-fix
7 years ago
Alexander Alekhin
273add5d5d
Merge pull request #9534 from alalek:cmake_cl2cpp_dependency_fix
7 years ago
Alexander Alekhin
f7a273cfb3
core(test): regression test for 9507
7 years ago
Alexander Alekhin
d57321f7c1
Merge pull request #9528 from berak:fix_bfmatcher_hamming2
7 years ago
Alexander Alekhin
146be78390
cmake: cl2cpp change main OUTPUT to .hpp file
...
To reduce number of unnecessary rebuilds on updates of OpenCL kernels
7 years ago
saskatchewancatch
cc17400849
i9403: Removing checks from trackbar min/max set functions.
...
Removing unnecessary range checks for QT backend support's setTrackbarMin and setTrackbarMax fucntions
Fixes
7 years ago
Alexander Alekhin
1114cbf671
Merge pull request #9514 from LaurentBerger:docInsWin
7 years ago
LaurentBerger
82ad0749af
add pushd popd
7 years ago
Alexander Alekhin
d0f902053f
Merge pull request #9510 from sturkmen72:update_samples
7 years ago
berak
da208216ee
features2d: fix BFMatcher.radiusMatch with HAMMING2
7 years ago
Maksim Shabunin
235b00b6ee
Fixed MediaSDK tests and build warnings
7 years ago
Alexander Alekhin
05b99a4dde
Merge pull request #9523 from vivekwisdom:master
...
Corrected Typo in Additional Resources Section
7 years ago
Vivek Wisdom
e6ee800fde
Corrected Typo in Additional Resources Section
...
Corrected the Typo 'Hasing' to 'Hashing' in second item in Additional Resources section. Also added Wikipedia link for the LSH.
7 years ago
Alexander Alekhin
f6265500fb
Merge pull request #9516 from arrybn:ssd_face_detector
7 years ago
Aleksandr Rybnikov
d991054202
Added files for face detector sample
7 years ago
Alexander Alekhin
5c572ffa1f
Merge pull request #9509 from borisfom:cuda9-shfl
7 years ago
Alexander Alekhin
cae467cda0
Merge pull request #9521 from saskatchewancatch:i9489
7 years ago
LaurentBerger
3e9a659f4c
Another way to build opencv
...
update
add anchor
7 years ago
saskatchewancatch
33ba7867f6
Don't truncate label for tracknbar name (Qt)
...
Setting truncate option for QString leftJustified method to false fixes 10 character truncation issue noted in issue 9489
7 years ago
Alexander Alekhin
80519a0278
Merge pull request #9326 from sovrasov:video_cap_new_check
7 years ago
Vadim Pisarevsky
d743a4c969
Merge pull request #9506 from alalek:ocl_fix_canny_ub_9496
7 years ago
Alexander Alekhin
02d98d3242
Merge pull request #9518 from alalek:fix_flann_unsupported_type
7 years ago
Suleyman TURKMEN
efa0e75eac
Update stitching.cpp
7 years ago
Alexander Alekhin
e1ab227b6d
Merge pull request #9515 from berak:fix_directx_samples
7 years ago
Alexander Alekhin
7067c1597d
flann: std::vector<size_t> can't be converted into cv::Mat properly
...
size_t is not supported cv::Mat type
7 years ago
berak
a0e26817e2
fix missing std:: in d3dsample
7 years ago
Boris Fomitchev
dde04d5d3e
Addressing CUDA9 shfl deprecation
7 years ago
Alexander Alekhin
91ef0b9537
Merge pull request #9507 from delftrobotics-forks:restrict-initializer-list-constructor
7 years ago
Alexander Alekhin
964dda2ef2
Merge pull request #9503 from sovrasov:convex_hull_disable_inplace
7 years ago
Alexander Alekhin
e3b12bdb59
imgproc(ocl): eliminate div by zero in Canny
7 years ago
Maarten de Vries
3571e8f263
Restrict std::initializer_list constructors to arithmetic types.
7 years ago
Vladislav Sovrasov
91e56abcf1
imgproc: disable buggy inplace processing in convexHull
7 years ago
Alexander Alekhin
4ee3034496
Merge pull request #9504 from alalek:regression_9376
7 years ago
Alexander Alekhin
034aaa7a70
Merge pull request #9465 from tomoaki0705:fixJetsonTK1Build
7 years ago
Alexander Alekhin
8f05126619
imgcodecs: fix regression 9376
7 years ago
Tomoaki Teshima
6531fd142c
fix build error on Jetson TK1
...
* guard correctly in header file
* guard correctly in cmake file
7 years ago
Vadim Pisarevsky
518c6ae8c6
Merge pull request #9327 from sovrasov:fs_free_on_error_fix
7 years ago
Vadim Pisarevsky
048feeb3f0
Merge pull request #9416 from eruffaldi:f_9411_mingw_videoio
7 years ago