VectorOfCvString Constructor (String) |
http://www.emgu.com
Create a VectorOfCvString object from an array of String
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfCvString(
string[] strings
)
Public Sub New (
strings As String()
)
public:
VectorOfCvString(
array<String^>^ strings
)
new :
strings : string[] -> VectorOfCvString
Parameters
- strings
- Type: SystemString
The strings to be placed in this VectorOfCvString
See Also