VectorOfObjectDetectionToArray Method |
http://www.emgu.com
Convert the standard vector to an array of ObjectDetection
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic MCvObjectDetection[] ToArray()
Public Function ToArray As MCvObjectDetection()
public:
array<MCvObjectDetection>^ ToArray()
member ToArray : unit -> MCvObjectDetection[]
Return Value
Type:
MCvObjectDetectionAn array of ObjectDetection
See Also