luz.paz
d05714995c
Misc. modules/ cont. pt2
...
Found via `codespell`
7 years ago
Naba Kumar
27cf6e549e
Merge pull request #8367 from khnaba:cuda-calchist-with-mask
...
Implement cv::cuda::calcHist with mask support (#8367 )
* Implement cuda::calcHist with mask
* Fix documentation build warning
* Have their own step sizes for src and mask. Fix review comment.
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
9 years ago
Oded Green
1a0282df21
CUDA median filtering using histograms
9 years ago
Vladislav Vinogradov
f50a061225
added stream parameter to all cudaimgproc routines
10 years ago
Vladislav Vinogradov
220d937d9a
removed buffered versions of histogram functions
...
used BufferPool mechanism instead
10 years ago
Maksim Shabunin
11591b3e9d
Added Qt help generation support
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
ceb6e8bd94
Doxygen documentation: cuda
10 years ago
Ilya Lavrenov
0c49360318
fixed typo
11 years ago
Vladislav Vinogradov
a0ae602bb7
renamed gpuimgproc -> cudaimgproc
12 years ago
Vladislav Vinogradov
cfe4a71dc6
renamed gpu* source to cuda* in core module
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
7b87d72d80
refactored generalized hough (both CPU and GPU):
...
removed set/get methods from Algorithm (implement owns)
removed GHT_* enumeration
12 years ago
Vladislav Vinogradov
59edad5a00
removed obsolete API
12 years ago
Vladislav Vinogradov
62a5a70cd0
switched to Input/Output Array in bilateralFilter & blendLinear
12 years ago
Vladislav Vinogradov
de56163f97
refactored gpu::matchTemplate (converted it into Algorithm)
12 years ago
Vladislav Vinogradov
1fcc8074bd
switched to Input/Output Array in Mean Shift
12 years ago
Vladislav Vinogradov
70e6dc615a
refactored GoodFeaturesToTrackDetector
12 years ago
Vladislav Vinogradov
d7ff3ad0cf
refactored cornerHarris and cornerMinEigenVal
...
* converted it into Algorithm
12 years ago
Vladislav Vinogradov
ad4d6bed9d
refactored gpu::GeneralizedHough
12 years ago
Vladislav Vinogradov
4087a45e73
refactored HoughCircles (converted it into Algorithm)
12 years ago
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
12ae11e2ff
refactored Separable Linear Filters
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
c0b3424a23
gpuimgproc module fixes
12 years ago
Vladislav Vinogradov
cad9518928
moved image labeling to gpu module
12 years ago
Vladislav Vinogradov
e72ba73e70
moved gpu nlm to photo module
12 years ago
Vladislav Vinogradov
fc3730fcc2
gpuwarping module for image warping
12 years ago
Vladislav Vinogradov
b08b9ab83b
gpucalib3d module for camera calibration and stereo correspondence
12 years ago
Vladislav Vinogradov
e41aea0acf
gpuimgproc module for image processing
12 years ago