Name
read_tupleread_tupleReadTupleReadTuple — Read a tuple from a file.
The operator read_tupleread_tupleReadTupleReadTupleReadTuple reads the contents of FileNameFileNameFileNameFileNamefileName and
converts it into TupleTupleTupleTupletuple. The default HALCON file extension for the
tuple is 'tup'. The file has to be generated by write_tuplewrite_tupleWriteTupleWriteTupleWriteTuple.
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of the file to be read.
File extension: .tup
TupleTupleTupleTupletuple (output_control) number(-array) → HTupleHTupleHtuple (real / integer / string) (double / int / long / string) (double / Hlong / HString) (double / Hlong / char*)
Tuple with any kind of data.
If the parameters are correct the operator read_tupleread_tupleReadTupleReadTupleReadTuple
returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised.
fwrite_stringfwrite_stringFwriteStringFwriteStringFwriteString
write_tuplewrite_tupleWriteTupleWriteTupleWriteTuple,
write_imagewrite_imageWriteImageWriteImageWriteImage,
write_regionwrite_regionWriteRegionWriteRegionWriteRegion,
open_fileopen_fileOpenFileOpenFileOpenFile
Foundation