ClassesClasses | | Operators

write_deformable_modelT_write_deformable_modelWriteDeformableModelWriteDeformableModel (Operator)

Name

write_deformable_modelT_write_deformable_modelWriteDeformableModelWriteDeformableModel — Write a deformable model to a file.

Signature

write_deformable_model( : : ModelID, FileName : )

Herror T_write_deformable_model(const Htuple ModelID, const Htuple FileName)

void WriteDeformableModel(const HTuple& ModelID, const HTuple& FileName)

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

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

static void HOperatorSet.WriteDeformableModel(HTuple modelID, HTuple fileName)

void HDeformableModel.WriteDeformableModel(string fileName)

Description

The operator write_deformable_modelwrite_deformable_modelWriteDeformableModelWriteDeformableModelWriteDeformableModel writes a deformable model to the file FileNameFileNameFileNameFileNamefileName. The model can be read again with read_deformable_modelread_deformable_modelReadDeformableModelReadDeformableModelReadDeformableModel. The default HALCON file extension for the deformable model is 'dfm'.

Execution Information

Parameters

ModelIDModelIDModelIDModelIDmodelID (input_control)  deformable_model HDeformableModel, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of a model to be saved.

FileNameFileNameFileNameFileNamefileName (input_control)  filename.write HTupleHTupleHtuple (string) (string) (HString) (char*)

The path and filename of the model to be saved.

File extension: .dfm

Possible Predecessors

create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel, create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModel, create_local_deformable_modelcreate_local_deformable_modelCreateLocalDeformableModelCreateLocalDeformableModelCreateLocalDeformableModel

Module

Matching


ClassesClasses | | Operators