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 |
marina.kolpakova
|
2c8d11071c
|
minor in license file
|
12 years ago |
Vadim Pisarevsky
|
0d5c694ec4
|
Merge remote-tracking branch 'origin/master'
|
12 years ago |
yao
|
c03ac12fcd
|
Add dft and gemm to ocl module, using AMD's clAmdFft and clAmdBlas libraries
|
12 years ago |
yao
|
7741d585f5
|
Merge branch 'master' of git://code.opencv.org/opencv
|
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 |
Andrey Kamaev
|
fdc48abd18
|
Added ignore for tbb source tarballs
|
12 years ago |
Andrey Kamaev
|
bc227ab075
|
Intermediate files generated by Android toolchain are moved into CMakeFiles subfolder
|
12 years ago |
Alexander Mordvintesv
|
a717b7cbed
|
Merge branch 'master' of code.opencv.org:opencv
|
12 years ago |
Vadim Pisarevsky
|
2013118971
|
new/improved Python samples by Alexander Mordvintsev
|
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
|
505cda43d1
|
Merge branch 'master' of git://code.opencv.org/opencv
|
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 |
Alexander Mordvintesv
|
d9dc02541a
|
Added descriptions to PlaneTracker samples
|
12 years ago |
Alexander Mordvintesv
|
353c69e017
|
created PlaneTracker (int plane_tracker.py), which implements multitarget planar tracking
rewritten feature_homography.py using it
added plane_ar.py - simple augmented reality sample
|
13 years ago |
Alexander Mordvintesv
|
2ea3dd391a
|
Merge branch 'master' of code.opencv.org:opencv
|
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 |
andrey.kamaev
|
5b4297cccf
|
Android CMake toolchain is updated for NDK r8b
|
13 years ago |
Vadim Pisarevsky
|
310b1ad7b9
|
moved parallel_for_ and ParallelLoopBody to core.hpp
|
13 years ago |
Vadim Pisarevsky
|
fd9069422a
|
Merge remote-tracking branch 'origin/master'
|
13 years ago |
yao
|
687d7639a8
|
Merge branch 'master' of git://code.opencv.org/opencv
|
13 years ago |
niko
|
3180bbe3a8
|
Merge branch 'master' of git://code.opencv.org/opencv
|
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 |
Alexander Mordvintesv
|
ffa8c32348
|
work on feature_homography.py: multiple targets
|
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
|
5f2ce22fbf
|
Merge remote-tracking branch 'origin/master'
|
13 years ago |
Vadim Pisarevsky
|
640408ebe7
|
added FAST<5/8> & FAST<7/12> (by Vincent Rabaud)
|
13 years ago |
Alexander Smorkalov
|
d0608c2cd4
|
Shared libraries for native Android camera updated.
|
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 |
Vladislav Vinogradov
|
b43cec3301
|
added gpu::graphcut for float sources (CUDA 5.0)
|
13 years ago |
Vladislav Vinogradov
|
4f99f69a29
|
added gpu alpha premultiplication
|
13 years ago |
Vladislav Vinogradov
|
79d0dc25f4
|
added gpu RGB<->Lab and BGR<->Luv conversions
|
13 years ago |