read_deformable_modelT_read_deformable_modelReadDeformableModelReadDeformableModelread_deformable_model (算子)

名称

read_deformable_modelT_read_deformable_modelReadDeformableModelReadDeformableModelread_deformable_model — 从文件中读取可变形模型。

签名

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)   ( Windows only)

void HDeformableModel::ReadDeformableModel(const HString& FileName)

void HDeformableModel::ReadDeformableModel(const char* FileName)

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

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

public HDeformableModel(string fileName)

void HDeformableModel.ReadDeformableModel(string fileName)

def read_deformable_model(file_name: str) -> HHandle

描述

算子 read_deformable_modelread_deformable_modelReadDeformableModelReadDeformableModelReadDeformableModelread_deformable_model reads a deformable model from the file FileNameFileNameFileNameFileNamefileNamefile_name, which has been written with write_deformable_modelwrite_deformable_modelWriteDeformableModelWriteDeformableModelWriteDeformableModelwrite_deformable_model。The default HALCON file extension for the deformable model is 'dfm'.

执行信息

此算子返回一个句柄。请注意,即使该句柄被用作特定算子的输入参数,这些算子仍可能改变此句柄类型的实例状态。

参数

FileNameFileNameFileNameFileNamefileNamefile_name (输入控制)  filename.read HTuplestrHTupleHtuple (string) (string) (HString) (char*)

File name.

File extension: .dfm

ModelIDModelIDModelIDModelIDmodelIDmodel_id (输出控制)  deformable_model HDeformableModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the model.

可能的后继

find_planar_uncalib_deformable_modelfind_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModelfind_planar_uncalib_deformable_model, find_planar_calib_deformable_modelfind_planar_calib_deformable_modelFindPlanarCalibDeformableModelFindPlanarCalibDeformableModelFindPlanarCalibDeformableModelfind_planar_calib_deformable_model, find_local_deformable_modelfind_local_deformable_modelFindLocalDeformableModelFindLocalDeformableModelFindLocalDeformableModelfind_local_deformable_model

另见

create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModelcreate_planar_uncalib_deformable_model, create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModelcreate_planar_calib_deformable_model, create_local_deformable_modelcreate_local_deformable_modelCreateLocalDeformableModelCreateLocalDeformableModelCreateLocalDeformableModelcreate_local_deformable_model

模块

匹配