Convert a MCvBlob to RectangleF

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static implicit operator RectangleF (
	MCvBlob blob
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	blob As MCvBlob _
) As RectangleF
Visual C++
static implicit operator RectangleF (
	MCvBlob blob
)

Parameters

blob
Type: Emgu.CV.Structure..::.MCvBlob
The blob

Return Value

The equivalent RectangleF

See Also