1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

gpuarithm module for arithmetics operations on matrices

This commit is contained in:
Vladislav Vinogradov
2013-04-17 17:39:17 +04:00
parent 1b00a3ed54
commit 31c8b527c6
64 changed files with 6425 additions and 4476 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_gpucodec opencv_gpuarithm)
ocv_check_dependencies(${OPENCV_GPU_SAMPLES_REQUIRED_DEPS})