Vadim Pisarevsky
f080d9390a
Merge pull request #9578 from sovrasov:objdet_build_fix
7 years ago
Vadim Pisarevsky
f4265d251a
Merge pull request #9579 from alalek:ocl_float_calc
7 years ago
Vladislav Sovrasov
f2105419fa
objdetect: fix wrong cxx11 features check
7 years ago
Alexander Alekhin
89bb028bfc
imgproc(ocl): don't use doubles to process float data
7 years ago
Maksim Shabunin
c92c99ed0b
Enabled forEach for const Mats
7 years ago
saskatchewancatch
570083fb9f
i9482:
...
Removing description for cv::NormTypes that's already in cv::norm
Masking out NORM_TYPE_MASK from docs since it's not intended to be exposed to user
7 years ago
saskatchewancatch
b32685c714
i9482: Improve documentation concerning norm functionality.
...
Added forkfour Latex command to math js support.
Split cv::norm documentation between the cv::norm and its overload, to make things clearer
Corrected some typos and cleaned up grammar.
Result is clearer documentation for the norms.
Work pending...
7 years ago
Maksim Shabunin
2ac57a2b1f
Merge pull request #9457 from alalek:type_traits_issue_7599
7 years ago
Alexander Alekhin
b05789ff0b
Merge pull request #9564 from saskatchewancatch:i9550
7 years ago
Alexander Alekhin
572a7bf6ce
python: add special targets gen_opencv_python2(3)
7 years ago
Alexander Alekhin
200c8a0d3a
python: generate pyopencv_signatures.json file
7 years ago
saskatchewancatch
4832c24ef7
Allow TIFF min=white PHOTOMETRIC interpretation images to be read unchanged
7 years ago
Dmitry Kurtaev
8b094755fa
Fix https://github.com/opencv/opencv/issues/8693
7 years ago
Lewis B
1caca2112b
Merge pull request #8934 from lewisjb:python-classes
...
* Refactor Python Classes
7 years ago
Alexander Alekhin
42fbbfecc6
Merge pull request #9522 from terfendail:resize_move
7 years ago
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
Alexander Alekhin
164a41b399
fix CUDA build
...
CUDA implementation wants to convert std::vector<KeyPoint> <-> GpuMat.
There is no direct mapping from KeyPoint (mix of int/float fields)
into cv::Mat element type, so this conversion must be avoided.
Legacy mode is turned back for CUDA builds.
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
0451629e22
core(persistence): resolve DMatch/KeyPoint problem
7 years ago
Alexander Alekhin
86b55b3923
core: eliminate CV_ELEM_SIZE()
7 years ago
Alexander Alekhin
01519313d7
dnn: invalid bindings
7 years ago
Alexander Alekhin
7e12c879c2
core: extend traits::Type / traits::Depth for compatible types
...
DMatch and Keypoint are not compatible types (mixed float/int fields)
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
Vitaly Tuzov
e8caa9b5c0
removed unused interpolateLinear
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
72f789bf34
core: fix type traits
7 years ago
Alexander Alekhin
f6265500fb
Merge pull request #9516 from arrybn:ssd_face_detector
7 years ago
Vitaly Tuzov
b1f46b6d69
Move resize implementation to separate file
7 years ago
Aleksandr Rybnikov
d991054202
Added files for face detector sample
7 years ago