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