VectorOfVectorOfDMatch Constructor (MDMatch) |
http://www.emgu.com
Create the standard vector of VectorOfDMatch
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfVectorOfDMatch(
MDMatch[][] values
)
Public Sub New (
values As MDMatch()()
)
public:
VectorOfVectorOfDMatch(
array<array<MDMatch>^>^ values
)
new :
values : MDMatch[][] -> VectorOfVectorOfDMatch
Parameters
- values
- Type: Emgu.CV.StructureMDMatch
[Missing <param name="values"/> documentation for "M:Emgu.CV.Util.VectorOfVectorOfDMatch.#ctor(Emgu.CV.Structure.MDMatch[][])"]
See Also