VectorOfObjectDetection Constructor (Int32) |
http://www.emgu.com
Create an standard vector of ObjectDetection of the specific size
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfObjectDetection(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfObjectDetection(
int size
)
new :
size : int -> VectorOfObjectDetection
Parameters
- size
- Type: SystemInt32
The size of the vector
See Also