411 Commits (2124de80a57844a7475165549c5375d340c193fe)

Author SHA1 Message Date
Vadim Pisarevsky 52797a55e2 added support for vector<Mat_<>> in InputArray, OutputArray, split & merge 13 years ago
Vadim Pisarevsky 7a7dae3627 fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918) 13 years ago
Anatoly Baksheev 70f74b70b7 fixed GPU compilation 13 years ago
Anatoly Baksheev ab4025f8de fixed for Kepler 13 years ago
Anatoly Baksheev a79c52a28f updated printCudaDeviceInfo to support Kepler 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Alexander Kapustin 79e2070606 5 functions from addWeighted_func family were Neon Optimized 13 years ago
Andrey Kamaev 8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
Vadim Pisarevsky 866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
Vladislav Vinogradov f65d841d6f fixed several warnings (VS2010, Win64) 13 years ago
Vadim Pisarevsky b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 13 years ago
Vadim Pisarevsky 40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 13 years ago
Alexander Kapustin 3675ef516a 6 functions from Inrange_func family were Neon Optimized 13 years ago
Vladislav Vinogradov 1eebb4506a removed unnecessary CV_EXPORTS 13 years ago
Andrey Kamaev e4303dc96f Fixed build with mingw 4.4.0 13 years ago
Vadim Pisarevsky 9213bba48a wrapped Algorithm class. 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Andrey Kamaev 68aec288c0 Fixed Calc_Hist under 32-bit gcc 13 years ago
Maria Dimashova 423b721d97 fixed AlgorithmInfo::read for read only parameters (thanks to Vadim) 13 years ago
Andrey Kamaev 80516ecbe6 Fixed typo; removed duplicated call 13 years ago
Andrey Kamaev 0fd5a9e965 Probably fixed instability of single-precision floating-point RNG 13 years ago
Alexander Kapustin 9bb6e899f3 12 functions from Norm_func family were Neon Optimized 13 years ago
Andrey Kamaev c4af85043a merged few missed changes from 2.4 to trunk 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Maria Dimashova 9d764b4115 fixed #1795 13 years ago
Andrey Kamaev 97835a8f32 Fixed 9 more build warnings 13 years ago
Marina Kolpakova c0f6e219bb calcCovarMatrix cupport fot std::vectors of cv::Mat (#494) 13 years ago
Andrey Kamaev b756033206 Fixed several warnings on various platforms 13 years ago
Maria Dimashova 74b38e978b fixed kmeans 13 years ago
Andrey Pavlenko 7e06b18144 workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange 13 years ago
Andrey Kamaev cb1565ebc9 Added Android-specific implementation of getNumberOfCPUs 13 years ago
Andrey Pavlenko dccfd79da8 #1783: test and fix for the bug 13 years ago
Andrey Kamaev dcadc4f8fb #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 13 years ago
Andrey Kamaev 1c1c6b98f6 #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration 13 years ago
Vadim Pisarevsky 61c7c441b9 handle single-point sets in kmeans properly 13 years ago
Andrey Kamaev fa7e7e54dc Fixed ugly bug in AlgorithmInfo initialisation order 13 years ago
Vadim Pisarevsky c6a27b3d2f probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases 13 years ago
Andrey Kamaev 7fb694756b Fixed bug in reading zero-size Mat from FileStorage 13 years ago
Vadim Pisarevsky 9ac0d4323d make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors 13 years ago
Vadim Pisarevsky 5e15557155 fixed a few bugs in XML/YAML input/output. 13 years ago
Maria Dimashova 85364ac9b1 fixed Algorithm 13 years ago
Alexander Kapustin 42e0214de5 36 functions of cvtScaleTIPES_func were Neon Optimized 13 years ago
Vadim Pisarevsky ff071d2cf6 added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM) 13 years ago
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 13 years ago
Vadim Pisarevsky 0404b2989e fixed line clipping (ticket #1284) 13 years ago
Vadim Pisarevsky 586ff429ec fixed bug #1318. extended RNG::fill with the optional saturateRange parameter 13 years ago
Marina Kolpakova 32b9bc1d00 fixed bug for #1496 and correctness tests for function CheckRange 13 years ago
Maria Dimashova 84c9990632 fixed cvKMeans2 (#1359) 13 years ago
Maria Dimashova 6636d255f7 fixed iter index in kmeans 13 years ago
Vadim Pisarevsky d62e486b69 avoid empty clusters in k-means in a more elegant way (relates to ticket #7698) 13 years ago