luz.paz
|
d05714995c
|
Misc. modules/ cont. pt2
Found via `codespell`
|
7 years ago |
sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
9 years ago |
Alexander Alekhin
|
323e24e3ef
|
change links from samples/python2 to samples/python
|
9 years ago |
StevenPuttemans
|
aea328e326
|
fixing CUDA cascade classifiers function and needed models
|
10 years ago |
Vladislav Vinogradov
|
dccdadc38a
|
fix documentation warnings
|
10 years ago |
Vladislav Vinogradov
|
734212a402
|
refactor CUDA CascadeClassifier
|
10 years ago |
Vladislav Vinogradov
|
8257dc3c1e
|
refactor CUDA HOG algorithm:
use abstract interface with hidden implementation
|
10 years ago |
Vladislav Vinogradov
|
f126f371b2
|
move CUDA object detection algorithms to separate module
|
10 years ago |
Vladislav Vinogradov
|
1d82aecf45
|
minor reorganization for CUDA doxygen groups:
move main CUDA group to modules/core/cuda.hpp
|
10 years ago |
Maksim Shabunin
|
1523fdcc1c
|
Doxygen documentation: more fixes and cleanups
|
10 years ago |
Maksim Shabunin
|
6dcafe0c2d
|
Doxygen documentation: cuda submodules reorganized
|
10 years ago |
Maksim Shabunin
|
ceb6e8bd94
|
Doxygen documentation: cuda
|
10 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
12 years ago |
Vladislav Vinogradov
|
ae94256edc
|
renmaed gpu module -> cuda
|
12 years ago |
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
12 years ago |
Vladislav Vinogradov
|
91dd44e7fa
|
removed compatibility headers
|
12 years ago |
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
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 |
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
|
5d7bbdc837
|
gpu module fixes
|
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
|
cad9518928
|
moved image labeling to gpu module
|
12 years ago |
Vladislav Vinogradov
|
fc3730fcc2
|
gpuwarping module for image warping
|
12 years ago |
Vladislav Vinogradov
|
77aafc2984
|
removed unused includes
|
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
|
d569e72ad4
|
moved mulSpectrums, dft and convolve to gpuarithm
|
12 years ago |
Vladislav Vinogradov
|
c56bdbc1c5
|
moved integral to gpuarithm module
|
12 years ago |
Vladislav Vinogradov
|
10ac854358
|
moved copyMakeBorder to gpuarithm module
|
12 years ago |
Vladislav Vinogradov
|
d08ebfe4d3
|
moved rectStdDev to gpuarithm
|
12 years ago |
Vladislav Vinogradov
|
c2402053b9
|
removed columnSum function (it is a duplicate for reduce)
|
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
|
8d97d9598e
|
updated GPU version of TVL1
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
marina.kolpakova
|
a476664144
|
fixed compilation with latest master changes
|
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 |
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 |
Andrey Kamaev
|
995154d10d
|
Fix binary compatibility of gpu module
|
12 years ago |
Vladislav Vinogradov
|
8b1f88c40f
|
updated gpu module API
|
12 years ago |
Andrey Kamaev
|
9498856b22
|
Fix documentation problems found by check_docs2 script
|
12 years ago |
Vladislav Vinogradov
|
36e42084f0
|
added gpu BM optical flow implementation
|
12 years ago |