Vadim Pisarevsky
32348604e3
Merge pull request #3431 from PhilLab:patch-3
10 years ago
Philipp Hasper
799646e5d0
Typos in CMake
10 years ago
Vadim Pisarevsky
d48e0a04ae
Merge pull request #3424 from dsjolie:daniel
10 years ago
Vadim Pisarevsky
986878a881
Merge pull request #3422 from avdmitry:install_doc_update
10 years ago
Daniel Sjölie
a9a45e1546
Merge remote-tracking branch 'upstream/master' into daniel
10 years ago
Dmitriy Anisimov
28944336d4
updated linux installation documentation
10 years ago
Vadim Pisarevsky
4b97e8c51c
Merge pull request #3399 from mshabunin:doxygen-core
10 years ago
Vadim Pisarevsky
d4db7807df
Merge pull request #3415 from jet47:fix-gpu-perf-sample
10 years ago
Alexander Alekhin
a16a11f32b
Merge pull request #3413 from wangyan42164:denoising_opencl_improvement
10 years ago
Vladislav Vinogradov
1189606cd8
fix gpu performance sample compilation
10 years ago
Yan Wang
a8b4c99ed6
Improve the performance of fast_nlmeans_denoising_opencl.
...
1. Remove unnecessary barriers.
2. Adjust CTA_SIZE based on the following cases for Intel platform:
a) OCL_Photo_DenoisingGrayscale.DenoisingGrayscale
b) OCL_Photo_DenoisingColored.DenoisingColored
10 years ago
Vadim Pisarevsky
4763d8033a
Merge pull request #3406 from shiquanwang:Fix-bug-#4003_build-python-binding-under-python3
10 years ago
Maksim Shabunin
6aa7a86ae9
Doxygen documentation for core module
10 years ago
Vadim Pisarevsky
23a81c0fb8
Merge pull request #3407 from wangyan42164:canny_bug_fix
10 years ago
Yan Wang
184b6e314c
Fix canny segment fault (Bug #3978 )
...
Avoid stack overflow based on std::vector cause
std::vector::resize() segmentation fault.
10 years ago
Vadim Pisarevsky
77be6d64c1
Merge pull request #3410 from mgharbi:master
10 years ago
Michae Gharbi
28103ad386
Fix Cuda -Wl linker options
...
This line causes the following error when building custom projects that use OpenCV beta 3:
ld: warning: directory not found for option '-L/<project_root>/-Wl,/usr/local/cuda'
10 years ago
Vadim Pisarevsky
bea86deea9
Merge pull request #3408 from ilya-lavrenov:doc_fix
10 years ago
Ilya Lavrenov
701d2386ce
fixed doc
10 years ago
Shiquan Wang
7127634aa0
Mod: Open header files with `io.open` for Python 2/3 compatibility.
10 years ago
Alexander Alekhin
6550cb2a90
Merge tag '3.0.0-beta'
...
OpenCV 3.0.0 Beta
10 years ago
Vadim Pisarevsky
a181835549
Merge pull request #3405 from D-Alex:master
10 years ago
Vadim Pisarevsky
34f23b5917
Merge pull request #3404 from alalek:openni2_patch
10 years ago
Alexander Duda
60cacbfd66
solvePnPRansac: fix mask generation
10 years ago
Alexander Duda
ed55d13112
PnPRansacCallback::computeError: fix count in case of Nx3 matrices
10 years ago
Alexander Alekhin
2e05f1e3f8
openni_capture sample: enable OpenNI2 if available
...
Sample works with OpenNI2 with minimal code changes (CAP_OPENNI -> CAP_OPENNI2)
10 years ago
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
Alexander Alekhin
ae4cb571ab
Set status to beta
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