VectorOfKeyLinePush Method (MKeyLine) |
http://www.emgu.com
Push an array of value into the standard vector
Namespace:
Emgu.CV.LineDescriptor
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void Push(
MKeyLine[] value
)
Public Sub Push (
value As MKeyLine()
)
public:
void Push(
array<MKeyLine>^ value
)
member Push :
value : MKeyLine[] -> unit
Parameters
- value
- Type: Emgu.CV.LineDescriptorMKeyLine
The value to be pushed to the vector
See Also