mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Using cv::String instead of std::string.
This commit is contained in:
parent
c056e7fc61
commit
ec6f2e1c4d
@ -459,7 +459,7 @@ void openCLExecuteKernel(Context *ctx, const cv::ocl::ProgramEntry* source, Stri
|
||||
openCLExecuteKernel_(ctx, source, kernelName, globalThreads, localThreads, args, channels, depth,
|
||||
build_options);
|
||||
#else
|
||||
std::string data_type[] = { "uchar", "char", "ushort", "short", "int", "float", "double"};
|
||||
String data_type[] = { "uchar", "char", "ushort", "short", "int", "float", "double"};
|
||||
std::cout << std::endl;
|
||||
std::cout << "Function Name: " << kernelName;
|
||||
if(depth >= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user