| VectorOfVectorOfDMatch Constructor (VectorOfDMatch) |
http://www.emgu.com
Create an standard vector of VectorOfDMatch with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VectorOfVectorOfDMatch(
params VectorOfDMatch[] values
)
Public Sub New (
ParamArray values As VectorOfDMatch()
)
public:
VectorOfVectorOfDMatch(
... array<VectorOfDMatch^>^ values
)
new :
values : VectorOfDMatch[] -> VectorOfVectorOfDMatchParameters
- values
- Type: Emgu.CV.UtilVectorOfDMatch
The initial values
See Also