Click or drag to resize

CudaCascadeClassifierConvert Method

http://www.emgu.com
Converts objects array from internal representation to standard vector.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public Rectangle[] Convert(
	IOutputArray objects
)

Parameters

objects
Type: Emgu.CVIOutputArray
Objects array in internal representation.

Return Value

Type: Rectangle
Resulting array.
See Also