Operator Reference
read_measure (Operator)
read_measure
— Read a measure object from a file.
Signature
read_measure( : : FileName : MeasureHandle)
Description
read_measure
reads a measure object, which has
been written with write_measure
from
the file FileName
. The default HALCON file
extension for a measure object is 'msr'. The values
contained in the read measure object are stored in a measure object
with the handle MeasureHandle
.
For an explanation of the concept of 1D measuring see the introduction of chapter 1D Measuring.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
Parameters
FileName
(input_control) filename.read →
(string)
File name.
File extension:
.msr
MeasureHandle
(output_control) measure →
(handle)
Measure object handle.
Result
If the parameters are valid, the operator
read_measure
returns the value 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
Possible Successors
See also
Module
1D Metrology