Halcon Methods

Galv Coil Eye Label OCR

Halcon Methods

The Halcon type exposes the following members.

Methods


  Name Description
Public method Static member ConvexHull
Returns the convex hull from a collection of XLD contours.
Public method Static member HCopy(HImage, HImage%)
A helper method to ensure that a HALCON HImage is correctly disposed when assigned a new value.
Public method Static member HCopy(HRegion, HRegion%)
A helper method to ensure that a HALCON HRegion is correctly disposed when assigned a new value.
Public method Static member HCopy(HXLD, HXLD%)
A helper method to ensure that a HALCON HXLD is correctly disposed when assigned a new value.
Public method Static member HCopy(HXLDCont, HXLDCont%)
A helper method to ensure that a HALCON XLD Contour is correctly disposed when assigned a new value.
Public method Static member IsValid(HObject)
Determines whether the specified halcon object, image, xld or region is not null and is initialized.
Public method Static member IsValid(HDevProgram)
Returns true if ... is valid.
Public method Static member IsValid(HDevProgramCall)
Returns true if ... is valid.
Public method Static member IsValid(HDevProcedure)
Returns true if ... is valid.
Public method Static member IsValid(HDevProcedureCall)
Returns true if ... is valid.
Public method Static member ToHimage
Converts a bitmap to a Halcon image.
Public method Static member ToHImage
A helper method to convert an HObject containing an image to an HImage.
Public method Static member ToHRegion
A helper method to convert an HObject containing a region to an HRegion.
Public method Static member ToHXLDCont
A helper method to convert an HObject containing an XLD contour to an HXLDCont.
Public method Static member ToHXLDPara
A helper method to convert an HObject containing parallel polygons to an HXLDPara.
Public method Static member ToHXLDPoly
A helper method to convert an HObject containing a polygon to an HXLDPoly.
Public method Static member ToTypedString(HTuple)
A helper method to convert an HTuple to an appropriate string format.
Public method Static member ToTypedString(HTupleElements)
A helper method to convert an HTupleElements to an appropriate string format.