HObject🔗
Name🔗
HObject — Represents an instance of an iconic object(-array). Base class for images, regions and XLDs
Destructor🔗
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
ClearObj |
Delete an iconic object from the HALCON database. |
Methods🔗
CompareObj |
Compare iconic objects regarding equality. |
ConcatObj |
Concatenate two iconic object tuples. |
CopyObj |
Copy an iconic object in the HALCON database. |
CountObj |
Number of objects in a tuple. |
DeserializeObject |
Deserialize a serialized iconic object. |
DispObj |
Displays image objects (image, region, XLD). |
GenEmptyObj |
Create an empty object tuple. |
GetChannelInfo |
Information about the components of an image object. |
GetObjClass |
Name of the class of an image object. |
InsertObj |
Insert objects into an iconic object tuple. |
IntegerToObj |
Convert an “integer number” into an iconic object. |
ObjDiff |
Calculate the difference of two object tuples. |
ObjToInteger |
Convert an iconic object into an “integer number.” |
ReadObject |
Read an iconic object. |
RemoveObj |
Remove objects from an iconic object tuple. |
ReplaceObj |
Replaces one or more elements of an iconic object tuple. |
SelectObj |
Select objects from an object tuple. |
SerializeObject |
Serialize an iconic object. |
TestEqualObj |
Compare image objects regarding equality. |
WriteObject |
Write an iconic object. |