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