VectorOfOclPlatformInfo Constructor (PlatformInfo) |
http://www.emgu.com
Create an standard vector of OclPlatformInfo with the initial values
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfOclPlatformInfo(
params PlatformInfo[] values
)
Public Sub New (
ParamArray values As PlatformInfo()
)
public:
VectorOfOclPlatformInfo(
... array<PlatformInfo^>^ values
)
new :
values : PlatformInfo[] -> VectorOfOclPlatformInfo
Parameters
- values
- Type: Emgu.CV.OclPlatformInfo
The initial values
See Also