Igor Kuzmin
b027a84fa1
XIMEA cam support: use correct library for 64 bit Linux
2014-09-09 19:15:03 +04:00
Igor Kuzmin
fbbf4e380f
fix for issue 3858 (remove unneeded #include's)
...
also use correct include path on Linux
2014-09-09 19:10:05 +04:00
Vadim Pisarevsky
faed8f43d6
Merge pull request #3194 from stonier:2.4
2014-09-09 06:33:15 +00:00
Vadim Pisarevsky
9a15c7a899
Merge pull request #3197 from asmorkalov:python_tests_package
2014-09-09 06:31:18 +00:00
Alexander Smorkalov
35768ed638
Python tests added to -tests deb package.
2014-09-08 18:11:12 +04:00
Daniel Stonier
161f50962d
make sure children are included in the moveToThread
2014-09-08 04:31:37 +09:00
Daniel Stonier
e638b9e805
support invokation of cv windows from parallel threads to an external qt application.
2014-09-08 03:19:56 +09:00
Roman Donchenko
d7737528d1
Merge pull request #3156 from sergregory:CreateSamplesMod
2014-09-05 09:49:55 +00:00
Grigory Serebryakov
18c0511d3c
Warning on converting int to bool fixed
2014-09-05 11:27:43 +04:00
Grigory Serebryakov
06a1c90679
Include for cvSameImage corrected
2014-09-05 10:45:54 +04:00
Alexander Smorkalov
e929dd4d98
GPU MatchTemplate32F test epsilon increased.
2.4.9.1
2014-09-02 20:24:49 +04:00
E Braun
bdb82d181f
fix for bug 3172
2014-09-02 18:05:23 +02:00
Vladislav Vinogradov
10a2c51c52
fix OpenCVConfig.cmake template - missing parentheses
...
(cherry picked from commit 67b562d543 )
2014-09-02 19:30:35 +04:00
Alexander Smorkalov
4664a339ae
Fix non-Android cross compilation with OpenCVConfig.cmake
...
(cherry picked from commit e8376c789d )
2014-09-02 19:29:59 +04:00
Vladislav Vinogradov
fb81e4df1c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
(cherry picked from commit ebe36d6e7c )
2014-09-02 16:48:20 +04:00
E Braun
89833853fa
Revert "fix for bug 3172"
...
This reverts commit ed2cdb71e5 .
2014-09-02 13:56:13 +02:00
Alexander Karsakov
cb1e9adc63
Fixed getConversionInfo() for YUV2RGBA_* conversions
...
(cherry picked from commit 023a42ba55 )
2014-09-02 15:05:13 +04:00
Vladislav Vinogradov
562796e41b
fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version
...
(cherry picked from commit da9be8231f )
2014-09-02 13:17:47 +04:00
Alexander Smorkalov
bb93c53948
OpenCV version++.
2014-09-02 11:54:54 +04:00
Alexander Karsakov
00575b346d
Fixed range for 'v' channel for 8U images.
...
(cherry picked from commit b027eac173 )
2014-09-02 11:41:08 +04:00
Grigory Serebryakov
25d125fba1
Documentation update: createsamples usage
2014-09-02 10:55:45 +04:00
Vladislav Vinogradov
7316676c41
fix CUDA LUT implementation
...
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.
Replaced NPP LUT call with own implementation (ported from master branch)
to be independant from CUDA Toolkit version.
(cherry picked from commit eaaa2d27d5 )
2014-09-02 08:34:42 +04:00
Grigory Serebryakov
d1229efeec
No output image resize in case of PNG dataset
2014-09-01 13:02:27 +04:00
Vadim Pisarevsky
fd7a2defae
Merge pull request #3178 from jimcamel:freak_sse_bugfix
2014-09-01 06:15:36 +00:00
Adrian Clark
fcc481e751
Fixed crash in SSE implementation of FREAK descriptor when number of pairs is set to something other than 512.
...
See http://code.opencv.org/issues/3889 for more details
2014-09-01 09:37:33 +12:00
Vadim Pisarevsky
1984aacb27
Merge pull request #3164 from jet47:fix-cuda-lut
2014-08-29 08:11:29 +00:00
Vladislav Vinogradov
eaaa2d27d5
fix CUDA LUT implementation
...
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.
Replaced NPP LUT call with own implementation (ported from master branch)
to be independant from CUDA Toolkit version.
2014-08-28 14:47:26 +04:00
Alexander Smorkalov
77585bf8af
Several fixes for lintian varnings
...
(cherry picked from commit 634ffed488 )
2014-08-27 16:44:18 +04:00
Vladislav Vinogradov
c821cb1489
fix BGR->BGR5x5 color convertion
...
(cherry picked from commit 62f27b28ed )
2014-08-27 16:44:18 +04:00
Vladislav Vinogradov
86c1babd03
use downscaled frames in FGDStatModel test
...
(cherry picked from commit 599f5ef51b )
2014-08-27 16:44:18 +04:00
Vladislav Vinogradov
2205b2f5bc
increase epsilon for ResizeSameAsHost test
...
(cherry picked from commit 86e12b6074 )
2014-08-27 16:44:18 +04:00
Vladislav Vinogradov
975e40f1c0
increase epsilon for TVL1 sanity test
...
(cherry picked from commit 5dff283b39 )
2014-08-27 16:44:18 +04:00
Grigory Serebryakov
74d8527f8a
Naming fixes and code beautification
2014-08-27 12:41:18 +04:00
Grigory Serebryakov
57cf3d1766
Class naming update
...
Documentation improvement
Bug in output format for JPG set fixed
2014-08-26 10:02:50 +04:00
Grigory Serebryakov
f81b3101e8
Typo in string fixed
2014-08-25 18:46:23 +04:00
Grigory Serebryakov
81aefed13a
Can create training set in PNG format
...
The format of the training set can be changed with the `-pngoutput` key.
Output image will be resized to a 640x480 size if greater.
2014-08-25 18:14:27 +04:00
Vadim Pisarevsky
41040e589f
Merge pull request #3147 from asmorkalov:ocv_deb_lintian_fixes
2014-08-22 11:49:52 +00:00
Vadim Pisarevsky
6eb26c1519
Merge pull request #3109 from jet47:gpu-test-fixes
2014-08-22 07:22:23 +00:00
Vadim Pisarevsky
ad7a871708
Merge pull request #3143 from jet47:cuda-cvt-color-fix
2014-08-22 07:21:46 +00:00
Alexander Smorkalov
634ffed488
Several fixes for lintian varnings
2014-08-22 10:53:33 +04:00
Vladislav Vinogradov
ebe36d6e7c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
2014-08-21 14:14:06 +04:00
Vadim Pisarevsky
d68e62c968
Merge pull request #3137 from akarsakov:fix_cvtcolor_luv_rgb
2014-08-21 05:39:18 +00:00
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
2014-08-20 11:09:21 +04:00
Vadim Pisarevsky
2ed24876af
Merge pull request #3120 from StevenPuttemans:fix_bug3863
2014-08-18 15:39:30 +00:00
Vadim Pisarevsky
b08a6ccd9d
Merge pull request #3118 from akarsakov:fix_cvtcolor_perf
2014-08-18 12:45:35 +00:00
StevenPuttemans
d558260a8e
fixing GT and GE comparison symbol
2014-08-18 13:33:40 +02:00
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
2014-08-18 13:01:19 +04:00
Vadim Pisarevsky
7409f21e9f
Merge pull request #3108 from LeszekSwirski:fix-gemm-buf-allocate-2.4
2014-08-16 06:03:28 +00:00
Vladislav Vinogradov
62f27b28ed
fix BGR->BGR5x5 color convertion
2014-08-15 14:10:15 +04:00
Vladislav Vinogradov
599f5ef51b
use downscaled frames in FGDStatModel test
2014-08-15 13:42:25 +04:00