get_deformable_surface_matching_resultT_get_deformable_surface_matching_resultGetDeformableSurfaceMatchingResultGetDeformableSurfaceMatchingResultget_deformable_surface_matching_result (Operator)

Name

get_deformable_surface_matching_resultT_get_deformable_surface_matching_resultGetDeformableSurfaceMatchingResultGetDeformableSurfaceMatchingResultget_deformable_surface_matching_result — Get details of a result from deformable surface based matching.

Signature

get_deformable_surface_matching_result( : : DeformableSurfaceMatchingResult, ResultName, ResultIndex : ResultValue)

Herror T_get_deformable_surface_matching_result(const Htuple DeformableSurfaceMatchingResult, const Htuple ResultName, const Htuple ResultIndex, Htuple* ResultValue)

void GetDeformableSurfaceMatchingResult(const HTuple& DeformableSurfaceMatchingResult, const HTuple& ResultName, const HTuple& ResultIndex, HTuple* ResultValue)

HTuple HDeformableSurfaceMatchingResult::GetDeformableSurfaceMatchingResult(const HTuple& ResultName, const HTuple& ResultIndex) const

HTuple HDeformableSurfaceMatchingResult::GetDeformableSurfaceMatchingResult(const HString& ResultName, Hlong ResultIndex) const

HTuple HDeformableSurfaceMatchingResult::GetDeformableSurfaceMatchingResult(const char* ResultName, Hlong ResultIndex) const

HTuple HDeformableSurfaceMatchingResult::GetDeformableSurfaceMatchingResult(const wchar_t* ResultName, Hlong ResultIndex) const   (Windows only)

static void HOperatorSet.GetDeformableSurfaceMatchingResult(HTuple deformableSurfaceMatchingResult, HTuple resultName, HTuple resultIndex, out HTuple resultValue)

HTuple HDeformableSurfaceMatchingResult.GetDeformableSurfaceMatchingResult(HTuple resultName, HTuple resultIndex)

HTuple HDeformableSurfaceMatchingResult.GetDeformableSurfaceMatchingResult(string resultName, int resultIndex)

def get_deformable_surface_matching_result(deformable_surface_matching_result: HHandle, result_name: MaybeSequence[str], result_index: MaybeSequence[Union[int, str]]) -> Sequence[HTupleElementType]

def get_deformable_surface_matching_result_s(deformable_surface_matching_result: HHandle, result_name: MaybeSequence[str], result_index: MaybeSequence[Union[int, str]]) -> HTupleElementType

Description

The operator get_deformable_surface_matching_resultget_deformable_surface_matching_resultGetDeformableSurfaceMatchingResultGetDeformableSurfaceMatchingResultGetDeformableSurfaceMatchingResultget_deformable_surface_matching_result returns details about the results of deformable surface based matching or the deformable surface refinement. The results are stored in DeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultdeformableSurfaceMatchingResultdeformable_surface_matching_result, which must have been created by find_deformable_surface_modelfind_deformable_surface_modelFindDeformableSurfaceModelFindDeformableSurfaceModelFindDeformableSurfaceModelfind_deformable_surface_model or refine_deformable_surface_modelrefine_deformable_surface_modelRefineDeformableSurfaceModelRefineDeformableSurfaceModelRefineDeformableSurfaceModelrefine_deformable_surface_model.

The parameter ResultNameResultNameResultNameResultNameresultNameresult_name is used to select which result detail shall be returned. For some result details, ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index selects the index of the result detail. ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index is ignored for certain values of ResultNameResultNameResultNameResultNameresultNameresult_name.

The following values are possible for ResultNameResultNameResultNameResultNameresultNameresult_name:

'sampled_scene'"sampled_scene""sampled_scene""sampled_scene""sampled_scene""sampled_scene":

A 3D object model handle is returned that contains the sampled scene points that were used in the matching or refinement. This is helpful for tuning the sampling distance of the scene (see parameter RelSamplingDistance of operators find_deformable_surface_modelfind_deformable_surface_modelFindDeformableSurfaceModelFindDeformableSurfaceModelFindDeformableSurfaceModelfind_deformable_surface_model and refine_deformable_surface_modelrefine_deformable_surface_modelRefineDeformableSurfaceModelRefineDeformableSurfaceModelRefineDeformableSurfaceModelrefine_deformable_surface_model). The parameter ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index is ignored.

'rigid_pose'"rigid_pose""rigid_pose""rigid_pose""rigid_pose""rigid_pose":

If DeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultdeformableSurfaceMatchingResultdeformable_surface_matching_result was created by find_deformable_surface_modelfind_deformable_surface_modelFindDeformableSurfaceModelFindDeformableSurfaceModelFindDeformableSurfaceModelfind_deformable_surface_model, a rigid pose is returned that approximates the deformable matching result. The parameter ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index is ignored. This parameter is not available if DeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultdeformableSurfaceMatchingResultdeformable_surface_matching_result was created by refine_deformable_surface_modelrefine_deformable_surface_modelRefineDeformableSurfaceModelRefineDeformableSurfaceModelRefineDeformableSurfaceModelrefine_deformable_surface_model.

'reference_point_x'"reference_point_x""reference_point_x""reference_point_x""reference_point_x""reference_point_x":
'reference_point_y'"reference_point_y""reference_point_y""reference_point_y""reference_point_y""reference_point_y":
'reference_point_z'"reference_point_z""reference_point_z""reference_point_z""reference_point_z""reference_point_z":

Returns the x-, y- or z-coordinates of a transformed reference point. The reference point must have been added to the deformable surface model using the operator add_deformable_surface_model_reference_pointadd_deformable_surface_model_reference_pointAddDeformableSurfaceModelReferencePointAddDeformableSurfaceModelReferencePointAddDeformableSurfaceModelReferencePointadd_deformable_surface_model_reference_point. The indices of the reference points to be returned are passed in ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index. If 'all'"all""all""all""all""all" is passed in ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index, the position of all reference points is returned.

'deformed_model'"deformed_model""deformed_model""deformed_model""deformed_model""deformed_model":

Returns a deformed variant of the 3D object model that was originally passed to create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModelcreate_deformable_surface_model. The 3D object model is deformed with the reconstructed deformation. Triangles, polygons and extended attributes contained in the original 3D object model are maintained. The parameter ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index is ignored.

'deformed_sampled_model'"deformed_sampled_model""deformed_sampled_model""deformed_sampled_model""deformed_sampled_model""deformed_sampled_model":

Returns a deformed variant of the 3D object model that was sampled by create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModelcreate_deformable_surface_model. The returned 3D object model has the same number of points as the original, undeformed sampled model, and the points are in the same order. Details about the sampling are described in create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModelCreateDeformableSurfaceModelcreate_deformable_surface_model. The original, undeformed sampled model can be obtained with get_deformable_surface_model_paramget_deformable_surface_model_paramGetDeformableSurfaceModelParamGetDeformableSurfaceModelParamGetDeformableSurfaceModelParamget_deformable_surface_model_param. The parameter ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index is ignored.

Execution Information

Parameters

DeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultDeformableSurfaceMatchingResultdeformableSurfaceMatchingResultdeformable_surface_matching_result (input_control)  deformable_surface_matching_result HDeformableSurfaceMatchingResult, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the deformable surface matching result.

ResultNameResultNameResultNameResultNameresultNameresult_name (input_control)  string(-array) HTupleMaybeSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Name of the result property.

Default value: 'sampled_scene' "sampled_scene" "sampled_scene" "sampled_scene" "sampled_scene" "sampled_scene"

List of values: 'deformed_model'"deformed_model""deformed_model""deformed_model""deformed_model""deformed_model", 'deformed_sampled_model'"deformed_sampled_model""deformed_sampled_model""deformed_sampled_model""deformed_sampled_model""deformed_sampled_model", 'reference_point_x'"reference_point_x""reference_point_x""reference_point_x""reference_point_x""reference_point_x", 'reference_point_y'"reference_point_y""reference_point_y""reference_point_y""reference_point_y""reference_point_y", 'reference_point_z'"reference_point_z""reference_point_z""reference_point_z""reference_point_z""reference_point_z", 'rigid_pose'"rigid_pose""rigid_pose""rigid_pose""rigid_pose""rigid_pose", 'sampled_scene'"sampled_scene""sampled_scene""sampled_scene""sampled_scene""sampled_scene"

ResultIndexResultIndexResultIndexResultIndexresultIndexresult_index (input_control)  integer(-array) HTupleMaybeSequence[Union[int, str]]HTupleHtuple (integer / string) (int / long / string) (Hlong / HString) (Hlong / char*)

Index of the result property.

Default value: 0

Suggested values: 0, 1, 2, 3, 'all'"all""all""all""all""all"

Restriction: ResultIndex >= 0

ResultValueResultValueResultValueResultValueresultValueresult_value (output_control)  integer(-array) HTupleSequence[HTupleElementType]HTupleHtuple (integer / string / real / handle) (int / long / string / double / HHandle) (Hlong / HString / double / HHandle) (Hlong / char* / double / handle)

Value of the result property.

Result

If the handle of the result is valid, the operator get_deformable_surface_matching_resultget_deformable_surface_matching_resultGetDeformableSurfaceMatchingResultGetDeformableSurfaceMatchingResultGetDeformableSurfaceMatchingResultget_deformable_surface_matching_result returns the value TRUE. If necessary an exception is raised.

Possible Predecessors

find_deformable_surface_modelfind_deformable_surface_modelFindDeformableSurfaceModelFindDeformableSurfaceModelFindDeformableSurfaceModelfind_deformable_surface_model, refine_deformable_surface_modelrefine_deformable_surface_modelRefineDeformableSurfaceModelRefineDeformableSurfaceModelRefineDeformableSurfaceModelrefine_deformable_surface_model

Possible Successors

clear_deformable_surface_modelclear_deformable_surface_modelClearDeformableSurfaceModelClearDeformableSurfaceModelClearDeformableSurfaceModelclear_deformable_surface_model

See also

find_deformable_surface_modelfind_deformable_surface_modelFindDeformableSurfaceModelFindDeformableSurfaceModelFindDeformableSurfaceModelfind_deformable_surface_model, refine_deformable_surface_modelrefine_deformable_surface_modelRefineDeformableSurfaceModelRefineDeformableSurfaceModelRefineDeformableSurfaceModelrefine_deformable_surface_model, read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModelReadDeformableSurfaceModelread_deformable_surface_model, write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModelWriteDeformableSurfaceModelwrite_deformable_surface_model, clear_deformable_surface_modelclear_deformable_surface_modelClearDeformableSurfaceModelClearDeformableSurfaceModelClearDeformableSurfaceModelclear_deformable_surface_model

Module

3D Metrology