Vadim Pisarevsky
c549ec8371
Merge pull request #850 from SpecLad:convhull-orientation
12 years ago
Andrey Pavlenko
d94ecf40e6
Merge pull request #880 from apavlenko:qt-5.0
12 years ago
Andrey Pavlenko
0fec2eb6e5
Merge pull request #879 from apavlenko:gcc-4.8
12 years ago
Vadim Pisarevsky
e4d4b07f00
Merge pull request #873 from prclibo:2.4
12 years ago
Andrey Kamaev
f856f78ac0
Update CMake scripts to recognize Qt 5.0
12 years ago
Andrey Kamaev
2665c39a0d
Fix build warnings from gcc 4.8
12 years ago
Vadim Pisarevsky
9cce8ca4b6
Merge pull request #864 from pengx17:2.4_stereobm
12 years ago
Vadim Pisarevsky
1348e7cd4d
Merge pull request #877 from apavlenko:version_info_in_test_log
12 years ago
Andrey Pavlenko
d5881bc00a
adding version info to test log
12 years ago
Bo Li
81779d8287
fixed pca bug for fixed mean input
12 years ago
peng xiao
69e6d0016e
Optimize stereobm a bit.
...
Speedup about 30% on 6730M GPU.
12 years ago
Andrey Pavlenko
2aa5f1bfd1
Merge pull request #866 from MadEgg:RetrieveFrame_index_argument
12 years ago
Vadim Pisarevsky
741fb9b7d1
Merge pull request #865 from pengx17:2.4_ocl_ver
12 years ago
Andrey Pavlenko
2faa2adae2
Merge pull request #846 from smart-mobile-software:tuto_crash
12 years ago
poiuytrez
7dda8e2cb8
Link to bug tracker replaced by bug description
12 years ago
peng xiao
d34e7eca60
Suppress warning when compiling deprecated OpenCL function on GNU compilers.
12 years ago
Egbert van der Wal
dc6a144396
add (optional) index argument to RetrieveFrame method
12 years ago
peng xiao
ed2199a497
Fix build
12 years ago
peng xiao
1eca49f40b
ocl: Enable backward binary portability for setTo function.
12 years ago
peng xiao
168c0b0385
Optimize ocl::stereobm.
...
1. Use macro defines for some parameters(radius).
2. Reduce local memory usage.
3. Fix accuracy problem on Intel GPU.
12 years ago
peng xiao
355bc691fc
Add OpenCL version 1.2 query into ocl::Context::supportsFeature().
...
Add backwards portability for OpenCL 1.1 when OpenCV executables
are compiled with OpenCL 1.2 profile support.
12 years ago
poiuytrez
bef6de9025
Fix tuto3 picture taken crash on all devices
...
A modification of the JavaCameraView is needed to avoid a crash when the
app is exited. It is a good practice to remove the callback after the
stopPreview method.
12 years ago
Andrey Pavlenko
48a8aefd6b
Merge pull request #854 from asmorkalov:android_null_invalid_cam
12 years ago
Andrey Pavlenko
f21e99de0f
Merge pull request #858 from apavlenko:fix_ocl_build_on_bb
12 years ago
Andrey Pavlenko
108bb811c5
fixing precommit build on ubuntu-64 (now it takes OCL headers from non-default OCL SDK, but libs from default one)
12 years ago
Alexander Smorkalov
456c56fe90
NullPointerException in case of error on opening native camera fixed.
12 years ago
Andrey Pavlenko
5ce4e3c265
Merge pull request #800 from asmorkalov:android_cam_idx_semantic
12 years ago
Andrey Pavlenko
6d89e1f412
Merge pull request #827 from apavlenko:fix_android_tutorial1
12 years ago
Vadim Pisarevsky
2068c4582c
Merge pull request #844 from bitwangyaoyao:2.4_integral
12 years ago
Vadim Pisarevsky
4f26f0c2e2
Merge pull request #843 from pengx17:2.4_stereobp_fix
12 years ago
Roman Donchenko
2dc8642508
Changed convexHull's documentation to essentially invert the meaning of ``clockwise``.
...
The orientation of convexHull's result is currently the opposite of what the
documentation would suggest:
>>> import cv2, numpy as np
>>> points = np.array([[0,0],[0,1],[1,0]], dtype=np.int32)
>>> cv2.convexHull(points, clockwise=False)
array([[[1, 0]],
[[0, 1]],
[[0, 0]]], dtype=int32)
>>> cv2.convexHull(points, clockwise=True)
array([[[0, 0]],
[[0, 1]],
[[1, 0]]], dtype=int32)
Changing the function itself is probably not a good idea at this point, so
this fixes the documentation by flipping the coordinate system.
I also removed the mention of the origin, since it's irrelevant for this
function.
12 years ago
poiuytrez
60bf018781
Fix android tutorial 3 second picture taken bug
12 years ago
Alexander Smorkalov
8606ee4beb
Front/Back camera semantic support added to Android VideoCapture back-end.
12 years ago
yao
b386ea72aa
use float when sum overflow
12 years ago
peng xiao
3282aaa1f5
Fix a bug found on Intel OpenCL SDK.
12 years ago
Andrey Kamaev
a9a269505c
Merge pull request #829 from SpecLad:sphinx-ver-1
12 years ago
Andrey Kamaev
28aefc4f5a
Merge pull request #817 from pengx17:2.4_ocl_bitwise_cleanup
12 years ago
Roman Donchenko
bd6f80faf3
Redo the Sphinx check to do the same thing on all platforms.
...
This also fixes the bug where the Sphinx version gets detected as
"Sphinx vX.Y.Z" instead of "X.Y.Z" on Unix-like systems.
12 years ago
Andrey Kamaev
f6848b66d6
Merge pull request #826 from pengx17:2.4_canny_clampfix
12 years ago
Andrey Kamaev
bf551df4cf
Merge pull request #825 from pengx17:2.4_query_cpu_wavesize
12 years ago
Andrey Kamaev
5eff4f8340
Merge pull request #822 from taka-no-me:better_cv_enum
12 years ago
Andrey Pavlenko
8c40f0ccf2
fixing build and lint warnings
12 years ago
peng xiao
0f7d7100e5
Add clamping for y dimension.
12 years ago
peng xiao
6f63a5d8d5
Let wave_size=1 on CPU.
12 years ago
Andrey Kamaev
c02095ae1c
Merge pull request #821 from taka-no-me:contributing
12 years ago
Andrey Kamaev
96b008cd29
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
...
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
12 years ago
Andrey Kamaev
ecf28cc21e
Add contributing page for Github
12 years ago
Andrey Kamaev
2ae3ab11e3
Merge pull request #814 from taka-no-me:gtest_r652
12 years ago
Andrey Kamaev
0df6dc16a5
Merge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype
12 years ago
peng xiao
06a4bad809
Merge ocl and/or/xor operators into one kernel each.
12 years ago