CvBlob Conversion (CvBlob to IntPtr) |
http://www.emgu.com
Implicit operator for IntPtr
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static implicit operator IntPtr (
CvBlob obj
)
Public Shared Widening Operator CType (
obj As CvBlob
) As IntPtr
static implicit operator IntPtr (
CvBlob^ obj
)
F# does not support the declaration of new casting operators.
Parameters
- obj
- Type: Emgu.CV.CvbCvBlob
The CvBlob
Return Value
Type:
IntPtrThe unmanaged pointer for this object
See Also