Click or drag to resize
CvArrayTDepthCopyTo Method
http://www.emgu.com
Copy the current array to destination

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void CopyTo(
	CvArray<TDepth> destination
)

Parameters

destination
Type: Emgu.CVCvArrayTDepth
The destination Array
See Also