Ilya Lavrenov
32eb38ec98
fixed defects from coverity.com
11 years ago
Vadim Pisarevsky
51dafc780b
fixed hint type declaration
11 years ago
Ilya Lavrenov
804b70b72f
ported 2.4 perf tests for matchTemplate
11 years ago
Alexander Karsakov
7e4dea968c
Fixed typo with indexes in getGradient(x/y) functions.
11 years ago
Alexander Alekhin
79eba54a4f
some fixes in perf tests
11 years ago
Alexander Alekhin
ddd3c062b5
TAPI: fix perf test for warpers
11 years ago
GrinIara
fa0599448d
Fixed compilation error due to missing std::.
11 years ago
Alexander Alekhin
bf4f15fb5f
TAPI: fix OpenCL warpers and test
11 years ago
Chechli
768da4d95a
Update hough_circles.cpp
11 years ago
Vladislav Vinogradov
afd99c9c81
fix bug #3544 :
...
add "opencv2/core/utility.hpp" header to precomp.hpp
11 years ago
pxli168
44ecb727c5
Change again.
...
Opps.
11 years ago
Ilya Lavrenov
6ad7b64912
some more changes
11 years ago
Chechli
9211d1ac2d
Update hough_circles.cpp
11 years ago
Chechli
640a45d359
Update precomp.hpp
11 years ago
gleb.sternharz
f85aa929f1
fix dev by 0 in KL-Divergence
11 years ago
pxli168
70d462b352
Simplify the code
...
Simplify the code as @SpecLad suggested.
11 years ago
Ilya Lavrenov
f74ef644bc
changed the signature of add method according to the base class
11 years ago
yash
1a89a03c7c
Fixed CV_ASSERT condition in the code for bag of words
11 years ago
Chechli
10465c546a
Update hough_circles.cpp
11 years ago
Ilya Lavrenov
c8e22c04c8
extended performance test
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
Ilya Lavrenov
7629bb78a4
extended performance tests to test 3 channels
11 years ago
Chechli
72e4f72a75
Update hough_circles.cpp
11 years ago
Ilya Lavrenov
9b627a5e9f
disabled 'reshape', 'copyTo' test
11 years ago
Ilya Lavrenov
7ce2c3574a
restored lost in PR #1735 umat tests
11 years ago
Ilya Lavrenov
4f36bc29d9
cleaned-up UMat tests
11 years ago
Alexander Alekhin
915fb632fd
core/ocl: change error processing for missed function
11 years ago
Ilya Lavrenov
8150c1b7e4
added [s|l]rgb <-> lab conversion
11 years ago
Alexander Alekhin
95e38e457f
core/umat: usage flags (with proposals from PR #2195 )
11 years ago
Pierre Moulon
8829e9f6c8
Fix a typo error
11 years ago
Vladislav Vinogradov
1ce5165cb7
temporary disable performance test for alphaComp function
11 years ago
Yantao Xie
6b00c4e337
Use CMAKE_CFG_INTDIR meta-variable to get the library output directory of the opencv_matlab.
11 years ago
Alexander Smorkalov
dbe7634286
Dead code removed as this cannot be null in Java.
11 years ago
Vadim Pisarevsky
630bdbf42f
fixed OpenCL kernel flag in resize (thanks to Ilya L)
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
Konstantin Matskevich
5f76072c62
update
11 years ago
Konstantin Matskevich
a0a3b8b56d
Some tests for UMat
11 years ago
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
11 years ago
Rohit Girdhar
a4b5641836
bugfix: blobdetector was putting incorrect diameter value in keypoints
11 years ago
Vadim Pisarevsky
91587059ad
tab => spaces
11 years ago
Vadim Pisarevsky
290fbc0121
3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective
11 years ago
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 ...)
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
Vadim Pisarevsky
f7620dc7d1
added 3-channel support to arithmetic operations
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
Ilya Lavrenov
4f2cdc9bac
added performance tests for NLMeans
11 years ago
Anatoly Baksheev
becbfa6281
Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function
11 years ago