1416 Commits (699eda46b6278a6aeb6a9c58cbb605387b8a0075)

Author SHA1 Message Date
Vadim Pisarevsky 0598f33a85 refactored command line parser, fixed the docs 12 years ago
AoD314 54a202b3d5 add new version of CommandLineParser. add empty docs 12 years ago
Vsevolod Glumov 037e3ee288 Fixed some minor formatting issues in 'old_basic_structures' and 'operations_on_arrays'. 12 years ago
Vsevolod Glumov 3d072dce02 Revert "Another batch of fixed 'undocumented parameter' warnings in 'operations_on_arrays.rst'." 12 years ago
Vsevolod Glumov 907a9101eb Another batch of fixed 'undocumented parameter' warnings in 'operations_on_arrays.rst'. 12 years ago
Andrey Kamaev bcd0aefbca Fix gcc build errors and warnings 12 years ago
Vsevolod Glumov 16717a8641 Partially cleaned 'operations_on_arrays' section of undocumented parameters. 12 years ago
Vadim Pisarevsky 959674618f restored SSE2 and added AVX optimization of the old haar face detector 12 years ago
Vadim Pisarevsky e17b70e533 updated documentation with the new PCA functionality 12 years ago
Kevin 93155c6ae0 Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated 12 years ago
Vadim Pisarevsky a74a2302aa fixed bug #2331 12 years ago
Vsevolod Glumov ce4ac2d74a Cleaned 'old_basic_structures' of undocumented parameters. 12 years ago
Vincent Rabaud f56432559e add conversion from/to Matx 12 years ago
Vadim Pisarevsky 0bd68a70f1 fixed #2297, #2300; fixed several warnings 12 years ago
Vsevolod Glumov c78884c780 Improved 'Operations on Arrays" section of 'Core' module documentation. 12 years ago
Andrey Kamaev 639bbec44a svn repository web references are replaced with links to git 12 years ago
Anatoly Baksheev 70204a8e68 Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now 12 years ago
Vincent Rabaud 1baf5209c4 fix the compile bug 12 years ago
Vsevolod Glumov fc307c87dc Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions. 12 years ago
Anatoly Baksheev d395bf1522 minor fix in FindTBB 12 years ago
Vladislav Vinogradov da5aaab277 optimized gpu::integral for Kepler 12 years ago
Vadim Pisarevsky 8efb84b5a4 added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232) 12 years ago
marina.kolpakova 66eb96d719 minor warning fix 12 years ago
Andrey Kamaev 8e2258c494 Fix Windows build after commit:41b6d25 12 years ago
Andrey Kamaev ff3aa6cbe1 Fix Android build after commit:41b6d25 12 years ago
Vadim Pisarevsky ec8f926686 small correction for the previous patch in parallel.cpp 12 years ago
Vadim Pisarevsky 41b6d25bdd added cross-platform Mutex implementation; enable platform-native (GDC/Concurrency) parallel_for_ implementation when TBB is not installed. 12 years ago
Andrey Kamaev b0927397e9 #2225 Rename getConvertData to getConvertElem to match the headers and documentation 12 years ago
Vladislav Vinogradov 7928cec670 added linesAccumGlobal kernel 12 years ago
Daniil Osokin 45c49a9088 Added perf test 12 years ago
Daniil Osokin 39d6adea17 Added perf test 12 years ago
Andrey Pavlenko c42c3ebc9c duplicating cv::error() message to Android logcat 12 years ago
Andrey Pavlenko 1995b1a06c duplicating cv::error() message to Android logcat 12 years ago
Alexander Mordvintesv a2df490914 added CV_IN_OUT to img argument of drawing functions 12 years ago
Vadim Pisarevsky 4b5f948307 added SSE2-optimized 3x3 invert by Grigoriy Frolov 12 years ago
Andrey Kamaev 5100ca7508 svn repository web references are replaced with links to git 12 years ago
Vadim Pisarevsky 310b1ad7b9 moved parallel_for_ and ParallelLoopBody to core.hpp 13 years ago
Ilya Lavrenov 27c2aa3a4e parallel version of bilateral filter was implemented using parallel_for_ 13 years ago
Vadim Pisarevsky fac3d9994c integrated another portion of SSE optimizations from Grigory Frolov 13 years ago
Vadim Pisarevsky b9d7c712f5 made countNonZero SSE code SSE2-compliant and portable 13 years ago
Josh Doe f1690557bf core/stat: fix build with 32-bit 13 years ago
Sam Bromley fd98520d78 Protect check of CV_SSE4_2 with #if defined. 13 years ago
Sam Bromley 49b55a7245 Protect check for _MSC_VER with #if defined. 13 years ago
Maria Dimashova 6b7470f683 fixed gcc compilation 13 years ago
Vadim Pisarevsky b782d8bb53 integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov 13 years ago
Marina Kolpakova 33d95642d3 fixed documentation missmatch for polylines function 13 years ago
Marina Kolpakova 66aff45e96 fixed #2130 13 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Andrey Kamaev a66cd5698a Merged the trunk 8892,8894,8898 13 years ago
Vadim Pisarevsky a1bc11c429 fixed typo in minMaxIdx description (ticket #2081) 13 years ago