Skip to content

read_deformable_modelReadDeformableModelReadDeformableModelread_deformable_modelT_read_deformable_model🔗

Short description🔗

read_deformable_modelReadDeformableModelReadDeformableModelread_deformable_modelT_read_deformable_model — Read a deformable model from a file.

Signature🔗

read_deformable_model( filename.read FileName, out deformable_model ModelID )void ReadDeformableModel( const HTuple& FileName, HTuple* ModelID )static void HOperatorSet.ReadDeformableModel( HTuple fileName, out HTuple modelID )def read_deformable_model( file_name: str ) -> HHandle

Herror T_read_deformable_model( const Htuple FileName, Htuple* ModelID )

void HDeformableModel::HDeformableModel( const HString& FileName )

void HDeformableModel::HDeformableModel( const char* FileName )

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

public HDeformableModel( string fileName )

void HDeformableModel::ReadDeformableModel( const HString& FileName )

void HDeformableModel::ReadDeformableModel( const char* FileName )

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

void HDeformableModel.ReadDeformableModel( string fileName )

Description🔗

The operator read_deformable_modelReadDeformableModel reads a deformable model from the file FileNamefileNamefile_name, which has been written with write_deformable_modelWriteDeformableModel. 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.

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🔗

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

File name.

File extension: .dfm

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

Handle of the model.

Combinations with other operators🔗

Combinations

Possible successors

find_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModel, find_planar_calib_deformable_modelFindPlanarCalibDeformableModel, find_local_deformable_modelFindLocalDeformableModel

See also

create_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModel, create_planar_calib_deformable_modelCreatePlanarCalibDeformableModel, create_local_deformable_modelCreateLocalDeformableModel

Module🔗

Matching