Alexander Alekhin
2981ee00d9
OpenNI2: prevent failure of setVideoMode() call with invalid parameters
...
Not all parameters are specified for openni::VideoMode, so
"selected" mode can be unsupported for device.
Replace default VideoMode constructor to result of getVideoMode() call.
10 years ago
Vadim Pisarevsky
4f2aeeffaa
Merge pull request #3403 from vpisarev:moved_partition
10 years ago
Vadim Pisarevsky
d58cadc1ea
moved cv::partition from private.hpp to operations.hpp, to expose the function to users
10 years ago
Vadim Pisarevsky
47838a4a22
Merge pull request #3402 from vpisarev:fixed_python_tests
10 years ago
Vadim Pisarevsky
80a985c894
fixed path to the checkerboard image
10 years ago
Vadim Pisarevsky
9b13b07639
Merge pull request #3400 from vpisarev:fixed_umat_test_crash
10 years ago
Alexander Alekhin
569a95e9e1
Merge pull request #3394 from akarsakov:ocl_canny
10 years ago
Vadim Pisarevsky
fe4e1913f0
Merge pull request #3357 from briansp2020:master
10 years ago
Vadim Pisarevsky
573be75f50
Merge pull request #3392 from wangyan42164:houghlines_bug_fix
10 years ago
Vadim Pisarevsky
1abc26905d
Merge pull request #3397 from ElenaGvozdeva:ocl_WarpAffine_test
10 years ago
Vadim Pisarevsky
7c8789dc12
fixed my_umat(roi).clone() test by disabling poorly aligned ROI's. Real fix of the problem will require a separate branch in UMat::copyTo().
10 years ago
Yan Wang
0692bf5f34
Fix HoughLines crashes (Bug #3959 ).
...
Avoid phi exceed PI/2 to get the negative value of cos(phi).
10 years ago
Alexander Karsakov
7c870014fb
Correctly unrolled some cycles
10 years ago
Alexander Alekhin
f50f249f80
Merge pull request #3138 from alalek:icv_update
10 years ago
Alexander Alekhin
ff095bbbfc
Merge pull request #3396 from akarsakov:ocl_pow_fix
10 years ago
ElenaGvozdeva
7dd059c084
fixed test for ocl WarpAffine
10 years ago
Alexander Karsakov
462c3c25a9
Removed incorrect using of rootn() and powr() in ocl_pow
10 years ago
Alexander Karsakov
0ec0aeb7d0
Minor optimization for ocl_canny
10 years ago
Vadim Pisarevsky
5044e0f590
Merge pull request #3372 from pokeefe:add-test-for-projection-decomposition
10 years ago
Vadim Pisarevsky
cf0cc00547
Merge pull request #3391 from alalek:ocl_failure_messages
10 years ago
Vadim Pisarevsky
1d804bc695
Merge pull request #3360 from mirab:threshold_triangle
10 years ago
Brian Park
e4fa217a62
remove the unnecessary header file
10 years ago
Alexander Alekhin
4eb16122c0
ocl: change processing of OpenCL failures
...
disable "unwanted" messages
10 years ago
Miroslav Benes
4046f0398a
Make Otsu and Triangle algorithms mutually exclusive
...
Make Otsu and Triangle algorithms mutually exclusive in cv::threshold code.
Signed-off-by: Miroslav Benes <mbenes@suse.cz>
10 years ago
Vadim Pisarevsky
da6898f758
Merge pull request #3389 from blackibiza84:master
10 years ago
Vadim Pisarevsky
c91b0e7ac4
Merge pull request #3217 from avdmitry:samples_cpp_data
10 years ago
Vadim Pisarevsky
46ac0048f8
Merge pull request #3377 from jlblancoc:master
10 years ago
Vadim Pisarevsky
91a8ea5e60
Merge pull request #3387 from YusukeSuzuki:cap_v4l_rgb24fix
10 years ago
Vadim Pisarevsky
7de4e0496c
Merge pull request #3390 from vbystricky:fix_houghlines
10 years ago
Vadim Pisarevsky
5efad375e0
Merge pull request #3384 from ilya-lavrenov:neon_new
10 years ago
Vadim Pisarevsky
72419c3778
Merge pull request #3373 from berak:patch-2
10 years ago
Vadim Pisarevsky
c4906c7f43
Merge pull request #3388 from bartaandras:master
10 years ago
Michele Adduci
e181c76d21
Updated test_features2d.cpp with latest API change
10 years ago
Michele Adduci
914b78b8bb
Updated ORB test with parameters
10 years ago
Vadim Pisarevsky
d052d863eb
Merge pull request #3315 from abak:seamless-refactor
10 years ago
vbystricky
957e5ef8eb
Fix OpenCL version of HoughLinesP function
10 years ago
Alexander Alekhin
58e054a003
IPPICV: disable boxFilter 16SC1/16UC1 (performance)
10 years ago
Alexander Alekhin
1c9f590f0d
IPPICV: disable NormDiff_L1_16s_C1R for IPP/ICV 8.2/8.2.1
10 years ago
Alexander Alekhin
5d213582f7
update IPPICV package
10 years ago
Michele Adduci
e1bb844475
Fix cudafeatures2d and cudastereo with new 3.0 APIs for ORB and StereoBM
10 years ago
bartaandras
21227ba092
Fixed calc_output_scale with NO_OUTPUT_SCALE flag set.
10 years ago
Yusuke Suzuki
9cd08c662c
add V4L2_PIX_FMT_RGB24 convert code
10 years ago
Brian Park
9e3a2cbab2
check input paramter by checking the image size
10 years ago
berak
c2cb3b515d
support older gcc versions
10 years ago
Ilya Lavrenov
1fe5441185
cv::convertMaps
10 years ago
Ilya Lavrenov
aa11e102fd
removed saturation from pyramids
10 years ago
Ilya Lavrenov
8d0383180c
fixes for cv::warpAffine
10 years ago
Ilya Lavrenov
15af3f7114
fixes in VResizeLinearVec_32s8u
10 years ago
Ilya Lavrenov
a4dd2162f2
cv::resize (INTER_LANCZOS4)
10 years ago
Ilya Lavrenov
1b01e1fe68
cv::resize (INTER_AREA CV_16S, CV_32F)
10 years ago