marina.kolpakova
516a6cc59d
fix bug: depth of resulting tree is less then 2.
12 years ago
yao
65bb4250a4
Fix a bug in addWeighted x64 mode
...
And a potential problem in remap
12 years ago
Artanis
993522598b
Add implementations for Mat::zeros() and Mat::ones()
...
In class Mat, "static MatExpr Mat::zeros(int ndims, const int* sz, int
type)" and "static MatExpr Mat::ones(int ndims, const int* sz, int
type)" are declared but never implemented. That means we can see their
manuals from
"http://docs.opencv.org/modules/core/doc/basic_structures.html " but we
can't use them. Here I tried to finish their implementation.
I have also changed MatOp_Initializer::assign to make it support
multi-dimension Mat.
Test cases are added in test_math.cpp as well.
12 years ago
yao
82b9854837
fix compile warnings
12 years ago
Vadim Pisarevsky
b6efe30527
new API for StereoMatchers
12 years ago
Vadim Pisarevsky
d925879366
reverted dangerous change in _InputArray::size()
12 years ago
Vadim Pisarevsky
374e3a0890
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
12 years ago
Andrey Pavlenko
d18b2c2502
patch -> revision
12 years ago
Andrey Pavlenko
c24d7cc066
adding more version-related variables
12 years ago
Vladislav Vinogradov
f533f0dca9
fixed gpu sanity tests
12 years ago
Andrey Pavlenko
5321da92cb
adding/fixing version suffix for desktop java library on all OSes
12 years ago
yao
f12369a53c
Fix ocl::HOG crash on Intel OCL
12 years ago
yao
f791344810
linux warning fix
12 years ago
yao
504008dbe0
Fix ocl::bruteforcematcher crash on Intel OCL
12 years ago
Vladislav Vinogradov
df456245e7
fixed ffmpeg destination folder for NMake generator
12 years ago
yao
7c1f1d8837
fix bug #2787
12 years ago
yao
69eebdd608
fix the blend crash in some cases
12 years ago
Georgios Evangelidis
f40725bb50
Add ECC algorithm
...
Evangelidis, G.D. and Psarakis E.Z. "Parametric Image Alignment using Enhanced
Correlation Coefficient Maximization", IEEE Transactions on PAMI, vol. 32, no.
10, 2008
12 years ago
Vadim Pisarevsky
11ba220e02
fixed iOS framework compile errors after recent changes
12 years ago
yao
cbff75db9e
fix build errors
12 years ago
Ilya Lavrenov
3eed5d8c72
additional improvements for 32f
12 years ago
Ilya Lavrenov
efad6942e2
some improvements of existing sse3 optimization of bilateral filter in case of 8uc3. Now perf tests take 6120ms instead of previous 7250ms (1.18x speed-up)
12 years ago
Vladislav Vinogradov
7a0d6f7733
Super Resolution module
12 years ago
yao
9ccf27c7f5
add interfaces enable custom oclMat device memory type
12 years ago
yao
dba2ec0539
remove the compile warnings
12 years ago
yao
6df23428af
Add moments function
12 years ago
yao
9ec5333a9b
pyrlk also take advantages of cl_image support detection
12 years ago
yao
da47ccec9c
Put the cl_image support detection in utils
12 years ago
Andrey Kamaev
351ecbbcce
Repair build
12 years ago
Fabrice Silva
eca114ae95
Fix definition of the covariance matrix of derivatives.
12 years ago
Andrey Pavlenko
1c1c3c29c3
fixing eclipse import errors
12 years ago
Andrey Kamaev
4d2c864bea
Add option --with-score to summary.py to automatically classify speedups
...
Legend for new column is:
* FASTER - strong speedup
* faster - spedup is detected but it is unreliable
* <empty> - no change in speed
* slower - slowdown is detected but it is unreliable
* SLOWER - strong slowdown
12 years ago
yao
04faaa9e35
Fix ocl::dft the compile warning on Linux
12 years ago
Alexander Smorkalov
8458f5c489
Android tutorial updated
...
OpenCV version incremented;
New CvCameraViewListener interface description added.
12 years ago
Vladislav Vinogradov
10402c8a85
fixed gpu HoughCircles test
12 years ago
alegarda
0448f240a0
Added constants to gen_java.py
12 years ago
Vladislav Vinogradov
c9868fc01f
fixed warp tests
12 years ago
Vladislav Vinogradov
4f7cfbc26e
fixed gpu bitwise operations with scalars
12 years ago
Vladislav Vinogradov
a138e12a26
refactored gpu perf tests and fixed sanity tests
12 years ago
yao
ea433cc496
remove the device specific logic
12 years ago
yao
62f8b0fc48
Fix ocl::dft error when program end on Linux
12 years ago
yao
0ac7f0d374
Simplify the bind texture logic of interpolate frame function
12 years ago
yao
e3a715882e
fix the mismatch of perf_test, add a performance sample for ocl module
12 years ago
Andrey Kamaev
ab221e94c0
Fix invert under MSVC
12 years ago
Anna Kogan
a9b1c5db78
Added --regressions-only=X-FACTOR option
12 years ago
Vadim Pisarevsky
416432a8e5
replaced tabs with spaces
12 years ago
Vadim Pisarevsky
087537463d
attempt to make the ultimate fix for the failure in Core_Invert.small
12 years ago
Vadim Pisarevsky
25bbcba0ea
fixed Core_MulSpectrums failure
12 years ago
marina.kolpakova
9e5698b967
fix lying assertation and hard-coded shrinkage
12 years ago
Daniil Osokin
cf5e272878
Added multithreaded implementation for RGB to YUV420p color conversion
12 years ago