Operators |
write_measure — Write a measure object to a file.
write_measure( : : MeasureHandle, FileName : )
write_measure writes a measure object that has been created by, e.g., gen_measure_rectangle2 to the file FileName. The measure object is defined by the handle MeasureHandle. The measure object can be read with read_measure. The default HALCON file extension for a measure object is 'msr'.
For an explanation of the concept of 1D measuring see the introduction of chapter 1D Measuring.
Measure object handle.
If the parameters are valid, the operator write_measure returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
gen_measure_rectangle2, gen_measure_arc
1D Metrology
Operators |