Skip to content

HObject🔗

Name🔗

HObject — Represents an instance of an iconic object(-array). Base class for images, regions and XLDs

DestructorFinalizer🔗

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.This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.

 
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.