gpufeatures2d module 2d for feature detection and matching

This commit is contained in:
Vladislav Vinogradov
2013-04-18 10:26:16 +04:00
parent e41aea0acf
commit 7544ddbfef
27 changed files with 796 additions and 312 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ SET(OPENCV_GPU_SAMPLES_REQUIRED_DEPS opencv_core opencv_flann opencv_imgproc ope
opencv_ml opencv_video opencv_objdetect opencv_features2d
opencv_calib3d opencv_legacy opencv_contrib opencv_gpu
opencv_nonfree opencv_softcascade opencv_superres
opencv_gpucodec opencv_gpuarithm opencv_gpufilters opencv_gpunvidia opencv_gpuimgproc)
opencv_gpucodec opencv_gpuarithm opencv_gpufilters opencv_gpunvidia opencv_gpuimgproc opencv_gpufeatures2d)
ocv_check_dependencies(${OPENCV_GPU_SAMPLES_REQUIRED_DEPS})