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