VectorOfObjectDetection Constructor (MCvObjectDetection) |
http://www.emgu.com
Create an standard vector of ObjectDetection with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfObjectDetection(
MCvObjectDetection[] values
)
Public Sub New (
values As MCvObjectDetection()
)
public:
VectorOfObjectDetection(
array<MCvObjectDetection>^ values
)
new :
values : MCvObjectDetection[] -> VectorOfObjectDetection
Parameters
- values
- Type: Emgu.CV.StructureMCvObjectDetection
The initial values
See Also