Name
read_objectread_objectReadObjectReadObject — Read an iconic object.
read_objectread_objectReadObjectReadObjectReadObject reads an iconic object from the file FileNameFileNameFileNameFileNamefileName.
The file must be written in the HALCON Iconic Object format (HOBJ),
which is supported by the operators write_objectwrite_objectWriteObjectWriteObjectWriteObject,
write_imagewrite_imageWriteImageWriteImageWriteImage, and write_regionwrite_regionWriteRegionWriteRegionWriteRegion. See write_objectwrite_objectWriteObjectWriteObjectWriteObject
for more information about the HOBJ format.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of file.
File extension: .hobj
If the parameters are valid, the operator
read_objectread_objectReadObjectReadObjectReadObject returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
write_imagewrite_imageWriteImageWriteImageWriteImage,
write_objectwrite_objectWriteObjectWriteObjectWriteObject
write_objectwrite_objectWriteObjectWriteObjectWriteObject,
write_imagewrite_imageWriteImageWriteImageWriteImage,
read_imageread_imageReadImageReadImageReadImage
Foundation