Vadim Pisarevsky
7106d3e8c2
Merge pull request #3458 from thorikawa:kmeans-index-parallel
10 years ago
Vadim Pisarevsky
6b0952b9bd
Merge pull request #3464 from asuwend1:master
10 years ago
Vadim Pisarevsky
2dd438c230
Merge pull request #3457 from burun:patch-1
10 years ago
Vadim Pisarevsky
88f67ce6b1
Merge pull request #3466 from taka-no-me:ctrl_s_win
10 years ago
Andrey Kamaev
3fa02787ac
Make Ctrl+S open save dialog on Windows
10 years ago
Ari Suwendi
b14f7c99d2
bug fix for a crash when input image is small
10 years ago
Takahiro Poly Horikawa
553bb7956e
Fix "assignment operator could not be generated" warnings
10 years ago
Takahiro Poly Horikawa
180e54d09d
- Use cv::Mutex to safely update converged flag
...
- Use cv::AutoBuffer rather than new allocation
- Fix "assignment operator could not be generated" warning
10 years ago
Alexander Alekhin
50c9367d7a
Merge pull request #3451 from wangyan42164:ocl_pyrup_unrolled
10 years ago
Takahiro Poly Horikawa
123ca7e1c5
Parallize building kmeans index in flann
10 years ago
burun
c52a3f7634
Update py_colorspaces.rst
...
mask = cv2.inRange(hsv, lower_green, upper_green)
to
mask = cv2.inRange(hsv, lower_blue, upper_blue)
10 years ago
Yan Wang
6e7050555e
Optimize pyrUp_unrolled() by mad function.
...
It could improve performance when image size is large.
E.g. OCL_PyrUpFixture_PyrUp.PyrUp/18
10 years ago
Vadim Pisarevsky
73ba435610
Merge pull request #3435 from oresths:filter_anchor_fix
10 years ago
Vadim Pisarevsky
15952d7188
Merge pull request #3436 from oresths:compiler_option
10 years ago
orestis
aad98e545f
Remove redundant -mfpu=neon flag.
...
This flag is already added in line 131.
11 years ago
orestis
a7757b0eb6
Fix anchor for small symmetrical column filters.
...
In the unoptimized version of small symmetrical column filters, when we
try to detect if the kernel, ky, is equal to [1;2;1] or [1;-2;1] we
should take into consideration that the anchor points in the middle
element.
11 years ago
Vadim Pisarevsky
ba9bc2d72f
Merge pull request #3409 from fish2000:patch-1
11 years ago
Vadim Pisarevsky
b009e8d0fb
Merge pull request #3411 from eltermann:master
11 years ago
Vadim Pisarevsky
7ed5284ae6
Merge pull request #3432 from taka-no-me:wintitle
11 years ago
Andrey Kamaev
f4ba8b13c7
Add cv::setWindowTitle to highgui
11 years ago
Andrey Kamaev
1744098438
silence cmake 3.0+ warnings on LOCATION attribute
11 years ago
Vadim Pisarevsky
32348604e3
Merge pull request #3431 from PhilLab:patch-3
11 years ago
Philipp Hasper
799646e5d0
Typos in CMake
11 years ago
Vadim Pisarevsky
d48e0a04ae
Merge pull request #3424 from dsjolie:daniel
11 years ago
Vadim Pisarevsky
986878a881
Merge pull request #3422 from avdmitry:install_doc_update
11 years ago
Daniel Sjölie
a9a45e1546
Merge remote-tracking branch 'upstream/master' into daniel
11 years ago
Dmitriy Anisimov
28944336d4
updated linux installation documentation
11 years ago
Vadim Pisarevsky
4b97e8c51c
Merge pull request #3399 from mshabunin:doxygen-core
11 years ago
Vadim Pisarevsky
d4db7807df
Merge pull request #3415 from jet47:fix-gpu-perf-sample
11 years ago
Alexander Alekhin
a16a11f32b
Merge pull request #3413 from wangyan42164:denoising_opencl_improvement
11 years ago
Vladislav Vinogradov
1189606cd8
fix gpu performance sample compilation
11 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
11 years ago
Vadim Pisarevsky
4763d8033a
Merge pull request #3406 from shiquanwang:Fix-bug-#4003_build-python-binding-under-python3
11 years ago
Maksim Shabunin
6aa7a86ae9
Doxygen documentation for core module
11 years ago
Vadim Pisarevsky
23a81c0fb8
Merge pull request #3407 from wangyan42164:canny_bug_fix
11 years ago
Yan Wang
184b6e314c
Fix canny segment fault (Bug #3978 )
...
Avoid stack overflow based on std::vector cause
std::vector::resize() segmentation fault.
11 years ago
Vadim Pisarevsky
77be6d64c1
Merge pull request #3410 from mgharbi:master
11 years ago
eltermann
b3a60b9c22
Documentation fix on py_tutorials/py_feature2d
11 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'
11 years ago
Vadim Pisarevsky
bea86deea9
Merge pull request #3408 from ilya-lavrenov:doc_fix
11 years ago
Alexander Bohn / FI$H2k
8340e31f1f
Fixed OS X compilation error in window_cocoa.mm
...
Un-commented `NSApplicationActivationPolicyRegular` argument (in leu of zero) and got rid of problematic dereference
11 years ago
Ilya Lavrenov
701d2386ce
fixed doc
11 years ago
Shiquan Wang
7127634aa0
Mod: Open header files with `io.open` for Python 2/3 compatibility.
11 years ago
Alexander Alekhin
6550cb2a90
Merge tag '3.0.0-beta'
...
OpenCV 3.0.0 Beta
11 years ago
Vadim Pisarevsky
a181835549
Merge pull request #3405 from D-Alex:master
11 years ago
Vadim Pisarevsky
34f23b5917
Merge pull request #3404 from alalek:openni2_patch
11 years ago
Alexander Duda
60cacbfd66
solvePnPRansac: fix mask generation
11 years ago
Alexander Duda
ed55d13112
PnPRansacCallback::computeError: fix count in case of Nx3 matrices
11 years ago
Alexander Alekhin
2e05f1e3f8
openni_capture sample: enable OpenNI2 if available
...
Sample works with OpenNI2 with minimal code changes (CAP_OPENNI -> CAP_OPENNI2)
11 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.
11 years ago