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