ClassesClassesClassesClasses | | | | Operators

read_deformable_modelread_deformable_modelReadDeformableModelread_deformable_modelReadDeformableModelReadDeformableModel (Operator)

Name

read_deformable_modelread_deformable_modelReadDeformableModelread_deformable_modelReadDeformableModelReadDeformableModel — Read a deformable model from a file.

Signature

read_deformable_model( : : FileName : ModelID)

Herror read_deformable_model(const char* FileName, Hlong* ModelID)

Herror T_read_deformable_model(const Htuple FileName, Htuple* ModelID)

Herror read_deformable_model(const HTuple& FileName, Hlong* ModelID)

void HDeformableModel::ReadDeformableModel(const HTuple& FileName)

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)

void HOperatorSetX.ReadDeformableModel(
[in] VARIANT FileName, [out] VARIANT* ModelID)

void HDeformableModelX.ReadDeformableModel([in] BSTR 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_modelReadDeformableModelread_deformable_modelReadDeformableModelReadDeformableModel reads a deformable model from the file FileNameFileNameFileNameFileNameFileNamefileName, which has been written with write_deformable_modelwrite_deformable_modelWriteDeformableModelwrite_deformable_modelWriteDeformableModelWriteDeformableModel. The default HALCON file extension for the deformable model is 'dfm'.

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

FileNameFileNameFileNameFileNameFileNamefileName (input_control)  filename.read HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

File name.

File extension: .dfm

ModelIDModelIDModelIDModelIDModelIDmodelID (output_control)  deformable_model HDeformableModel, HTupleHTupleHDeformableModel, HTupleHDeformableModelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the model.

Possible Successors

find_planar_uncalib_deformable_modelfind_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModelfind_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModel, find_planar_calib_deformable_modelfind_planar_calib_deformable_modelFindPlanarCalibDeformableModelfind_planar_calib_deformable_modelFindPlanarCalibDeformableModelFindPlanarCalibDeformableModel, find_local_deformable_modelfind_local_deformable_modelFindLocalDeformableModelfind_local_deformable_modelFindLocalDeformableModelFindLocalDeformableModel

See also

create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel, create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModel, create_local_deformable_modelcreate_local_deformable_modelCreateLocalDeformableModelcreate_local_deformable_modelCreateLocalDeformableModelCreateLocalDeformableModel

Module

Matching


ClassesClassesClassesClasses | | | | Operators