ClassesClasses | | Operators

read_deformable_modelT_read_deformable_modelReadDeformableModelReadDeformableModel (Operator)

Name

read_deformable_modelT_read_deformable_modelReadDeformableModelReadDeformableModel — Read a deformable model from a file.

Signature

read_deformable_model( : : FileName : ModelID)

Herror T_read_deformable_model(const Htuple FileName, Htuple* ModelID)

void ReadDeformableModel(const HTuple& FileName, HTuple* ModelID)

void HDeformableModel::HDeformableModel(const HString& FileName)

void HDeformableModel::HDeformableModel(const char* FileName)

void HDeformableModel::ReadDeformableModel(const HString& FileName)

void HDeformableModel::ReadDeformableModel(const char* FileName)

static void HOperatorSet.ReadDeformableModel(HTuple fileName, out HTuple modelID)

public HDeformableModel(string fileName)

void HDeformableModel.ReadDeformableModel(string fileName)

Description

The operator read_deformable_modelread_deformable_modelReadDeformableModelReadDeformableModelReadDeformableModel reads a deformable model from the file FileNameFileNameFileNameFileNamefileName, which has been written with write_deformable_modelwrite_deformable_modelWriteDeformableModelWriteDeformableModelWriteDeformableModel. The default HALCON file extension for the deformable model is 'dfm'.

Execution Information

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

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

File name.

File extension: .dfm

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

Handle of the model.

Possible Successors

find_planar_uncalib_deformable_modelfind_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModel, find_planar_calib_deformable_modelfind_planar_calib_deformable_modelFindPlanarCalibDeformableModelFindPlanarCalibDeformableModelFindPlanarCalibDeformableModel, find_local_deformable_modelfind_local_deformable_modelFindLocalDeformableModelFindLocalDeformableModelFindLocalDeformableModel

See also

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