Click or drag to resize
VectorOfMatPushTDepth Method (CvArrayTDepth)
http://www.emgu.com
Convert a CvArray to cv::Mat and push it into the vector

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Push<TDepth>(
	CvArray<TDepth> cvArray
)
where TDepth : new()

Parameters

cvArray
Type: Emgu.CVCvArrayTDepth
The cvArray to be pushed into the vector

Type Parameters

TDepth
The type of depth of the cvArray
See Also