ToHImage Method

Galv Coil Eye Label OCR

Halcon..::..ToHImage Method

A helper method to convert an HObject containing an image to an HImage.

Namespace:  Rti.Halcon
Assembly:  GalvCoilEyeLabelOcr (in GalvCoilEyeLabelOcr.exe)

Syntax


public static HImage ToHImage(
	HObject from
)
Public Shared Function ToHImage ( _
	from As HObject _
) As HImage
public:
static HImage^ ToHImage(
	HObject^ from
)

Parameters

from
Type: HObject
The HObject.

Return Value

The HImage.

Examples


HImage imageFromHalconObject = myHObject.ToHImage(); .