OclInvokeGetPlatformsInfo Method |
http://www.emgu.com
Get all the platform info as a vector
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic static VectorOfOclPlatformInfo GetPlatformsInfo()
Public Shared Function GetPlatformsInfo As VectorOfOclPlatformInfo
public:
static VectorOfOclPlatformInfo^ GetPlatformsInfo()
static member GetPlatformsInfo : unit -> VectorOfOclPlatformInfo
Return Value
Type:
VectorOfOclPlatformInfoThe vector of Platfom info
See Also