52 Commits (b1a8e4f760f9acf2b2f0b289c93f853e88a25795)

Author SHA1 Message Date
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Alexander Karsakov 07d57db91c Fixed calculation of l_stack_size 11 years ago
Alexander Karsakov a48c1c8248 Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory. 11 years ago
VBystricky 9ee0789174 Fix issues 11 years ago
vbystricky e75cd74f5a Optimize OpenCL version of Laplacian filter for kernel size great than 3 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
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 11 years ago
Ilya Lavrenov 8fa8b36b42 added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API 11 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 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