Roman Donchenko
2de8487e58
Fixed a few tests that use uninitialized inputs.
11 years ago
Ilya Lavrenov
be98cd2f7f
replaced explicit __stdcall by CV_STDCALL
11 years ago
ilya-lavrenov
722bdc52a0
enabled gemm and dft erf test
11 years ago
ilya-lavrenov
0f8f489658
changed data path and eps
11 years ago
Roman Donchenko
6ebfa87181
Delete a bunch more trailing whitespace that slipped through the cracks.
11 years ago
Roman Donchenko
a9975b144a
Fixed a bug in FLANN resulting in uninitialized accesses.
...
This is fixed upstream in mariusmuja/flann@b615f26, but that fix
would break binary compatibility, so I had to make a different one.
Since the bug isn't quite obvious, here's an explanation. In the const
version of any::cast, if policy is a small_any_policy, its get_value
returns its input argument. So r becomes a pointer to obj, and the
return value is a reference to a local variable, which is invalidated
when the function exits.
11 years ago
yao
a70bdfc13f
a little fix to tests and sample
11 years ago
pengxiao
ea16539448
Fix a crash of ocl program if clAmdBlas is not linked.
11 years ago
peng xiao
7b3e3f69fb
Modify according to @alalek .
11 years ago
Alexander Smorkalov
6d3102141c
Globbing accuracy test fail on Windows RT fixed.
11 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
11 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
11 years ago
Gabe Schwartz
b2bedef26f
Added interlace handling to PNG decoder.
...
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use
png_read_update_info and png_read_image. It will generate a warning
without it.
11 years ago
Gabe Schwartz
e2441e0034
Removed incorrect iCCP chunks from GUI resources.
...
Also removed malformed tEXt chunk from a logo PNG.
11 years ago
kdrobnyh
f4aa7ff919
Add IPP support in meanStdDev, minMaxIdx, norm functions
11 years ago
ilya-lavrenov
a6084d2970
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
11 years ago
ilya-lavrenov
968c095403
gpu -> ocl
11 years ago
kdrobnyh
7a7aa148d4
Add IPP support in compare function
11 years ago
Jin Ma
114f3266d8
Removed performance test.
11 years ago
Jin Ma
4f3349ffe4
Added perf namespace.
11 years ago
Jin Ma
0233c4c198
Removed whitespace.
11 years ago
Jin Ma
14e083f1e0
Removed trailing whitespace
11 years ago
Jin Ma
5728612f95
Removed the trailing whitespace
11 years ago
Vadim Pisarevsky
f12702be24
fixed bugs in rectangular morphology case
11 years ago
Vadim Pisarevsky
771feb61c2
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
11 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
11 years ago
ilya-lavrenov
3c86aa4ae1
appended ocl::finish to test_cycle defines
11 years ago
Vladislav Vinogradov
bff0fad6c3
gpu TVL1 Optical Flow optimization:
...
do not calculate sum of error in every round of iteration;
instead the error will be summed every 2nd times or more,
if the previous sum of error is too far away from threshold.
11 years ago
peng xiao
040b3b8265
Remove trailing whitespace.
11 years ago
peng xiao
c74c517ce3
Fix build error.
11 years ago
peng xiao
168d1dc18c
Make some tweaks to make `sum` operations less frequently
11 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
11 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
11 years ago
Vladislav Vinogradov
21c4753fed
used global memory access for up-scaling
11 years ago
Alexander Shishkov
88712d97c6
fix CMake changes
11 years ago
Vladislav Vinogradov
d1f6a23abf
improved texture usage:
...
* use explicit extrapolation only for sub-matrixes
* use built-in interpolation for INTER_NEAREST mode
11 years ago
Vladislav Vinogradov
241cc417f9
added custom implementation for nearest and linear interpolation
11 years ago
Vladislav Vinogradov
3b05acf936
reorganize code for further modifiction
11 years ago
Alexander Shishkov
396f6bb55f
fixed problems with building iOS version
11 years ago
MarkBelmont
cf34b3d65b
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
11 years ago
Vladislav Vinogradov
f826bd8bce
removed NPP implementation
11 years ago
peng xiao
2519a21935
Fix a potential bug of ParallelLoopBodyWrapper::operator(Range)
...
On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler).
This bug is found when running OpenCV's Retina tutorial on 32bit VS2010.
11 years ago
Ilya Lavrenov
6c4ad9b597
fixer error with incorrect condition
11 years ago
Ilya Lavrenov
ec461a2ff0
added a test for ocl::norm
11 years ago
Jin Ma
1e8194fd3c
Optimized mog and mog2, which have much better performance.
11 years ago
Alexander Smorkalov
8aae54b7f4
WindowsRT mode build warning fix.
11 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Alexander Smorkalov
b15addec70
C4447 warning about main function format suppressed.
11 years ago