Andrey Kamaev
|
1852cb7eab
|
Fix tegra build warnings
|
12 years ago |
Vladislav Vinogradov
|
8624d18ca5
|
new implementation of gpu debayer
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
|
12 years ago |
Vladislav Vinogradov
|
5ce896d9ee
|
added perf tests for new gpu::cvtColor functions
|
12 years ago |
Vladislav Vinogradov
|
b0461db43f
|
added missed device synchronization
|
12 years ago |
Vladislav Vinogradov
|
7b025474e2
|
added debayer to gpu::cvtColor
|
12 years ago |
marina.kolpakova
|
c0d3adef25
|
intervales for vector type support
|
12 years ago |
marina.kolpakova
|
0bf10c9a47
|
added connectivityMask calculation function
|
12 years ago |
marina.kolpakova
|
a9764dd910
|
fixed not defined macro warningds
|
12 years ago |
marina.kolpakova
|
51433a9331
|
C.C. Labeling: added stream support
|
12 years ago |
marina.kolpakova
|
350621057f
|
connected components labeling
|
12 years ago |
yao
|
c03ac12fcd
|
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
|
12 years ago |
Andrey Kamaev
|
50d13ba5c4
|
Fixed xml name generation in run.py
|
12 years ago |
Andrey Kamaev
|
9981b283a6
|
Fixed build warnings (including error in FAST)
|
12 years ago |
yao
|
7d97e8112a
|
fix bugs in tests, set device for each test case
Signed-off-by: yao <bitwangyaoyao@gmail.com>
|
12 years ago |
yao
|
0db69fbe19
|
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
|
12 years ago |
Philipp Wagner
|
9db42aca04
|
Issue #2232: Bugfixes for 64bit Python-compability.
|
12 years ago |
Philipp Wagner
|
2c2d6fa5fd
|
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
|
12 years ago |
Evgeny Talanin
|
064d022a4b
|
Set correct path to repo in python tests (changed after migration to git)
|
12 years ago |
Vadim Pisarevsky
|
9c0f556d88
|
fixed a few compile warnings and errors with VS2010.
|
12 years ago |
Vadim Pisarevsky
|
310b1ad7b9
|
moved parallel_for_ and ParallelLoopBody to core.hpp
|
12 years ago |
niko
|
8eeacc8cc8
|
performance and bug fix for addWeighted cartToPolar div exp log resize setTo
add channel 3 support
add fast way Between CPU and GPU for the data which is aligned
|
12 years ago |
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
12 years ago |
marina.kolpakova
|
8d73bbb8b7
|
fixed 2228
|
12 years ago |
yao
|
1eedcea58d
|
for test
Signed-off-by: yao <bitwangyaoyao@gmail.com>
|
12 years ago |
Philipp Wagner
|
989631c5cc
|
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
|
12 years ago |
Philipp Wagner
|
4a4f90c406
|
facerec.cpp: Added an exception to the LBP extraction, so now a meaningful exception is thrown if the wrong image type was given. Thanks to Eric Christiansen for reporting.
|
12 years ago |
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
12 years ago |
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
12 years ago |
Alexander Smorkalov
|
f1e3bc850b
|
Warning fix. ifdefs for 4.1.1 added.
|
12 years ago |
Alexander Smorkalov
|
7d63f9f680
|
Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated.
|
12 years ago |
Vladislav Vinogradov
|
b43cec3301
|
added gpu::graphcut for float sources (CUDA 5.0)
|
12 years ago |
Vladislav Vinogradov
|
4f99f69a29
|
added gpu alpha premultiplication
|
12 years ago |
Vladislav Vinogradov
|
79d0dc25f4
|
added gpu RGB<->Lab and BGR<->Luv conversions
|
12 years ago |
Vladislav Vinogradov
|
051adcb786
|
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
|
12 years ago |
Philipp Wagner
|
62a8f6783e
|
FaceRecognizer supports updating a model now. Documentation has been updated to reflect latest changes.
|
12 years ago |
Vadim Pisarevsky
|
b9d7c712f5
|
made countNonZero SSE code SSE2-compliant and portable
|
12 years ago |
niko
|
cf04fed369
|
fix the compilation bugs
|
12 years ago |
Philipp Wagner
|
f29d73fe86
|
Updated the train method to be an InputArrayOfArrays, so the Python wrapper now generates the correct code (and it works).
|
12 years ago |
Philipp Wagner
|
b2deab2175
|
Updated the documentation to (1) reflect the latest changes and (2) answer some questions I were asked.
|
12 years ago |
Philipp Wagner
|
5983f8008f
|
Fixed facerec_eigenfaces.cpp demo sample: it contained hardcoded values, which made wrong element access possible. Fixed unsigned integer/signed integer warnings in facerec.cpp.
|
12 years ago |
Philipp Wagner
|
79b45b1392
|
Bug #2214: Fixed bug, when calling the train method multiple times. The Eigenfaces and Fisherfaces method now re-estimate the model, the LBPH method appends the new data to the existing model.
|
12 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.
|
12 years ago |
Eric Christiansen
|
f08996bd37
|
asserted in LBPH code that images must have a single channel
|
12 years ago |
Sam Bromley
|
8506ce06c1
|
Fix missing remainder of line.
|
12 years ago |
Sam Bromley
|
fd98520d78
|
Protect check of CV_SSE4_2 with #if defined.
|
12 years ago |
Sam Bromley
|
966a652142
|
Fix crash when polling for non-existent Kinects.
If no Kinects are present, crash can result from
stepping beyond end of device list. Now we check
to ensure this does not happen.
|
12 years ago |
Sam Bromley
|
49b55a7245
|
Protect check for _MSC_VER with #if defined.
|
12 years ago |
Anatoly Baksheev
|
acd19fe36c
|
test7
|
12 years ago |
Andrey Pavlenko
|
de90033e93
|
test
|
12 years ago |
Anatoly Baksheev
|
29fee9cab3
|
test2
|
12 years ago |