HALCON Reference Manual 10.0.2
Table of Contents / Matching / Deformable ClassesClassesClasses | | | Operators

read_deformable_modelread_deformable_modelread_deformable_modelReadDeformableModelReadDeformableModel (Operator)

Name

read_deformable_modelread_deformable_modelread_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 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_modelread_deformable_modelReadDeformableModelReadDeformableModel reads a deformable model from the file FileNameFileNameFileNameFileNamefileName, which has been written with write_deformable_modelwrite_deformable_modelwrite_deformable_modelWriteDeformableModelWriteDeformableModel. The default HALCON file extension for the deformable model is 'dfm'.

Parallelization

Parameters

FileNameFileNameFileNameFileNamefileName (input_control)  filename.read HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

File name.

File extension: .dfm

ModelIDModelIDModelIDModelIDmodelID (output_control)  deformable_model HDeformableModel, HTupleHDeformableModel, HTupleHDeformableModelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong)

Handle of the model.

Possible Successors

find_planar_uncalib_deformable_modelfind_planar_uncalib_deformable_modelfind_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModel, find_planar_calib_deformable_modelfind_planar_calib_deformable_modelfind_planar_calib_deformable_modelFindPlanarCalibDeformableModelFindPlanarCalibDeformableModel, find_local_deformable_modelfind_local_deformable_modelfind_local_deformable_modelFindLocalDeformableModelFindLocalDeformableModel

See also

create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel, create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModel, create_local_deformable_modelcreate_local_deformable_modelcreate_local_deformable_modelCreateLocalDeformableModelCreateLocalDeformableModel

Module

Matching


Table of Contents / Matching / Deformable ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH