read_deformable_surface_modelT_read_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelread_deformable_surface_model (Operator)

Name

read_deformable_surface_modelT_read_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelread_deformable_surface_model — Read a deformable surface model from a file.

Signature

read_deformable_surface_model( : : FileName : DeformableSurfaceModel)

Herror T_read_deformable_surface_model(const Htuple FileName, Htuple* DeformableSurfaceModel)

void ReadDeformableSurfaceModel(const HTuple& FileName, HTuple* DeformableSurfaceModel)

void HDeformableSurfaceModel::HDeformableSurfaceModel(const HString& FileName)

void HDeformableSurfaceModel::HDeformableSurfaceModel(const char* FileName)

void HDeformableSurfaceModel::HDeformableSurfaceModel(const wchar_t* FileName)   (Windows only)

void HDeformableSurfaceModel::ReadDeformableSurfaceModel(const HString& FileName)

void HDeformableSurfaceModel::ReadDeformableSurfaceModel(const char* FileName)

void HDeformableSurfaceModel::ReadDeformableSurfaceModel(const wchar_t* FileName)   (Windows only)

static void HOperatorSet.ReadDeformableSurfaceModel(HTuple fileName, out HTuple deformableSurfaceModel)

public HDeformableSurfaceModel(string fileName)

void HDeformableSurfaceModel.ReadDeformableSurfaceModel(string fileName)

def read_deformable_surface_model(file_name: str) -> HHandle

Description

The operator read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelReadDeformableSurfaceModelread_deformable_surface_model reads the deformable surface model, which has been written with write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModelWriteDeformableSurfaceModelwrite_deformable_surface_model, from the file FileNameFileNameFileNameFileNamefileNamefile_name. The handle of the deformable surface model is returned in DeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModeldeformableSurfaceModeldeformable_surface_model. If no absolute path is given in FileNameFileNameFileNameFileNamefileNamefile_name, the file is searched in the current directory of the HALCON process. The default HALCON file extension for the deformable surface model file is 'dsfm'. If no file named FileNameFileNameFileNameFileNamefileNamefile_name exists, the default file extension is appended to FileNameFileNameFileNameFileNamefileNamefile_name.

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

FileNameFileNameFileNameFileNamefileNamefile_name (input_control)  filename.read HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Name of the file to read.

File extension: .dsfm

DeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModeldeformableSurfaceModeldeformable_surface_model (output_control)  deformable_surface_model HDeformableSurfaceModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the read deformable surface model.

Result

read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelReadDeformableSurfaceModelread_deformable_surface_model returns 2 (H_MSG_TRUE) if all parameters are correct and the file can be read. If the file is not a deformable surface model file, the error 9506 is raised. If the file has a version that can not be read by this version of HALCON, the error 9507 is raised. If necessary, an exception is raised.

Possible Predecessors

write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModelWriteDeformableSurfaceModelwrite_deformable_surface_model

Possible Successors

find_deformable_surface_modelfind_deformable_surface_modelFindDeformableSurfaceModelFindDeformableSurfaceModelFindDeformableSurfaceModelfind_deformable_surface_model, refine_deformable_surface_modelrefine_deformable_surface_modelRefineDeformableSurfaceModelRefineDeformableSurfaceModelRefineDeformableSurfaceModelrefine_deformable_surface_model, get_deformable_surface_model_paramget_deformable_surface_model_paramGetDeformableSurfaceModelParamGetDeformableSurfaceModelParamGetDeformableSurfaceModelParamget_deformable_surface_model_param, clear_deformable_surface_modelclear_deformable_surface_modelClearDeformableSurfaceModelClearDeformableSurfaceModelClearDeformableSurfaceModelclear_deformable_surface_model

Alternatives

create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModelcreate_deformable_surface_model

See also

create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModelcreate_deformable_surface_model, write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModelWriteDeformableSurfaceModelwrite_deformable_surface_model

Module

3D Metrology