Vladislav Vinogradov
49a4f27d42
removed VIBE implementation
12 years ago
Vladislav Vinogradov
ec52096e30
removed VIBE implementation
12 years ago
Andrey Kamaev
416fb50594
Revert "Merge pull request #836 from jet47:gpu-modules"
...
This reverts commit fba72cb60d
, reversing
changes made to 02131ffb62
.
12 years ago
Vladislav Vinogradov
564f609885
fixed samples compilation
12 years ago
Vladislav Vinogradov
787e56ab5c
disabled gpucodec module on MacOS
12 years ago
Vladislav Vinogradov
ac0f506d0e
split gpuvideo onto gpuoptflow and gpubgsegm
12 years ago
Vladislav Vinogradov
eda124ec32
removed gpuobjdetect module
12 years ago
Vladislav Vinogradov
28b1caa730
gpustereo module for stereo correspondence
12 years ago
Vladislav Vinogradov
fc3730fcc2
gpuwarping module for image warping
12 years ago
Vladislav Vinogradov
508fb6aa5b
renamed gpunvidia -> gpulegacy
12 years ago
Vladislav Vinogradov
a6648b5372
gpuobjdetect module for object detection
12 years ago
Vladislav Vinogradov
b08b9ab83b
gpucalib3d module for camera calibration and stereo correspondence
12 years ago
Vladislav Vinogradov
fc1fa28556
gpuvideo module for video processing
12 years ago
Vladislav Vinogradov
7544ddbfef
gpufeatures2d module 2d for feature detection and matching
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago
Vladislav Vinogradov
229ca0914a
gpunvidia module for NCV & NPP API
12 years ago
Vladislav Vinogradov
84de6ce036
gpufilters module for image filtering
12 years ago
Vladislav Vinogradov
31c8b527c6
gpuarithm module for arithmetics operations on matrices
12 years ago
Vladislav Vinogradov
1b00a3ed54
gpucodec module for video decoding/encoding
12 years ago
Vladislav Vinogradov
54e7c76d99
fixed compilation errors
12 years ago
Andrey Kamaev
8f32902ce6
Minimize usages of legacy C API inside the library
12 years ago
Andrey Kamaev
909d6fcf51
Move legacy part of opencv_contrib to separate header
12 years ago
Andrey Kamaev
5e048d1fa5
Move C API of opencv_objdetect to separate file
...
Also move cv::linemod to own header
12 years ago
Vladislav Vinogradov
ba1a1aecaa
fixed gpu module compilation
12 years ago
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Vladislav Vinogradov
9086efa8e9
fixed warnings
12 years ago
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago
Andrey Kamaev
71e43852ce
Fix MSVC build issues
12 years ago
Vadim Pisarevsky
07e0f7bf59
refactored video module; use the new-style algorithms now
12 years ago
Andrey Kamaev
89356ff16d
Move non-CV functionality from core.hpp to separate utility.hpp header
12 years ago
Vladislav Vinogradov
0a65f2f4af
merged gpunonfree and nonfree module
12 years ago
Vladislav Vinogradov
fd7bf0b766
moved SURF_GPU and VIBE to gpunonfree module
12 years ago
marina.kolpakova
0211843062
merge Detection structure for CPU and GPU soft cascade detectors
12 years ago
Anatoly Baksheev
2bf3104ee5
bugfix in sample to support LBP classifier. To merge to master also.
12 years ago
marina.kolpakova
a476664144
fixed compilation with latest master changes
12 years ago
marina.kolpakova
5120322cea
move gpu version of soft cascade to dedicated module
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Vladislav Vinogradov
ecb2ebfba4
Move opengl iterop code to cv::ogl namespace
...
Fixed issues: #2737 #2848
12 years ago
Vladislav Vinogradov
7a0d6f7733
Super Resolution module
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
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