Vadim Pisarevsky
|
7c13dc6cb3
|
little fix in command line parser - catch unknown parameter types
|
12 years ago |
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 |
Vadim Pisarevsky
|
959674618f
|
restored SSE2 and added AVX optimization of the old haar face detector
|
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 |
Vadim Pisarevsky
|
0bd68a70f1
|
fixed #2297, #2300; fixed several warnings
|
12 years ago |
Anatoly Baksheev
|
70204a8e68
|
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
|
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 |
Andrey Pavlenko
|
c42c3ebc9c
|
duplicating cv::error() message to Android logcat
|
13 years ago |
Andrey Pavlenko
|
1995b1a06c
|
duplicating cv::error() message to Android logcat
|
13 years ago |
Vadim Pisarevsky
|
4b5f948307
|
added SSE2-optimized 3x3 invert by Grigoriy Frolov
|
13 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
Optimization introduced in b782d8bb only works for 64-bit builds, but
ifdef failed to check for this.
|
13 years ago |
Sam Bromley
|
fd98520d78
|
Protect check of CV_SSE4_2 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
|
66aff45e96
|
fixed #2130
|
13 years ago |
Andrey Kamaev
|
d4df1e0b5c
|
Merged the trunk r8887, r8891, r8314
|
13 years ago |
Andrey Kamaev
|
565a8dc30d
|
Fixed automatic temporary files cleaning with run.py on Windows
|
13 years ago |
Andrey Kamaev
|
b368f99d03
|
Merged the trunk r8852:8880
|
13 years ago |
Vadim Pisarevsky
|
562838e0b5
|
partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter)
|
13 years ago |
Andrey Kamaev
|
27c23b557c
|
Merged few small fixes from 2.4 branch
|
13 years ago |
Andrey Kamaev
|
17fd1c7c61
|
Merged recent changes from trunk - 8833,8848,8850
|
13 years ago |
Vadim Pisarevsky
|
82cb2ab556
|
fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
b156e2f7ed
|
added FREAK (by Kirell Benzi, Raphael Ortiz, Alexandre Alahi and Pierre Vandergheynst)
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Marina Kolpakova
|
6cca6a4548
|
merged the trunk r8669:8702
|
13 years ago |
Marina Kolpakova
|
150aeee58f
|
merged iOS framework from the trunk
|
13 years ago |
Andrey Kamaev
|
e4965b143f
|
Fixed discrepancy between SSE and regular baranches in FREAK
|
13 years ago |
Vadim Pisarevsky
|
d60b1f2f82
|
fixed bug #2106; added test
|
13 years ago |
Andrey Kamaev
|
f09ae32796
|
Fixed Mat::isContinuous for big matrix (thanks to Boris Mansencal) #2103
|
13 years ago |
Andrey Kamaev
|
0f8e271509
|
Fixing iOS detection in core persistence
|
13 years ago |
Andrey Kamaev
|
dd7eeea118
|
Fixing cv::tempfile on Windows #2093
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Marina Kolpakova
|
1365e28a54
|
initial support of GPU LBP classifier: added new style xml format loading
|
13 years ago |
Andrey Kamaev
|
25f70e691a
|
Fixed warnigs from zlib defines
|
13 years ago |
Andrey Kamaev
|
f6ef504ef0
|
Fixed few more warnings/bugs.
|
13 years ago |
Andrey Kamaev
|
7dcbf32532
|
Fixed WString related build problem in Android build
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |