11029 Commits (53d11f490df21850cd0eda9f71f2253fcfc293c1)

Author SHA1 Message Date
Adrien BAK 53d11f490d whitespace 11 years ago
Adrien BAK 5c98209127 whitespaces 11 years ago
Adrien BAK ee210afc44 white space 11 years ago
Adrien BAK cb76d00f5f precalculate indices 11 years ago
Adrien BAK 419450689b remove unnecessary buffer copies 11 years ago
Adrien BAK b4504639c8 refactor poisson_solver 11 years ago
Adrien BAK 6bfea73716 move calls to ptr<> 11 years ago
Adrien BAK 4a5ea85094 another useless include 11 years ago
Adrien BAK df312a4ffa at<> -> ptr<> 11 years ago
Adrien BAK 5a16de2ef6 .size().width -> cols 11 years ago
Adrien BAK 980496bb0e remove useless include 11 years ago
Adrien BAK d2719ea92f change numerical precision because of architecture discrepancy 11 years ago
Adrien BAK 1c75fa7297 norm -> cvtest::norm 11 years ago
Adrien BAK c6ffa5059d remove useless includes 11 years ago
Adrien BAK 0f0bda9722 factor conditional save 11 years ago
Adrien BAK 11d89ad7c1 coding guidelines 11 years ago
Adrien BAK 53f4f06a15 remove debugging code 11 years ago
Adrien BAK c69016467d replace implementation of dst 11 years ago
Adrien BAK 89e7860572 replace double by float 11 years ago
Adrien BAK ed9f6a3cb4 simplify a line 11 years ago
Adrien BAK e46810eabe this has been submitted to the daily wtf 11 years ago
Adrien BAK 47b01be0a4 replace 8 loops by 2 11 years ago
Adrien BAK b04d06938d replace double* by vector<double> 11 years ago
Adrien BAK a14bfb331d remove logging 11 years ago
Adrien BAK a361cc9479 remove some more useless buffers and rename a bunch of variables 11 years ago
Adrien BAK 61fe623cf1 backport bug fix 11 years ago
Adrien BAK d46c466e20 remove useless buffers 11 years ago
Adrien BAK 89be83e5be rename variables 11 years ago
Adrien BAK b3ddc2b9a7 refactor array_product 11 years ago
Adrien BAK 33c15d6309 rename stuff, adds logging and replace shitty else if chain by switch 11 years ago
Adrien BAK 1f6acc23fa adds header guards + move impl to proper file 11 years ago
Adrien BAK e8c2f2ee3e constness 11 years ago
Adrien BAK 2f046ae873 fix grayscale loading 11 years ago
Adrien BAK 63715a899e fix regressiont ests npr 11 years ago
Adrien BAK ed0eb139cb improve decolor tests 11 years ago
Adrien BAK 0a3aab288a improved cloning test 11 years ago
Vadim Pisarevsky 3b250d6e9c this is trivial change; the main change is in opencv_extra - added regression data for perf tests 11 years ago
Ilya Lavrenov faf91a466c imrpoved output of warp test in case of failure 11 years ago
edgarriba 4071c4e7c9 Updating to c++ interfaces 11 years ago
Ilya Lavrenov af04a85303 fixes for cv::accumulate** 11 years ago
Artur Wieczorek ec93d103b7 Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. 11 years ago
Ilya Lavrenov 5f23d99918 the rest modes of cv::Mat::convertTo 11 years ago
Artur Wieczorek c54928e003 Fixed getting CV_CAP_PROP_FOURCC property value 11 years ago
Artur Wieczorek efd237b8b8 Fixed media type guid for I420 in DShow capture. 11 years ago
Artur Wieczorek de0b46a765 Fixed selecting media type in DShow video capture. 11 years ago
Ilya Lavrenov 4babecf3b0 fixes for cv::addWeighted and cv::Mat::dot 11 years ago
vbystricky 1d280352f4 Add code for print errors of OpenCL kernels runing 11 years ago
Alexander Karsakov a8169f08fc Used checking norm of results for LPSolver accuracy tests 11 years ago
ElenaGvozdeva 75601ccf9e small change in description for Gemm 11 years ago
Ilya Lavrenov 183e378bd0 cv::resize (INTER_LINEAR && INTER_CUBIC) 11 years ago