555 Commits (ddca47040b01ae7fff0f6028fbc1acb3f3f1e0d4)

Author SHA1 Message Date
Alexander Shishkov 74786075e3 test commit 13 years ago
Alexander Shishkov 80a4157f11 test commit 13 years ago
Andrey Kamaev 834a0b518c Trunk OpenCV version is set to 2.4.9 13 years ago
Andrey Kamaev 1a572c8e89 Added test for #1997; fixed build warnings 13 years ago
Vadim Pisarevsky 17d9509e31 changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()" 13 years ago
Vadim Pisarevsky 74882fe188 replaced "string FileStorage::release()" with 2 methods to preserve backward compatibility. 13 years ago
Andrey Kamaev a20248977c Documentation: fixed class/struc members documentation; added warning on incorrectly documented member 13 years ago
Andrey Kamaev 40e8d08e8d Added check for trailing semicolon to rst parser; fixed few documentation build warnings 13 years ago
Andrey Kamaev 05de6302fd Fixed documentation: corrected parameter names 13 years ago
Vladislav Vinogradov 67b718f1cb fixed some bugs in gpu module under Windows: 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Vadim Pisarevsky bc929a7d46 added API for storing OpenCV data structures to text string and reading them back 13 years ago
Andrey Kamaev 18a8721f49 Small fixes for documentation checking script 13 years ago
Andrey Kamaev 78329b0dfe New bunch of documentation fixes 13 years ago
Andrey Kamaev 71625ad458 Fixed more documentation & source discrepancies 13 years ago
Andrey Kamaev eb2f1f81ed Fixed hundreds of documentation problems 13 years ago
Andrey Kamaev 9d73b5f510 Added test for #914 13 years ago
Alexander Shishkov a71e690b5e temp commit 13 years ago
Alexander Shishkov 3165b22a97 temp commit 13 years ago
Alexander Shishkov 2ac9338f87 temp commit 13 years ago
Vadim Pisarevsky 513080ea12 some more fixes in Algorithm methods declarations 13 years ago
Vadim Pisarevsky 5cc4d23d1e fixed description of cv::invert() (ticket #1972) 13 years ago
Vadim Pisarevsky 01169ec826 fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972) 13 years ago
Andrey Kamaev 3108423a37 Fixed assert placement in cv::invert 13 years ago
Vadim Pisarevsky fd68cc768a fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) 13 years ago
Maria Dimashova 28297c0224 fixed Mat::diag (#1939) 13 years ago
Andrey Kamaev 0ba3236ce0 Fixed Algorithm usage example #1904 13 years ago
Andrey Kamaev 5f9e295adf Added test and workaround for #1942 13 years ago
Andrey Kamaev 3ec3c59197 Updated sanity threshold for convertTo perf test 13 years ago
Andrey Kamaev 8408499c94 Updated dot profuct function table 13 years ago
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
Vadim Pisarevsky e794622776 propagated 2 fixed from 2.4 to trunk 13 years ago
Anatoly Baksheev a79c52a28f updated printCudaDeviceInfo to support Kepler 13 years ago
Andrey Kamaev 3a1f85d4e8 Remerged the 2.4.0 branch 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
Alexander Kapustin 3e899f6fd7 File perf_addWeited.cpp added 13 years ago
Vladislav Vinogradov f65d841d6f fixed several warnings (VS2010, Win64) 13 years ago
Alexander Kapustin 3675ef516a 6 functions from Inrange_func family were Neon Optimized 13 years ago
Alexander Kapustin 0094b468e6 Fail perf_inRange.cpp added 13 years ago
Vladislav Vinogradov 1eebb4506a removed unnecessary CV_EXPORTS 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
Alexander Kapustin 42e0214de5 36 functions of cvtScaleTIPES_func were Neon Optimized 13 years ago
Alexander Shishkov 66fd36f79e changed version to 2.4 13 years ago
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 13 years ago
Andrey Kamaev 1af9b8ecab Applied patch from #1133 13 years ago
Vadim Pisarevsky 0404b2989e fixed line clipping (ticket #1284) 13 years ago