Alexander Alekhin
|
55188fe991
|
world fix
|
11 years ago |
Ilya Lavrenov
|
e8f5c2fcf6
|
OpenCL before IPP
|
11 years ago |
Alexander Alekhin
|
e8d3ebecc7
|
fix IPPDerivSobel condition
|
11 years ago |
Alexander Alekhin
|
b62e59aac0
|
icv: enable functions
|
11 years ago |
Alexander Alekhin
|
5658ba0002
|
icv: update package
|
11 years ago |
vbystricky
|
d9ef5bb5a7
|
Fix compile warnings
|
11 years ago |
vbystricky
|
f52126725f
|
Disable scharr in icv only configuration
|
11 years ago |
vbystricky
|
d97f7da7a9
|
Fix setIppErrorStatus placement
|
11 years ago |
Ilya Lavrenov
|
fe644ede19
|
cv::multiply
|
11 years ago |
Ilya Lavrenov
|
3e173b701e
|
cv::Laplacian
|
11 years ago |
vbystricky
|
650762419c
|
Add setIppErrorStatus()
|
11 years ago |
vbystricky
|
d17f40dc1f
|
Fix error in code
|
11 years ago |
vbystricky
|
32394df42d
|
Add constant border fix call ipp function
|
11 years ago |
vbystricky
|
79384beb60
|
Fix warning
|
11 years ago |
vbystricky
|
160c964e4b
|
Fix error
|
11 years ago |
vbystricky
|
baa6ab1967
|
Change Scharr filter to new ipp functions
|
11 years ago |
Ilya Lavrenov
|
6f9ca3d77c
|
fixed some errors
|
11 years ago |
Ilya Lavrenov
|
ce0941160e
|
added status check
|
11 years ago |
Ilya Lavrenov
|
884b706b3a
|
fixed warning
|
11 years ago |
Ilya Lavrenov
|
ad7f2311c0
|
cv::Laplacian
|
11 years ago |
Alexander Alekhin
|
0d477ffea1
|
ipp: some functions are not available in the ICV package
|
11 years ago |
Ilya Lavrenov
|
e090aa07db
|
disabled some IPP funcs
|
11 years ago |
vbystricky
|
38913bf5f6
|
Change all 'ippStsNoErr==' to '0<=', and all 'ippStsNoErr!=' to '0>'
|
11 years ago |
vbystricky
|
1b3651d8ee
|
Undo changes ipp to ippicv prefix of function names
|
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
|
01a66a2938
|
Prepare codes for ippicv library
|
11 years ago |
Ilya Lavrenov
|
e1efed1914
|
added support of ksize >= 5 to cv::Laplacian
|
11 years ago |
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
11 years ago |
Leszek Swirski
|
9c22d4887c
|
imgproc: IPP compilation fix and minor cleanup
|
12 years ago |
Ilya Lavrenov
|
8fa8b36b42
|
added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API
|
12 years ago |
Ilya Lavrenov
|
036e99d03a
|
fixed ipp-related warnings
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Vadim Pisarevsky
|
06f4a56469
|
converted flood fill, getrectsubpix & cornersubpix to C++
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Vadim Pisarevsky
|
d2613dd9f6
|
added patches by Bram Bolder
|
13 years ago |
Alexander Kapustin
|
1b5903a719
|
Laplacian tegra optimized was added
|
13 years ago |
Andrey Kamaev
|
2f1cd91ff3
|
More performance tests for Sobel and Scharr filters
|
14 years ago |
Vadim Pisarevsky
|
bf19d66bc2
|
re-enabled 16s images in cvSobel & cvLaplace.
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Vladislav Vinogradov
|
79b500eb0d
|
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
|
14 years ago |
Vladislav Vinogradov
|
bf29b16d1d
|
fixed bug in cv::Sobel (ddepth < 0)
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vladimir Dudnik
|
c987b9f180
|
added IPP Sobel and Sharr filters. Also some minor changes.
|
14 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |