Roman Donchenko
88f993dbda
Deleted an assignment to a variable that doesn't exist.
2014-02-14 14:37:56 +04:00
Vladislav Vinogradov
1ce5165cb7
temporary disable performance test for alphaComp function
2014-02-14 14:27:43 +04:00
Andrey Pavlenko
534bec3a90
Merge pull request #2315 from ilya-lavrenov:nlmeans_perf
2014-02-14 13:24:12 +04:00
Andrey Pavlenko
d68c688f22
Merge pull request #1735 from KonstantinMatskevich:umat_tests
2014-02-14 12:37:47 +04:00
Roman Donchenko
3def7778dc
Merge pull request #2062 from cook:bug3440
2014-02-14 12:09:03 +04:00
Stuart Cunningham
1454843b81
Fix build of libtiff on big endian host due to defined but empty WORDS_BIGENDIAN macro
2014-02-14 16:16:17 +11:00
Ilya Lavrenov
b92a46c130
some more fixes
2014-02-13 23:47:18 +04:00
Yantao Xie
6b00c4e337
Use CMAKE_CFG_INTDIR meta-variable to get the library output directory of the opencv_matlab.
2014-02-13 23:53:58 +08:00
Roman Donchenko
ecbe843061
Merge pull request #2333 from asmorkalov:java_dead_code_fix
2014-02-13 19:21:56 +04:00
Roman Donchenko
b4a535272c
Merge pull request #2332 from jet47:gpu-fixes
2014-02-13 19:21:45 +04:00
Alexander Smorkalov
dbe7634286
Dead code removed as this cannot be null in Java.
2014-02-13 18:17:47 +04:00
Roman Donchenko
b8d8b0568c
Merge pull request #2331 from asmorkalov:android_native_activity_finish
2014-02-13 17:57:46 +04:00
Vadim Pisarevsky
630bdbf42f
fixed OpenCL kernel flag in resize (thanks to Ilya L)
2014-02-13 17:37:42 +04:00
Vladislav Vinogradov
eb247d826f
temporary disable perf test for StereoBeliefPropagation
2014-02-13 17:25:59 +04:00
Vladislav Vinogradov
9e69e2a07a
increase epsilon for AlphaComp sanity test for integer input
2014-02-13 17:16:43 +04:00
Alexander Smorkalov
7da3e98dfd
Application pause/resume fix for Android sample NativeActivity.
2014-02-13 16:47:02 +04:00
Stuart Cunningham
55b9c0374c
Fix cmake detection of build platform endianness
...
Improve comments to indicate actual usage of WORDS_BIGENDIAN where
it is tested with #ifdef rather than #if
2014-02-13 22:59:30 +11:00
Konstantin Matskevich
5f76072c62
update
2014-02-13 13:29:53 +04:00
Roman Donchenko
f297ec55ae
Merge pull request #2304 from mattvenn:master
2014-02-13 12:30:20 +04:00
Rohit Girdhar
01b624e359
-j8 in linux_installation tutorial
2014-02-13 13:52:00 +05:30
Roman Donchenko
91ab92c349
Merge pull request #2318 from gongzg:2.4
2014-02-13 12:16:19 +04:00
Roman Donchenko
935e36bc72
Merge pull request #2319 from m3d:patch-1
2014-02-13 12:12:00 +04:00
Andrey Pavlenko
0ee5c34f40
Merge pull request #2324 from vpisarev:fix_facedetect
2014-02-13 11:46:24 +04:00
Matt Venn
7acd28fbea
added imgpoints back
2014-02-13 07:44:29 +00:00
Konstantin Matskevich
a0a3b8b56d
Some tests for UMat
2014-02-13 09:59:05 +04:00
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
2014-02-13 00:17:15 +04:00
Rohit Girdhar
a4b5641836
bugfix: blobdetector was putting incorrect diameter value in keypoints
2014-02-12 22:29:04 +05:30
Vadim Pisarevsky
91587059ad
tab => spaces
2014-02-12 20:28:55 +04:00
Vadim Pisarevsky
290fbc0121
3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective
2014-02-12 19:29:18 +04:00
Vadim Pisarevsky
a18bc9651d
fixed bug reported by Irina K. Also tried to fix LBP detector regression in quality (probably it did not help but still ...)
2014-02-12 17:42:09 +04:00
Stuart Cunningham
5d43d3ca88
Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types.
2014-02-12 23:41:38 +11:00
Roman Donchenko
863e9c699a
Merge pull request #2322 from berak:b_cc_read
2014-02-12 16:32:29 +04:00
Roman Donchenko
e55679079f
Merge pull request #2320 from asmorkalov:ocv_readme_license_install
2014-02-12 16:27:24 +04:00
Roman Donchenko
3994cfbc59
Merge pull request #2321 from asmorkalov:android_run_all_tests
2014-02-12 15:41:29 +04:00
Roman Donchenko
fa38ea6d50
Merge pull request #2317 from blueskymonster:master
2014-02-12 15:14:26 +04:00
Martin Dlouhy
d9a322f606
undo changes of cv2.cv.* functions/constants
2014-02-12 11:25:03 +01:00
Alexander Smorkalov
d02c291160
opencv_run_all_tests.sh implemented for Android SDK.
2014-02-12 14:21:58 +04:00
Stuart Cunningham
8bbce0a2a2
Fix reading of 16-bit TIFF images on big endian host.
...
Use correct integer types for arguments to TIFFGetField to avoid corruption
of values and failed loads of TIFF file when using cv::imread().
Added test where both big and little endian TIFF files are read using imread().
Fixed build of 3rdparty libtiff on big endian hosts.
Reduced memory required during decode_tile16384x16384 test by not converting
large grayscale test image to color image during read.
2014-02-12 21:21:06 +11:00
Alexander Smorkalov
e55f2b2602
LICENSE and README files installation rules added.
2014-02-12 14:06:41 +04:00
Vadim Pisarevsky
f7620dc7d1
added 3-channel support to arithmetic operations
2014-02-12 12:18:55 +04:00
Martin Dlouhy
bbefc101de
removed return images and fixed cv2 names
2014-02-12 07:06:05 +01:00
Elliot Godzich
2806679781
Updated DisplayImage.cpp program to compile
...
CV_WINDOW_AUTOSIZE -> WINDOW_AUTOSIZE
2014-02-11 21:46:14 -08:00
Zhigang Gong
9aef26e2ad
Workaround a LLVM/Clang 3.3 bug.
...
The LLVM/Clang 3.3 has a bug when compile a cl kernel with
assignment of a scalar to a vector data type. This patch
could work around this bug.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
2014-02-12 13:14:43 +08:00
Anatoly Baksheev
261546f6f6
casting Vec3b operator for viz::Color
2014-02-11 23:27:19 +04:00
Ilya Lavrenov
4f2cdc9bac
added performance tests for NLMeans
2014-02-11 18:21:53 +04:00
Roman Donchenko
511e79aef7
Merge pull request #2311 from SvenWe:master
2014-02-11 17:11:06 +04:00
Roman Donchenko
1cef6f9fb1
Merge pull request #2313 from m3d:patch-1
2014-02-11 17:10:23 +04:00
Roman Donchenko
bb4199b177
Merge pull request #2314 from ilya-lavrenov:typo
2014-02-11 17:06:38 +04:00
Roman Donchenko
dad536f490
Merge pull request #1851 from dneelyep:patch-1
2014-02-11 16:46:35 +04:00
Ilya Lavrenov
281666887e
typo
2014-02-11 14:25:37 +04:00