11226 Commits (f54b80d2c84bc825384d6e29bf38daba511d6a60)

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