yao
|
64e9cf5d75
|
add SURF and HOG to ocl module
|
13 years ago |
Alexander Mordvintesv
|
a2df490914
|
added CV_IN_OUT to img argument of drawing functions
|
13 years ago |
Alexey Spizhevoy
|
8c3984c5ff
|
Refactored the DP based seam finder
|
13 years ago |
Alexander Mordvintesv
|
647b1dd96c
|
comment fixed
|
13 years ago |
Alexander Mordvintesv
|
0998669d26
|
Revert "fixed LshIndex types in its constructor"
This reverts commit 54d68da8e7 .
|
13 years ago |
Alexander Mordvintesv
|
0adf68ae62
|
work on #2100: pyopencv_to functions now can receive argument information through ArgInfo structure. Non-contiguous input numpy arrays are copied. In case of non-contiguous output array the TypeError is thrown.
|
13 years ago |
marina.kolpakova
|
fc8c65ff15
|
HAVE_CUDA macro
|
13 years ago |
marina.kolpakova
|
8e274c886c
|
Greedy Labeling implementation in correctness test
|
13 years ago |
marina.kolpakova
|
e8e7b94443
|
test fix
|
13 years ago |
Vadim Pisarevsky
|
36d3bbff8b
|
added description of FAST 5/8 and FAST 7/12 (by Vincent)
|
13 years ago |
Andrey Kamaev
|
8aa2d6cddc
|
Fix several documentation build warnings
|
13 years ago |
Vadim Pisarevsky
|
4b5f948307
|
added SSE2-optimized 3x3 invert by Grigoriy Frolov
|
13 years ago |
alexey.spizhevoy
|
43d46c0e8b
|
Minor fix in the DP based seam estimator
|
13 years ago |
alexey.spizhevoy
|
7222f2724f
|
Fixed bug
|
13 years ago |
alexey.spizhevoy
|
85d1c463b9
|
Minor changes
|
13 years ago |
alexey.spizhevoy
|
897c2bbd14
|
Added support of 8UC3
|
13 years ago |
alexey.spizhevoy
|
a39bce204d
|
implemented DP-based seam estimation method
|
13 years ago |
Vladislav Vinogradov
|
76d46e20de
|
fixed build with CUDA 4.2
|
13 years ago |
Andrey Kamaev
|
5100ca7508
|
svn repository web references are replaced with links to git
|
13 years ago |
Andrey Kamaev
|
a3527fc4d8
|
Add git support to run.py
|
13 years ago |
Andrey Kamaev
|
1852cb7eab
|
Fix tegra build warnings
|
13 years ago |
Vladislav Vinogradov
|
8624d18ca5
|
new implementation of gpu debayer
* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
|
13 years ago |
Vladislav Vinogradov
|
5ce896d9ee
|
added perf tests for new gpu::cvtColor functions
|
13 years ago |
Vladislav Vinogradov
|
b0461db43f
|
added missed device synchronization
|
13 years ago |
Vladislav Vinogradov
|
7b025474e2
|
added debayer to gpu::cvtColor
|
13 years ago |
marina.kolpakova
|
c0d3adef25
|
intervales for vector type support
|
13 years ago |
marina.kolpakova
|
0bf10c9a47
|
added connectivityMask calculation function
|
13 years ago |
marina.kolpakova
|
a9764dd910
|
fixed not defined macro warningds
|
13 years ago |
marina.kolpakova
|
51433a9331
|
C.C. Labeling: added stream support
|
13 years ago |
marina.kolpakova
|
350621057f
|
connected components labeling
|
13 years ago |
yao
|
c03ac12fcd
|
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
|
13 years ago |
Andrey Kamaev
|
50d13ba5c4
|
Fixed xml name generation in run.py
|
13 years ago |
Andrey Kamaev
|
9981b283a6
|
Fixed build warnings (including error in FAST)
|
13 years ago |
yao
|
7d97e8112a
|
fix bugs in tests, set device for each test case
Signed-off-by: yao <bitwangyaoyao@gmail.com>
|
13 years ago |
yao
|
0db69fbe19
|
Add blend, columnsum, pyrUp/down, matchTemplate for ocl module
|
13 years ago |
Philipp Wagner
|
9db42aca04
|
Issue #2232: Bugfixes for 64bit Python-compability.
|
13 years ago |
Philipp Wagner
|
2c2d6fa5fd
|
Issue #2231: Attempt to fix segfault, when copying labels. LDA needed to be updated to generate the Wrapper correctly.
|
13 years ago |
Evgeny Talanin
|
064d022a4b
|
Set correct path to repo in python tests (changed after migration to git)
|
13 years ago |
Vadim Pisarevsky
|
9c0f556d88
|
fixed a few compile warnings and errors with VS2010.
|
13 years ago |
Vadim Pisarevsky
|
310b1ad7b9
|
moved parallel_for_ and ParallelLoopBody to core.hpp
|
13 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
|
13 years ago |
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
13 years ago |
marina.kolpakova
|
8d73bbb8b7
|
fixed 2228
|
13 years ago |
yao
|
1eedcea58d
|
for test
Signed-off-by: yao <bitwangyaoyao@gmail.com>
|
13 years ago |
Philipp Wagner
|
989631c5cc
|
facerec.cpp: Removed Original LBP wrapper, because it is not in use and therefore generates a warning.
|
13 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.
|
13 years ago |
Vadim Pisarevsky
|
fac3d9994c
|
integrated another portion of SSE optimizations from Grigory Frolov
|
13 years ago |
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
13 years ago |
Alexander Smorkalov
|
f1e3bc850b
|
Warning fix. ifdefs for 4.1.1 added.
|
13 years ago |
Alexander Smorkalov
|
7d63f9f680
|
Android 4.1.1 native camera fix. BufferQueue class is used instaed of Surface texture. Includes in cmake updated.
|
13 years ago |