added gpu RGB<->Lab and BGR<->Luv conversions

This commit is contained in:
Vladislav Vinogradov
2012-07-30 18:24:52 +04:00
parent 051adcb786
commit 79d0dc25f4
4 changed files with 95 additions and 6 deletions

View File

@@ -43,8 +43,6 @@
#ifdef HAVE_CUDA
#include <cuda_runtime_api.h>
using namespace std;
using namespace cv;
using namespace cv::gpu;