Alexander Karsakov
|
eda084e123
|
Used AutoBuffer instead ippsMalloc
|
11 years ago |
Alexander Karsakov
|
5580d08c6e
|
Added setIppErrorStatus()
|
11 years ago |
Alexander Karsakov
|
10cb660240
|
Fixed condition
|
11 years ago |
Alexander Karsakov
|
53bc93730c
|
Added suppressing deprecation for ippiMulC_32f_C1IR
|
11 years ago |
Alexander Karsakov
|
7369cfd9ec
|
Added perf test for cornerMinEigenVal
|
11 years ago |
Alexander Karsakov
|
d9556a998f
|
Added ippiMinEigenVal_ to cv::cornerMinEigenVal
|
11 years ago |
Andrey Pavlenko
|
ced81b9121
|
Merge pull request #2594 from arkunze:pullreq/140319-dll-shutdown-fix-b
|
11 years ago |
Andrey Pavlenko
|
e9bc737485
|
Merge pull request #2584 from akarsakov:ipp_threshold
|
11 years ago |
Andrey Pavlenko
|
e6d6a3a85b
|
Merge pull request #2586 from ilya-lavrenov:ipp_disable
|
11 years ago |
Andrey Pavlenko
|
e013f04669
|
Merge pull request #2583 from ilya-lavrenov:ippicv
|
11 years ago |
Andrey Pavlenko
|
96484e1ad7
|
Merge pull request #2592 from ilya-lavrenov:tests
|
11 years ago |
Ilya Lavrenov
|
4a63b3dd90
|
cv2cvtest part2
|
11 years ago |
Alexander Karsakov
|
35494f81ef
|
Added ippiThreshold to cv::threshold
|
11 years ago |
Aaron Kunze
|
629ddf0bf8
|
Resolves bug #3450 (Improperly cleaning up resources in DllMain)
|
11 years ago |
Ilya Lavrenov
|
444ab0ef0d
|
fixed (IppiSize&)sz
|
11 years ago |
Ilya Lavrenov
|
c735594178
|
cv::scaleAdd
|
11 years ago |
Ilya Lavrenov
|
fd3a6f0db7
|
cv::blur
|
11 years ago |
Ilya Lavrenov
|
a624ec167d
|
cv::Mat::convertTo
|
11 years ago |
Ilya Lavrenov
|
b72b256fda
|
cv::pow (added ippiSqr_32f_C1R for power=2)
|
11 years ago |
Ilya Lavrenov
|
b56b9c43dc
|
cv::updateMotionHistory
|
11 years ago |
Ilya Lavrenov
|
77723db034
|
cv::flip
|
11 years ago |
Ilya Lavrenov
|
f2a35d6388
|
cv::boxFilter
|
11 years ago |
Ilya Lavrenov
|
c6f208e1c8
|
cv::medianBlur
|
11 years ago |
Ilya Lavrenov
|
ed1ca00bf6
|
cv::magnitude
|
11 years ago |
Ilya Lavrenov
|
bf860dbb31
|
cv::pow
|
11 years ago |
Ilya Lavrenov
|
49d1691a3e
|
cv::sqrt
|
11 years ago |
Ilya Lavrenov
|
c224cfa628
|
cv::accumulateSquare && cv::acumulateProduct
|
11 years ago |
Ilya Lavrenov
|
2c0c887f70
|
cv::accumulateWeighted
|
11 years ago |
Ilya Lavrenov
|
5ddff235bb
|
cv::polarToCart
|
11 years ago |
Ilya Lavrenov
|
46cb4e0cbc
|
cv::transpose
|
11 years ago |
Ilya Lavrenov
|
f1b38c4198
|
cv::warpPerspective and cv::warpAffine
|
11 years ago |
Ilya Lavrenov
|
e090aa07db
|
disabled some IPP funcs
|
11 years ago |
Andrey Pavlenko
|
5600bc54f4
|
Merge pull request #2585 from ilya-lavrenov:norm
|
11 years ago |
Andrey Pavlenko
|
ac92d4c701
|
Merge pull request #2566 from krodyush:pullreq/140319-PyrLKOpticalFlow
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
Andrey Pavlenko
|
a6ef45aa13
|
Merge pull request #2582 from vbystricky:ipp_fix
|
11 years ago |
vbystricky
|
9828cd6086
|
Remove defined(HAVE_IPP)
|
11 years ago |
vbystricky
|
f23134ce01
|
Add IPP_VERSION_X100 define
|
11 years ago |
Andrey Pavlenko
|
9ec823d800
|
Merge pull request #2538 from ElenaGvozdeva:ipp_async_convert
|
11 years ago |
Elena Gvozdeva
|
f9c5289483
|
fixed
|
11 years ago |
Roman Donchenko
|
6f055d7a76
|
Merge pull request #2580 from SpecLad:merge-2.4
|
11 years ago |
krodyush
|
616ec74beb
|
fix previous merge error
|
11 years ago |
vbystricky
|
7badc85b60
|
Fix for pullrequest comment
|
11 years ago |
vbystricky
|
2d54581971
|
Fix ifdef for IPP version greater 8.1
|
11 years ago |
Andrey Pavlenko
|
f690440533
|
Merge pull request #2568 from vbystricky:ippicv
|
11 years ago |
Roman Donchenko
|
4f2b126b7b
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/version.hpp
modules/core/src/out.cpp
modules/cudaimgproc/test/test_hough.cpp
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/generalized_hough.cpp
modules/nonfree/perf/perf_main.cpp
|
11 years ago |
vbystricky
|
268c0caa7a
|
Fix problems in CMakeLists.txt
|
11 years ago |
vbystricky
|
e8f79d6e1f
|
Fix rebase errors
|
11 years ago |
vbystricky
|
dbdc476b79
|
Check results of ipp function
|
11 years ago |
vbystricky
|
38913bf5f6
|
Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>'
|
11 years ago |