Alexander Smorkalov
343f4b3026
OpenCV version++.
11 years ago
Vadim Pisarevsky
cf15b9e8ad
Merge pull request #3204 from parafin:ximea_unix-2.4
11 years ago
Vadim Pisarevsky
f4f7522fe7
Merge pull request #3202 from parafin:bug_3858-2.4
11 years ago
Igor Kuzmin
0421da78b3
XIMEA cam support: allow on OS X too
11 years ago
Igor Kuzmin
b027a84fa1
XIMEA cam support: use correct library for 64 bit Linux
11 years ago
Igor Kuzmin
fbbf4e380f
fix for issue 3858 (remove unneeded #include's)
...
also use correct include path on Linux
11 years ago
Vadim Pisarevsky
faed8f43d6
Merge pull request #3194 from stonier:2.4
11 years ago
Vadim Pisarevsky
9a15c7a899
Merge pull request #3197 from asmorkalov:python_tests_package
11 years ago
Alexander Smorkalov
35768ed638
Python tests added to -tests deb package.
11 years ago
Daniel Stonier
161f50962d
make sure children are included in the moveToThread
11 years ago
Daniel Stonier
e638b9e805
support invokation of cv windows from parallel threads to an external qt application.
11 years ago
Roman Donchenko
d7737528d1
Merge pull request #3156 from sergregory:CreateSamplesMod
11 years ago
Grigory Serebryakov
18c0511d3c
Warning on converting int to bool fixed
11 years ago
Grigory Serebryakov
06a1c90679
Include for cvSameImage corrected
11 years ago
Grigory Serebryakov
25d125fba1
Documentation update: createsamples usage
11 years ago
Grigory Serebryakov
d1229efeec
No output image resize in case of PNG dataset
11 years ago
Vadim Pisarevsky
fd7a2defae
Merge pull request #3178 from jimcamel:freak_sse_bugfix
11 years ago
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
11 years ago
Vadim Pisarevsky
1984aacb27
Merge pull request #3164 from jet47:fix-cuda-lut
11 years ago
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.
11 years ago
Grigory Serebryakov
74d8527f8a
Naming fixes and code beautification
11 years ago
Grigory Serebryakov
57cf3d1766
Class naming update
...
Documentation improvement
Bug in output format for JPG set fixed
11 years ago
Grigory Serebryakov
f81b3101e8
Typo in string fixed
11 years ago
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.
11 years ago
Vadim Pisarevsky
41040e589f
Merge pull request #3147 from asmorkalov:ocv_deb_lintian_fixes
11 years ago
Vadim Pisarevsky
6eb26c1519
Merge pull request #3109 from jet47:gpu-test-fixes
11 years ago
Vadim Pisarevsky
ad7a871708
Merge pull request #3143 from jet47:cuda-cvt-color-fix
11 years ago
Alexander Smorkalov
634ffed488
Several fixes for lintian varnings
11 years ago
Vladislav Vinogradov
ebe36d6e7c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
11 years ago
Vadim Pisarevsky
d68e62c968
Merge pull request #3137 from akarsakov:fix_cvtcolor_luv_rgb
11 years ago
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
11 years ago
Vadim Pisarevsky
2ed24876af
Merge pull request #3120 from StevenPuttemans:fix_bug3863
11 years ago
Vadim Pisarevsky
b08a6ccd9d
Merge pull request #3118 from akarsakov:fix_cvtcolor_perf
11 years ago
StevenPuttemans
d558260a8e
fixing GT and GE comparison symbol
11 years ago
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
11 years ago
Vadim Pisarevsky
7409f21e9f
Merge pull request #3108 from LeszekSwirski:fix-gemm-buf-allocate-2.4
11 years ago
Vladislav Vinogradov
62f27b28ed
fix BGR->BGR5x5 color convertion
11 years ago
Vladislav Vinogradov
599f5ef51b
use downscaled frames in FGDStatModel test
11 years ago
Vladislav Vinogradov
86e12b6074
increase epsilon for ResizeSameAsHost test
11 years ago
Vladislav Vinogradov
5dff283b39
increase epsilon for TVL1 sanity test
11 years ago
Leszek Swirski
341c3d5933
Fix reallocation of D buffer in gemm
...
Conflicts:
modules/core/src/matmul.cpp
11 years ago
Vadim Pisarevsky
988555a5d9
Merge pull request #3093 from asmorkalov:ocv_array_bound_fix
11 years ago
Alexander Smorkalov
e11333dd83
GCC 4.8 warning array subscript is above array bounds fixed.
11 years ago
Vadim Pisarevsky
af2434c547
Merge pull request #2827 from Alexander-Petrikov-ELVEES-NEOTEK:neon-stereobm
11 years ago
Vadim Pisarevsky
a4c883c098
Merge pull request #3076 from vpisarev:fix_small_filters
11 years ago
Aleksandr Petrikov
0a531815c5
fix bug 3733 for imgproc/filter.cpp
11 years ago
Vadim Pisarevsky
a15db2d9cf
Merge pull request #3058 from PhilLab:patch-2
11 years ago
PhilLab
efc1c39315
Fixed self-assignment in cv::Ptr::operator =
...
A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
11 years ago
Vadim Pisarevsky
3334b1437b
Merge pull request #3046 from StevenPuttemans:fix_Qt_locale
11 years ago
StevenPuttemans
34103ef1cb
fixing setting the locale back to what should be expected
...
fix should be applyed for every window interface and generation
11 years ago