Miroslav Benes
5b1fd739d9
Add Triangle thresholding algorithm
...
Add Triangle method for automatic threshold computation next to the existing
Otsu's method. Triangle deals better with images whose histogram does not
contain dominant peak.
See paper Zack GW, Rogers WE, Latt SA.: Automatic measurement of sister
chromatid exchange frequency. J Histochem Cytochem. 1977 Jul;25(7):741-53.
11 years ago
Alexander Alekhin
55188fe991
world fix
11 years ago
Andrey Pavlenko
724f5e7f19
Don't build CUDA modules stubs by default (use `-DBUILD_CUDA_STUBS=ON` if need them)
11 years ago
Vladislav Vinogradov
f1e44fa5ca
fix bug #3678 (cuda::integral failures)
11 years ago
Vladislav Vinogradov
8ed47c01b7
used new device layer for cv::cuda::norm
12 years ago
Vladislav Vinogradov
23cc31e041
used new device layer for cv::cuda::LUT
12 years ago
Vladislav Vinogradov
06f07944c8
removed dependecy from cudalegacy
12 years ago
Vladislav Vinogradov
7839dbd2c4
used new device layer for cv::gpu::integral
12 years ago
Vladislav Vinogradov
224f18b06c
bitwise operation optimization
12 years ago
Vladislav Vinogradov
eb449968b6
removed unroll_detail.hpp
12 years ago
Vladislav Vinogradov
1ef211b889
used new device layer for cv::gpu::reduce
12 years ago
Vladislav Vinogradov
31a7814395
used new device layer for cv::gpu::countNonZero
12 years ago
Vladislav Vinogradov
020624c481
used new device layer for cv::gpu::minMaxLoc
12 years ago
Vladislav Vinogradov
3fb9c52272
cast to reference
12 years ago
Vladislav Vinogradov
045a856c24
used new device layer for cv::gpu::minMax
12 years ago
Vladislav Vinogradov
b705e0d886
used new device layer for cv::gpu::sum
12 years ago
Vladislav Vinogradov
e820c5c65f
used new device layer for cv::gpu::mulSpectrums
12 years ago
Vladislav Vinogradov
3f62e78592
used new device layer for cv::gpu::copyMakeBorder
12 years ago
Vladislav Vinogradov
7b3bbcea71
used new device layer for cv::gpu::transpose
12 years ago
Vladislav Vinogradov
6dbb32a05d
switched to new device layer in split/merge
12 years ago
Vladislav Vinogradov
3ab7f4b26a
removed arithm_func_traits.hpp
12 years ago
Vladislav Vinogradov
7c8c836a7b
switched to new device layer in polar <-> cart
12 years ago
Vladislav Vinogradov
5522f43b18
used new device layer for cv::gpu::threshold
12 years ago
Vladislav Vinogradov
e83be009a3
used new device layer for cv::gpu::addWeighted
12 years ago
Vladislav Vinogradov
c7a3a7d4d9
switched to new device layer in min/max
12 years ago
Vladislav Vinogradov
b11cccaaca
switched to new device layer in bitwize operations
12 years ago
Vladislav Vinogradov
fdfffa5291
fixed warnings
12 years ago
Vladislav Vinogradov
ef9917ecf1
used new device layer for cv::gpu::compare
12 years ago
Vladislav Vinogradov
43e811118b
fixed assertion
12 years ago
Vladislav Vinogradov
766d950ff3
used new device layer in math per element operations
12 years ago
Vladislav Vinogradov
7628e57fc6
used new device layer for cv::gpu::absdiff
12 years ago
Vladislav Vinogradov
574ff47146
used new device layer for cv::gpu::divide
12 years ago
Vladislav Vinogradov
e7dba695b3
used new device layer for cv::gpu::multiply
12 years ago
Vladislav Vinogradov
156f86ea0b
used new device layer for cv::gpu::subtract
12 years ago
Vladislav Vinogradov
9c5da2ea22
used new device layer for cv::gpu::add
12 years ago
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
12 years ago
Vladislav Vinogradov
429bfad225
removed precomp.cpp files
12 years ago
Vladislav Vinogradov
cbe437571e
fixed docs
12 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
3c34b24f1f
replaced gpu->cuda in files names
12 years ago
Vladislav Vinogradov
ae94256edc
renmaed gpu module -> cuda
12 years ago
Vladislav Vinogradov
dcd600cc47
renamed gpuarithm -> cudaarithm
12 years ago