added SURF_GPU.
authorVladislav Vinogradov <no@email>
Mon, 20 Dec 2010 12:49:40 +0000 (12:49 +0000)
committerVladislav Vinogradov <no@email>
Mon, 20 Dec 2010 12:49:40 +0000 (12:49 +0000)
commit0e45a637c4f3d9fdf2d3f27eeb217681b762867a
treee9fed462b32f3a947b03a4829d389da03de10c70
parenta2ace58bb0d83962408c558d92fa6e0e2288b3c4
added SURF_GPU.
added support of CV_32FC1 type to gpu copyMakeBorder.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/brute_force_matcher.cpp
modules/gpu/src/cuda/surf.cu [new file with mode: 0644]
modules/gpu/src/cuda/surf_key_point.h [new file with mode: 0644]
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/precomp.hpp
modules/gpu/src/surf.cpp [new file with mode: 0644]