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.1.0.3408 (4.1.0.3408)
Syntaxpublic Rectangle[] Convert(
IOutputArray objects
)
Public Function Convert (
objects As IOutputArray
) As Rectangle()
public:
array<Rectangle>^ Convert(
IOutputArray^ objects
)
member Convert :
objects : IOutputArray -> Rectangle[]
Parameters
- objects
- Type: Emgu.CVIOutputArray
Objects array in internal representation.
Return Value
Type:
RectangleResulting array.
See Also