9758 Commits (e0c4936c99bf60f8dbde5982ba6c98786e36d44e)

Author SHA1 Message Date
edgarriba e0c4936c99 Input/Output Arrays (DOES NOT COMPILE) 11 years ago
edgarriba 6eb1426ea2 First version Ransac (DOESN'T COMPILE) 11 years ago
Elena Gvozdeva ce0b808e3c IPP: fixed ipp_matchTemplate 11 years ago
Vladislav Vinogradov f1e44fa5ca fix bug #3678 (cuda::integral failures) 11 years ago
Alexander Mordvintsev dd67ea0210 find -> rindex 11 years ago
Ilya Lavrenov d16e0b377f disabled IPP functions that slower than OpenCV 11 years ago
Ilya Lavrenov f64dfeb222 fix for cv::norm (norm_inf) 11 years ago
Alexander Mordvintsev 120b3a1e77 Work on python wrapped generation automation: 11 years ago
Ilya Lavrenov e2558e5ee5 increased eps to pass tests 11 years ago
Alexander Karsakov 4e7f62fd24 Fixed ipp check for cornerMinEigenVal 11 years ago
Ilya Lavrenov 11b01cd8b9 added ipp threshold inplace 11 years ago
Ilya Lavrenov 19a2495067 fixed IPP related warnings 11 years ago
Vladislav Vinogradov 77275031ab finally fix cv::subtract 11 years ago
Vladislav Vinogradov 629461c836 fix output matrix allocation in cv::subtract 11 years ago
Ilya Lavrenov 3ccaa5294e added OpenCL RGB <-> Luv conversions 11 years ago
Ilya Lavrenov abf905154f cv::fitler2D 11 years ago
Ilya Lavrenov 1ad69aba35 changes sigma in perf tests 11 years ago
Vladislav Vinogradov 4c66614e07 fix cv::subtract function: 11 years ago
Alexander Karsakov f6a8ac2f6c Changed check condition in tests in case ipp disabled. 11 years ago
Elena Gvozdeva 12279e2631 fixed 11 years ago
Elena Gvozdeva e362c3fb38 fixed 11 years ago
PhilLab 4ffeb01cfd Update solvepnp.cpp 11 years ago
Alexander Karsakov eda084e123 Used AutoBuffer instead ippsMalloc 11 years ago
Rok Mandeljc c35fd55b0e Matlab bindings: CMakeLists.txt: use "${LIBRARY_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}" as MEX_LIB_DIR only when compiling with MSVC, otherwise, use only "${LIBRARY_OUTPUT_PATH}" 11 years ago
Rok Mandeljc fa075c50a1 Matlab bindings: fixed the functional template to perform an explicit cast to the type of an input option that is expected. This avoids issues with ternary operator not having the same type in rvalue and lvalue, such as in the case below: 11 years ago
Rok Mandeljc 2d47dd7038 Matlab bindings: added missing compound type declarations from photo module 11 years ago
Michael Vukadinovic c1aee0c312 Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel. 11 years ago
Alexander Alekhin 71f871fafd replaced sanity check condition for stitching perf test 11 years ago
Alexander Karsakov 4ebe76098e Disabled IPP resize for CV_8U 11 years ago
Ilya Lavrenov c80faff42f added cn>1 support to cv::norm (NORM_INF) 11 years ago
vbystricky c9103730b6 Disable ipp integral in IPPICV version 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
Elena Gvozdeva 043b917c7d IPP: cv::dft fixed 11 years ago
Elena Gvozdeva 507ea95265 fixed 11 years ago
Elena Gvozdeva 16629bff4c Added parallel version for DCT_ROWS 11 years ago
Elena Gvozdeva 6880dbfd95 IPP: cv::dct 11 years ago
Ilya Lavrenov 59876cfb34 fixed compilation 11 years ago
Ilya Lavrenov 55bbca2d09 added more types to cv::GaussianBlur 11 years ago
Alexander Karsakov b046210296 Changed epsilon for hog test, because hog detector is sensible to resize accuracy. 11 years ago
Alexander Karsakov 7bd9b2ac26 Added setIppErrorStatus() 11 years ago
vbystricky a13e6ab79f Fix problem with sanity check of transform ecc with ipp resize 11 years ago
Alexander Karsakov 232c37e827 Added ippiComputeThreshold_Otsu to cv::threshold 11 years ago
Alexander Alekhin 7ee1d5f69b ipp: added LUT optimization 11 years ago
Elena Gvozdeva 10d1b3a534 Added parallel version for DFT_ROWS 11 years ago
Alexander Karsakov dc91be86b2 Disabled ippiHoughLine_Region for cv::HoughLines 11 years ago
Alexander Karsakov 5580d08c6e Added setIppErrorStatus() 11 years ago
Ilya Lavrenov 46e8d9d02d cv::copyMakeBorder 11 years ago
Alexander Karsakov 1909978f7d Added ippiHoughProbLine to cv::HoughLinesP 11 years ago