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
|
ca474de639
|
made objdetect dependecy for gpunvidia optional
|
12 years ago |
Vladislav Vinogradov
|
e654714973
|
replaced NCV_EXPORTS with CV_EXPORTS
|
12 years ago |
Vladislav Vinogradov
|
ed006a0612
|
added private header to gpunvidia module
|
12 years ago |
Vladislav Vinogradov
|
c2402053b9
|
removed columnSum function (it is a duplicate for reduce)
|
12 years ago |
Vladislav Vinogradov
|
229ca0914a
|
gpunvidia module for NCV & NPP API
|
12 years ago |
Vladislav Vinogradov
|
bc0e563092
|
CV_GPU_TEST_MAIN macros
|
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 |
Andrey Kamaev
|
02131ffb62
|
Merge pull request #828 from tim36272:patch-1
|
12 years ago |
Andrey Kamaev
|
ea280b2c0e
|
Merge pull request #831 from jet47:fix-build
|
12 years ago |
Vladislav Vinogradov
|
54e7c76d99
|
fixed compilation errors
|
12 years ago |
Andrey Kamaev
|
8fdab9f631
|
Merge branch '2.4'
|
12 years ago |
tim36272
|
5ef3ef9c4a
|
Clarified floodfill documentation
Clarified what value floodfill sets pixels in the mask to when FOODFILL_MASK_ONLY is set.
|
12 years ago |
Andrey Kamaev
|
f6848b66d6
|
Merge pull request #826 from pengx17:2.4_canny_clampfix
|
12 years ago |
Andrey Kamaev
|
bf551df4cf
|
Merge pull request #825 from pengx17:2.4_query_cpu_wavesize
|
12 years ago |
Andrey Kamaev
|
974f1f4895
|
Merge pull request #824 from taka-no-me:reduce_c_api_deps
|
12 years ago |
Andrey Kamaev
|
5eff4f8340
|
Merge pull request #822 from taka-no-me:better_cv_enum
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
peng xiao
|
0f7d7100e5
|
Add clamping for y dimension.
|
12 years ago |
peng xiao
|
6f63a5d8d5
|
Let wave_size=1 on CPU.
|
12 years ago |
Andrey Kamaev
|
c02095ae1c
|
Merge pull request #821 from taka-no-me:contributing
|
12 years ago |
Andrey Kamaev
|
4223a59497
|
Merge pull request #809 from taka-no-me:drop_python1
|
12 years ago |
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
12 years ago |
Andrey Kamaev
|
ecf28cc21e
|
Add contributing page for Github
|
12 years ago |
Andrey Kamaev
|
2ae3ab11e3
|
Merge pull request #814 from taka-no-me:gtest_r652
|
12 years ago |
Andrey Kamaev
|
f7641be434
|
Merge pull request #812 from bitwangyaoyao:master_uhp
|
12 years ago |
Andrey Kamaev
|
0df6dc16a5
|
Merge pull request #811 from pengx17:2.4_ocl_bfmatcher_newtype
|
12 years ago |
Andrey Kamaev
|
802d004bbb
|
Fix build issues
|
12 years ago |
Andrey Kamaev
|
6168bf0062
|
Merge pull request #813 from bitwangyaoyao:master_fix
|
12 years ago |
Andrey Kamaev
|
a54a307386
|
Merge pull request #810 from pengx17:master_fix_ocl_tmflag
|
12 years ago |
Andrey Kamaev
|
9deea80b83
|
Update gtest to upstream r652
It is already marked as a gtest 1.7.0
|
12 years ago |
yao
|
2f781a53a9
|
Fix arithm's substract mismatch caused by incomplete merge
|
12 years ago |
yao
|
40d0e0eda0
|
use host data when DEVICE_MEM_UHP is set (the risk of vary align size is owned by users)
|
12 years ago |
Peng Xiao
|
6dd6013546
|
Use a faster way to count 1's (used by Hamming)
|
12 years ago |
Peng Xiao
|
f2dc445412
|
Merge branch '2.4_ocl_bfmatcher_newtype' of https://github.com/pengx17/opencv into 2.4_ocl_bfmatcher_newtype
|
12 years ago |
Peng Xiao
|
6b6b1c9cbf
|
Allow more query/train types for ocl::bfmatcher
|
12 years ago |
Peng Xiao
|
d9de84091c
|
Allow more input query/train types for ocl::bfmatcher
RadiusMatch for HammingDist cannot pass yet.
|
12 years ago |
Peng Xiao
|
1db20099a9
|
Enable runtime type definition in kernels
|
12 years ago |
Peng Xiao
|
fd1528795e
|
Pass query type T into kernel
|
12 years ago |
Peng Xiao
|
63813e83ae
|
Untabify
|
12 years ago |
Peng Xiao
|
6a40383aee
|
Add HammingDist test case
|
12 years ago |
Andrey Kamaev
|
298ccf6487
|
Turn pyopencv_to and pyopencv_from into templates
This protects from unwanted implicit conversions between types at compile time.
|
12 years ago |
Andrey Kamaev
|
8b294c6c90
|
Remove documentation for old python wrapper
|
12 years ago |