| MCvBlob Conversion (MCvBlob to Rectangle) |
http://www.emgu.com
Convert a MCvBlob to RectangleF
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static explicit operator Rectangle (
MCvBlob blob
)
Public Shared Narrowing Operator CType (
blob As MCvBlob
) As Rectangle
static explicit operator Rectangle (
MCvBlob blob
)
F# does not support the declaration of new casting operators.
Parameters
- blob
- Type: Emgu.CV.StructureMCvBlob
The blob
Return Value
Type:
RectangleThe equivalent RectangleF
See Also