Add ocl::PlatformName to ocl::Info.

This commit is contained in:
peng xiao
2013-04-25 15:00:50 +08:00
parent 416fb50594
commit bb4b410512
3 changed files with 14 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ namespace cv
void release();
Info &operator = (const Info &m);
std::vector<String> DeviceName;
String PlatformName;
};
//////////////////////////////// Initialization & Info ////////////////////////
//this function may be obsoleted