Skip to content

write_deformable_modelWriteDeformableModelWriteDeformableModelwrite_deformable_modelT_write_deformable_model🔗

Short description🔗

write_deformable_modelWriteDeformableModelWriteDeformableModelwrite_deformable_modelT_write_deformable_model — Write a deformable model to a file.

Signature🔗

write_deformable_model( deformable_model ModelID, filename.write FileName )void WriteDeformableModel( const HTuple& ModelID, const HTuple& FileName )static void HOperatorSet.WriteDeformableModel( HTuple modelID, HTuple fileName )def write_deformable_model( model_id: HHandle, file_name: str ) -> None

Herror T_write_deformable_model( const Htuple ModelID, const Htuple FileName )

void HDeformableModel::WriteDeformableModel( const HString& FileName ) const

void HDeformableModel::WriteDeformableModel( const char* FileName ) const

void HDeformableModel::WriteDeformableModel( const wchar_t* FileName ) const (Windows only)

void HDeformableModel.WriteDeformableModel( string fileName )

Description🔗

The operator write_deformable_modelWriteDeformableModel writes a deformable model to the file FileNamefileNamefile_name. The model can be read again with read_deformable_modelReadDeformableModel. The default HALCON file extension for the deformable model is 'dfm'.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parameters🔗

ModelIDmodelIDmodel_id (input_control) deformable_model → (handle)HTuple (HHandle)HDeformableModel, HTuple (IntPtr)HHandleHtuple (handle)

Handle of a model to be saved.

FileNamefileNamefile_name (input_control) filename.write → (string)HTuple (HString)HTuple (string)strHtuple (char*)

The path and filename of the model to be saved.

File extension: .dfm

Combinations with other operators🔗

Combinations

Possible predecessors

create_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModel, create_planar_calib_deformable_modelCreatePlanarCalibDeformableModel, create_local_deformable_modelCreateLocalDeformableModel

Module🔗

Matching