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: 4.1.1.3497 (4.1.1.3497)
Syntax
public void CopyTo(
	CvArray<TDepth> destination
)

Parameters

destination
Type: Emgu.CVCvArrayTDepth
The destination Array
See Also