VectorOfVectorOfDMatchPush Method (VectorOfVectorOfDMatch) |
http://www.emgu.com
Push multiple values from the other vector into this 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(
VectorOfVectorOfDMatch other
)
Public Sub Push (
other As VectorOfVectorOfDMatch
)
public:
void Push(
VectorOfVectorOfDMatch^ other
)
member Push :
other : VectorOfVectorOfDMatch -> unit
Parameters
- other
- Type: Emgu.CV.UtilVectorOfVectorOfDMatch
The other vector, from which the values will be pushed to the current vector
See Also