Vladislav Vinogradov
|
1652540a1f
|
refactored HoughLines (converted it into Algorithm)
|
12 years ago |
Vladislav Vinogradov
|
48fb8c4f8a
|
refactored gpu::Canny (converted it into Algorithm)
|
12 years ago |
Vladislav Vinogradov
|
fc8476544c
|
switched to Input/Output Array in Histogram Processing
|
12 years ago |
Vladislav Vinogradov
|
9eea9835ab
|
switched to Input/Output Array in Color Processing
|
12 years ago |
Vladislav Vinogradov
|
2932beddcf
|
switched to Input/Output Array in gpuwarping functions
|
12 years ago |
Vladislav Vinogradov
|
98bd401534
|
fix gpu::DeviceInfo compilation under linux
glibc defines major and minor macros
which conflict with gpu::DeviceInfo methods with the same name
|
12 years ago |
hbristow
|
2059972bf7
|
Preparing to rebase
|
12 years ago |
Vladislav Vinogradov
|
be9bb8f18b
|
refactored StereoConstantSpaceBP
|
12 years ago |
Vladislav Vinogradov
|
d0e89337da
|
refactored StereoBeliefPropagation
|
12 years ago |
Vladislav Vinogradov
|
dd6d58f873
|
refactored StereoBM
|
12 years ago |
Vladislav Vinogradov
|
5720eaf354
|
refactored Morphology Filters
|
12 years ago |
Vladislav Vinogradov
|
12ae11e2ff
|
refactored Separable Linear Filters
|
12 years ago |
Vladislav Vinogradov
|
1eedc6c42a
|
refactored Linear Filter
|
12 years ago |
Vladislav Vinogradov
|
8fcef225fb
|
switched to Input/Output Array in reductions operations
|
12 years ago |
Vladislav Vinogradov
|
0c50d0821f
|
switched to Input/Output Array in transpose/flip operations
|
12 years ago |
Vladislav Vinogradov
|
76211709a3
|
refactored VideoReader (convert it to abstract interface)
also refactored VideoSource interface (made it simplier, now it has only 2 abstract methods)
|
12 years ago |
Vladislav Vinogradov
|
e9a74c17f8
|
refactored VideoWriter class (convert it to abstract interface)
|
12 years ago |
Vladislav Vinogradov
|
2dab93c2e8
|
refactored gpu info structures (TargetArchs and DeviceInfo)
now DeviceInfo provides full information about device (from cudaDeviceProp)
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Vladislav Vinogradov
|
ff28bf831f
|
disabled samples with driver api
|
12 years ago |
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 |