VectorOfObjectDetectionPush Method |
http://www.emgu.com
Push an array of value into the standard vector
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Push(
MCvObjectDetection[] value
)
Public Sub Push (
value As MCvObjectDetection()
)
public:
void Push(
array<MCvObjectDetection>^ value
)
member Push :
value : MCvObjectDetection[] -> unit
Parameters
- value
- Type: Emgu.CV.StructureMCvObjectDetection
The value to be pushed to the vector
See Also