vbystricky
|
ee2df645f4
|
Canny uncommented, prefix of ipp function changed. Ipp version of Canny called only for images with one channels
|
11 years ago |
vbystricky
|
9b6feee1a5
|
Change sanity check for perfomance test of dft
|
11 years ago |
vbystricky
|
a6b53489e6
|
Change sanity check for perfomance test of bilateral filter
|
11 years ago |
vbystricky
|
aece433b15
|
Check ippStsNoErr as result of ipp function instead >=0
|
11 years ago |
vbystricky
|
c65e5a1e7b
|
Fix error BGRA2RGBA color convertion by ipp. Uncomment ipp color converstion, which pass tests
|
11 years ago |
vbystricky
|
b3db990daa
|
Remove unused code
|
11 years ago |
vbystricky
|
07e84c635a
|
Remove unused code
|
11 years ago |
vbystricky
|
06434bedfd
|
Change deprecated function ippicviMulC_32f_C1IR to ippicviMulC_32f_C1R. Check results of ipp function, if error was return run opencv branch of code
|
11 years ago |
vbystricky
|
3b03044047
|
Fix warning
|
11 years ago |
vbystricky
|
58de8bc917
|
Change deprecated functions to valid
|
11 years ago |
vbystricky
|
01a66a2938
|
Prepare codes for ippicv library
|
11 years ago |
Maks Naumov
|
8271bd5f14
|
fix condition in CV_OperationsTest::operations1()
|
11 years ago |
Vladislav Vinogradov
|
d822d6f101
|
disable GeneralizedHough tests on gcc 4.7
|
11 years ago |
akrynski
|
1dba47b77b
|
Update crop_face.py
I propose some changes, to automate file cropping
|
11 years ago |
Vladislav Vinogradov
|
f8d922ad3e
|
disable gpu::GeneralizedHough compilation on gcc 4.7
|
11 years ago |
Alexander Karsakov
|
c747426fc1
|
Enabled integer arithmetic for filterSepSinglePass
|
11 years ago |
Andrey Pavlenko
|
271f60ba7a
|
fixing OCL run condition (build program failure for comparison 64F Mat with Scalar)
|
11 years ago |
Alexander Alekhin
|
bfc546d23c
|
enable IPP ICV support
|
11 years ago |
Elena Gvozdeva
|
037ac27ec8
|
Added SharedMatrix
|
11 years ago |
Alexander Karsakov
|
fc10ffefb8
|
Enabled integer arithmetic for row_filter_C1_D0
|
11 years ago |
Alexander Karsakov
|
2cf3a6e26c
|
Fixed error in case corners not found
|
11 years ago |
Alexander Karsakov
|
a3825acee4
|
Small refactoring
|
11 years ago |
Ilya Lavrenov
|
2cd51c04e4
|
fixed condition in cv::FNLM
|
11 years ago |
DeanF
|
48df67a9c5
|
Fixed trailing whitespace
|
11 years ago |
DeanF
|
bdc91c66c9
|
Fixed problem with compilation without HAVE_OPENCL
When compiling without OpenCL, some classes from its namespace are still used in code.
|
11 years ago |
Elena Gvozdeva
|
fa2d79a15b
|
Added IPP Async converters, doc and sample
|
11 years ago |
Alexander Smorkalov
|
e23f7303a6
|
OpenCV version++. OpenCV Manager version++.
|
11 years ago |
Ilya Lavrenov
|
31f864a22b
|
integer cv::resize (INTER_LINEAR && CV_8UC(cn))
|
11 years ago |
Ilya Lavrenov
|
9b9769169f
|
doc typos
|
11 years ago |
Ilya Lavrenov
|
322b15a459
|
compare with scalar (cn > 1)
|
11 years ago |
Ilya Lavrenov
|
7df92bbb77
|
fixed C4505
|
11 years ago |
Alexander Karsakov
|
10a52220f0
|
Added integer arithmetic to sepFilter2D
|
11 years ago |
Ilya Lavrenov
|
c53398a438
|
performance tests for FAST
|
11 years ago |
mlyashko
|
5acd178790
|
copyright fix
|
11 years ago |
Ilya Lavrenov
|
e1efed1914
|
added support of ksize >= 5 to cv::Laplacian
|
11 years ago |
mlyashko
|
4c5de04efb
|
bug fix
|
11 years ago |
Vladislav Vinogradov
|
6d368dc1e7
|
increase epsilon for MOG2::getBackgroundImage test:
it uses float arithmetics
|
11 years ago |
Alexander Karsakov
|
d17142b83d
|
Prototype OCL version of gaussian blur with integer arithmetic
|
11 years ago |
unknown
|
75534a4828
|
Python typdef fixed. Reverted the example to MOG2. Not time to make the command line switch for now.
|
11 years ago |
Andrey Pavlenko
|
3747d2643f
|
Revert pull request #1929 from @alalek "ocl: added workaround into Haar kernels"
This reverts commit 3dcddad88a .
Conflicts:
modules/ocl/src/opencl/haarobjectdetect.cl
|
11 years ago |
Andrey Pavlenko
|
7d82171af4
|
- fix test
|
11 years ago |
Andrey Pavlenko
|
e6e817e613
|
Revert "Merge pull request #1779 from perping:integral_2.4"
This reverts commit 54ea5bbac7 , reversing
changes made to 28e0d3d771 .
|
11 years ago |
Koji Miyazato
|
1ab8060b62
|
corrected some style errors found by review.
|
11 years ago |
Alexander Smorkalov
|
d17740ec87
|
Bug #3553 JavaCameraView frame format and cvtColor format inconsistency fixed.
|
11 years ago |
Nicolas Gryman
|
da34f1d58c
|
added jpeg with optimized coding support.
|
11 years ago |
JinoBetti
|
91511c1521
|
Update out.cpp
Fixed a bug with the cv::format(cv::Mat, ...) method for matrices with only one row
see http://answers.opencv.org/question/21201/cvformat-does-not-format-the-way-it-should/?answer=23945#post-id-23945 for details
|
11 years ago |
mlyashko
|
4b71921526
|
both tests by picture and rand mat
|
11 years ago |
Martin Jul
|
a1798cb28e
|
Fixed typo in BFMatcher in docs.
|
11 years ago |
Ilya Lavrenov
|
80df44bd75
|
doc fix
|
11 years ago |
Alexander Karsakov
|
4ceaf44fa0
|
Fixed incorrect calculation of best_disp
|
11 years ago |