read_deformable_modelT_read_deformable_modelReadDeformableModelReadDeformableModel (Operator)

Name

read_deformable_modelT_read_deformable_modelReadDeformableModelReadDeformableModel — Einlesen eines deformierbares Formmodells aus einer Datei.

Signatur

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::HDeformableModel(const wchar_t* FileName)   (Nur Windows)

void HDeformableModel::ReadDeformableModel(const HString& FileName)

void HDeformableModel::ReadDeformableModel(const char* FileName)

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

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

public HDeformableModel(string fileName)

void HDeformableModel.ReadDeformableModel(string fileName)

Beschreibung

read_deformable_modelread_deformable_modelReadDeformableModelReadDeformableModelReadDeformableModel liest ein deformierbares Formmodell, das mit write_deformable_modelwrite_deformable_modelWriteDeformableModelWriteDeformableModelWriteDeformableModel geschrieben wurde, aus der Datei FileNameFileNameFileNameFileNamefileName ein. Die Dateiendung für das deformierbare Formmodell ist in HALCON 'dfm'.

Ausführungsinformationen

Dieser Operator liefert ein Handle zurück. Es ist zu beachten, dass der Zustand einer Instanz dieses Handletyps durch bestimmte Operatoren geändert werden kann, obwohl das Handle als Eingabeparameter in diesen Operatoren verwendet wird.

Parameter

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

Name der Datei.

Dateiendung: .dfm

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

Handle des Modells.

Nachfolger

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

Siehe auch

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

Modul

Matching