Vladislav Vinogradov
8b1f88c40f
updated gpu module API
12 years ago
Vladislav Vinogradov
a938534a7e
restored binary compatibility
12 years ago
Vladislav Vinogradov
e06c3ec7c5
updated OpenGL functionality:
...
* removed OpenGLFuncTab, now extensions are loaded internally
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
12 years ago
Vladislav Vinogradov
aa73bf6079
added gpu optical flow sample
12 years ago
Vladislav Vinogradov
fe2e89df1b
added gpu::HoughLinesP function
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Anatoly Baksheev
389ecbe96d
warnings, renamed Marina's GPU_PERF_TEST_P
12 years ago
Vladislav Vinogradov
41c9377db0
fixed warnings under windows
12 years ago
Vladislav Vinogradov
1a1f454241
updated gpu houghlines sample
12 years ago
Vladislav Vinogradov
da017fbeb9
fast optical flow bm implementation
12 years ago
Vladislav Vinogradov
caf91ac159
new gpu::HoughLinesP implementation
12 years ago
Vladislav Vinogradov
da93a1dab9
fixed build for CARMA platform
12 years ago
Vladislav Vinogradov
aad76090ce
gpu::HoughLinesP
12 years ago
Vladislav Vinogradov
05d842bcd8
a bit more opengl refactoring:
...
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
* fixed indentation in gl_core_3_1
* minor improvments for opengl sample
12 years ago
Vladislav Vinogradov
08fbf667f9
refactored opengl functionality
...
* removed OpenGLFuncTab, now extensions are loaded internally
* renamed GlTexture -> GlTexture2D
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
12 years ago
marina.kolpakova
c3e4a52fbe
soft cascade sample
12 years ago
marina.kolpakova
d65b3e0617
fix warning in CUDA samples
12 years ago
Andrey Kamaev
dad56e202f
Rename sample & tutorial executables
12 years ago
Vladislav Vinogradov
beb377b38c
gpu implementation of Dual TV-L1 Optical Flow
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
f4e33ea0ba
Fix build of samples
12 years ago
Andrey Kamaev
d566c6bc86
Revert "add new version of CommandLineParser. add empty docs"
...
This reverts commit 54a202b3d5
.
Conflicts:
modules/core/doc/command_line_parser.rst
modules/core/include/opencv2/core/core.hpp
modules/core/src/cmdparser.cpp
modules/gpu/perf/main.cpp
modules/gpu/test/main.cpp
modules/ts/src/ts_perf.cpp
12 years ago
Andrey Kamaev
36f912261b
Move gpu sample to gpu folder
12 years ago
AoD314
54a202b3d5
add new version of CommandLineParser. add empty docs
12 years ago
Andrey Kamaev
f2a02feffa
Fix Windows build issues
...
* No /arch:SSE3 in MSVC
* Warnings fixed or suppressed
12 years ago
Vladislav Vinogradov
beb3e6ff18
added GMG_GPU to bgfg_segm sample
12 years ago
Marina Kolpakova
b28b2428f6
changing package layout after 'make install' for Android build
13 years ago
Marina Kolpakova
680a44189c
merged the trunk r8704:8716
13 years ago
Andrey Kamaev
a323da6fd5
Fixed some warnings and install problems on linux
13 years ago
Vladislav Vinogradov
5c19c6cb67
Merged revision(s) 8664 from trunk:
...
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
........
13 years ago
Vladislav Vinogradov
e9e66e5796
added VIBE_GPU (background subtraction) to gpu module
13 years ago
Vladislav Vinogradov
d85ef03a42
added background subtraction sample for gpu module
13 years ago
Vladislav Vinogradov
3a4353f04d
added FGDStatModel, MOG and MOG2 to gpu performance sample
13 years ago
Vladislav Vinogradov
ed8b6c798b
copy 768x576.avi video to sample directory
13 years ago
Andrey Kamaev
e94e5866a1
Fixed mingw build warnings
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Vladislav Vinogradov
2e2bd55729
new implementation of gpu::PyrLKOpticalFlow::dense (1.5 - 2x faster)
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
70166820ea
Merged the trunk r8324:8345
13 years ago
Andrey Kamaev
50ad690993
Merged the trunk till r8291
13 years ago
Vladislav Vinogradov
ef478840af
added message that timings doesn't include data transfer to gpu performance sample (Issue #1846 )
13 years ago
Vladislav Vinogradov
ca57239618
fixed some problems after r8280 (lost code)
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vladislav Vinogradov
a6c261bebd
merged bug fix from r8188 (PyrLKOpticalFlow patch size calculation)
13 years ago
Vladislav Vinogradov
11eacb9d14
Bug #1823 : fixed patch size calculation in PyrLKOpticalFlow
13 years ago
Vladislav Vinogradov
092c1f98f6
fixed build of gpu demos pack
13 years ago
Vladislav Vinogradov
44eaeee865
refactored gpu BruteForceMather (made it similar to BFMatcher)
13 years ago
Vladislav Vinogradov
f65d841d6f
fixed several warnings (VS2010, Win64)
...
added getParams method to VideoWriter_GPU
13 years ago