Name
get_deformable_model_originget_deformable_model_originGetDeformableModelOriginGetDeformableModelOrigin — Return the origin (reference point) of a deformable model.
Herror get_deformable_model_origin(const Hlong ModelID, double* Row, double* Column)
Herror T_get_deformable_model_origin(const Htuple ModelID, Htuple* Row, Htuple* Column)
The operator get_deformable_model_originget_deformable_model_originGetDeformableModelOriginGetDeformableModelOriginGetDeformableModelOrigin returns the origin
(reference point) of the deformable model ModelIDModelIDModelIDModelIDmodelID.
The origin is specified relative to the center of gravity of the domain
(region) of the image that was used to create the deformable model with
create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel or
create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModel. Hence, an origin of (0,0)
means that the center of gravity of the domain of the model image is used as
the origin. An origin of (-20,-40) means that the origin lies to the upper
left of the center of gravity.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Row coordinate of the origin of the deformable model.
Column coordinate of the origin of the deformable model.
If the handle of the model is valid, the operator
get_deformable_model_originget_deformable_model_originGetDeformableModelOriginGetDeformableModelOriginGetDeformableModelOrigin returns the value 2 (H_MSG_TRUE). If necessary
an exception is raised.
create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel,
read_deformable_modelread_deformable_modelReadDeformableModelReadDeformableModelReadDeformableModel,
set_deformable_model_originset_deformable_model_originSetDeformableModelOriginSetDeformableModelOriginSetDeformableModelOrigin
find_planar_uncalib_deformable_modelfind_planar_uncalib_deformable_modelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModelFindPlanarUncalibDeformableModel
area_centerarea_centerAreaCenterAreaCenterAreaCenter
Matching