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
Ievgen Khvedchenia
5848e75168
Clean-up from unused utils.h/utils/cpp
11 years ago
Ievgen Khvedchenia
17f305140b
Added unit-tests for KAZE and AKAZE features
11 years ago
Ievgen Khvedchenia
137ff7eccb
Added KAZE and AKAZE wrappers
11 years ago
Ievgen Khvedchenia
703e012a5b
Prepare KAZE and AKAZE sources for integration
11 years ago
Ievgen Khvedchenia
7a59435490
KAZE and AKAZE integration initial commit
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
Tony
7f671406db
Use GTK_VERSION_MAJOR to switch between GTK+ version two and three
...
specific code. As a result of this, HAVE_GTK3 no longer needs to be
exposed.
The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the
method used by HAVE_QT and HAVE_QT5.
On branch gtk3
Changes to be committed:
modified: CMakeLists.txt
modified: cmake/OpenCVFindLibsGUI.cmake
modified: cmake/templates/cvconfig.h.in
modified: modules/highgui/src/window.cpp
modified: modules/highgui/src/window_gtk.cpp
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
Alexander Alekhin
eeed9ce247
perf report: summary.py: added custom --regressions map
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