SURF accuracy test is moved to nonfree

This commit is contained in:
Andrey Kamaev
2013-03-16 19:34:39 +04:00
parent 6846f881a2
commit 1be58f9a00
5 changed files with 46 additions and 45 deletions

View File

@@ -331,7 +331,6 @@ namespace cv
size_t widthInBytes, size_t height, DevMemRW rw_type, DevMemType mem_type)
{
cl_int status;
*dev_ptr = clCreateBuffer(clCxt->impl->clContext, gDevMemRWValueMap[rw_type]|gDevMemTypeValueMap[mem_type],
widthInBytes * height, 0, &status);
openCLVerifyCall(status);