Alexander Shishkov
cc529d971b
removed tabs
11 years ago
Evgeniy
8236181c62
Added more colorizing options to XLS generating script
11 years ago
Marijan Vukcevich
9a98cd6e65
Update cap_ios_abstract_camera.mm
...
AVCaptureVideoPreviewLayer setOrientation is depricated. This fixes the warning and provides backward compatibility.
11 years ago
Vladislav Vinogradov
150e522bee
fix bug #3552 :
...
replace std::swap with own code
11 years ago
Ilya Lavrenov
510680a5df
typo
11 years ago
Anatoly Baksheev
03bd82796d
source compatibility with master
11 years ago
Anatoly Baksheev
56754e907d
fixed crash for windows if console widow is closed or CTRL_C/CTRL_BRAK keys in console are pressed.
11 years ago
Anatoly Baksheev
1a5dfe421d
Added WidgetMerger, Polyline - colors support for each point independently, simple widgets now compute color array instead of setting global color
11 years ago
Vladislav Vinogradov
8b8c368148
fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo)
11 years ago
Vladislav Vinogradov
b4845d8c9f
temporary disable performance test for alphaComp function(cherry picked from commit 1ce5165cb7
)
11 years ago
Alexander Alekhin
d1606b4aa3
ocl: added SVM perf test
11 years ago
Vladislav Vinogradov
1ce5165cb7
temporary disable performance test for alphaComp function
11 years ago
Alexander Smorkalov
ea51396731
Dead code removed as this cannot be null in Java.
...
(cherry picked from commit dbe7634286
)
11 years ago
Vladislav Vinogradov
aa82f921cc
temporary disable perf test for StereoBeliefPropagation(cherry picked from commit eb247d826f
)
11 years ago
Vladislav Vinogradov
2da7eae2c4
increase epsilon for AlphaComp sanity test for integer input(cherry picked from commit 9e69e2a07a
)
11 years ago
Alexander Smorkalov
dbe7634286
Dead code removed as this cannot be null in Java.
11 years ago
Vladislav Vinogradov
eb247d826f
temporary disable perf test for StereoBeliefPropagation
11 years ago
Vladislav Vinogradov
9e69e2a07a
increase epsilon for AlphaComp sanity test for integer input
11 years ago
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
11 years ago
Stuart Cunningham
5d43d3ca88
Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types.
11 years ago
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.
11 years ago
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>
11 years ago
Anatoly Baksheev
261546f6f6
casting Vec3b operator for viz::Color
11 years ago
Alexander Smorkalov
f1ef3a4865
OpenCV version++.
11 years ago
Vladislav Vinogradov
9997aa8187
decrease input size for several gpu tests to fix "timed out" error:
...
* BruteForceNonLocalMeans
* OpticalFlowBM(cherry picked from commit 8b44a42a40
)
11 years ago
Vladislav Vinogradov
f15b42018c
fix nonfree module compilation without CUDA(cherry picked from commit 3e1f74f2ca
)
11 years ago
Alexander Smorkalov
a49beb7c73
Multiple improvements in OpenCV examples build.
...
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
CUDA initialization apportunity added to OpenCVLoader.initDebug();
Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
(cherry picked from commit 6ae4a9b09b
)
11 years ago
Vladislav Vinogradov
3e755b2290
turn on CUDA part of stitching module on Android for non-dynamic build(cherry picked from commit a138e5a6a5
)
11 years ago
Vladislav Vinogradov
f15a167df4
turn on CUDA part of nonfree module on Android for non-dynamic build(cherry picked from commit d8f7377122
)
11 years ago
Ilya Lavrenov
f6367a2ea5
eliminated possible memory leak
...
(cherry picked from commit e7e63fac6c
)
11 years ago
Vladislav Vinogradov
5f88e2b496
fix #3477 :
...
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING property is not supported
by all VideoCapture backends. Some backends can return 0.0 or -1.0.(cherry picked from commit c41e8006c7
)
11 years ago
Seunghoon Park
2c7cf52e3b
fixing bug #3345 . use norm to make sure two matrices are the same.
...
(cherry picked from commit eb9d7c4dd5
)
11 years ago
Vladislav Vinogradov
d5d88efd5d
fix GpuMat::copyTo method with mask:
...
fill destination matrix with zeros if it was reallocated(cherry picked from commit dda999545c
)
11 years ago
Drew Jetter
6cb7a7be18
Fixed bug #3489 : The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent.
...
(cherry picked from commit 6bf599b1bc
)
11 years ago
Pierre-Emmanuel Viel
cdea6b532f
Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified
...
(cherry picked from commit 3f458c6eb1
)
11 years ago
Robbert Klarenbeek
345b3b0bdd
Fix algorithm setter argument validation for uchar(cherry picked from commit e21c6e19db
)
11 years ago
Kazuki Matsuda
a65d7d4dd3
Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m)
...
Fix compilation erros when compiling this constructor.
First argument type of "convertTo" should be instance, not a pointer of instance.
First pull request was created for master branch.
But it should be marged for 2.4.
https://github.com/Itseez/opencv/pull/2113
(cherry picked from commit 2ae20c74a2
)
11 years ago
Ilya Lavrenov
5e986f3347
fixed bug #3319
...
(cherry picked from commit 4f9c081dc3
)
11 years ago
Seunghoon Park
27a8bb471b
fixing bug #3345 . don't use BORDER_ISOLATED alone. it should be combined with some border type
...
(cherry picked from commit 2272a58769
)
11 years ago
Seunghoon Park
7868733002
fixing bug #3345
...
(cherry picked from commit b036fc756a
)
11 years ago
Ilya Lavrenov
469aef2e5e
fixed bug #3341
...
(cherry picked from commit 09d25e11c6
)
11 years ago
Roman Donchenko
5e00fc6afe
Fixed MinGW build by declaring the minimal required Windows version.
...
Also deleted miscellaneous remaining multimon cruft.
Deleted #include <winuser.h>, because <windows.h> includes it
already.
This should have a nice side effect of preventing us from
accidentally using any Windows API that's too new.
(cherry picked from commit 795c108f2b
)
11 years ago
Anatoly Baksheev
f1c062c30a
cloud collection finalize
11 years ago
Anatoly Baksheev
5dc17f5d58
Fixed all OpenGL issues for Macos (via objective-C++ layer)
11 years ago
Anatoly Baksheev
069dd8a068
default meshlab background
11 years ago
Anatoly Baksheev
f8ccc115ef
proper render call order (fixes some issues with VTK6.1)
11 years ago
Anatoly Baksheev
17fea0dd0a
fixed size_t/int conversion warnings
11 years ago
Anatoly Baksheev
998aefd1d1
cloud collection merges data only on rendering
11 years ago
Anatoly Baksheev
eb8728d727
Updated cloud io functionality - removed dependency from VTK legacy
11 years ago
Anatoly Baksheev
becbfa6281
Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function
11 years ago