ClassesClasses | | Operators

get_ncc_model_regionT_get_ncc_model_regionGetNccModelRegionGetNccModelRegion (Operator)

Name

get_ncc_model_regionT_get_ncc_model_regionGetNccModelRegionGetNccModelRegion — Return the region used to create an NCC model.

Signature

get_ncc_model_region( : ModelRegion : ModelID : )

Herror T_get_ncc_model_region(Hobject* ModelRegion, const Htuple ModelID)

void GetNccModelRegion(HObject* ModelRegion, const HTuple& ModelID)

HRegion HNCCModel::GetNccModelRegion() const

static void HOperatorSet.GetNccModelRegion(out HObject modelRegion, HTuple modelID)

HRegion HNCCModel.GetNccModelRegion()

Description

The operator get_ncc_model_regionget_ncc_model_regionGetNccModelRegionGetNccModelRegionGetNccModelRegion returns the region used to create the NCC model ModelIDModelIDModelIDModelIDmodelID in ModelRegionModelRegionModelRegionModelRegionmodelRegion. This region can be used, for example, to visualize the found instances of the model in an image. It should be noted that the position of ModelRegionModelRegionModelRegionModelRegionmodelRegion is normalized such that the reference point of the model (see set_ncc_model_originset_ncc_model_originSetNccModelOriginSetNccModelOriginSetNccModelOrigin) lies at the pixel position (0,0). Hence, the region simply needs to be translated to the found position in the image (and possibly rotated around this point). get_ncc_model_regionget_ncc_model_regionGetNccModelRegionGetNccModelRegionGetNccModelRegion ignores the value of the system parameter 'clip_region'"clip_region""clip_region""clip_region""clip_region".

Execution Information

Parameters

ModelRegionModelRegionModelRegionModelRegionmodelRegion (output_object)  region objectHRegionHRegionHobject *

Model region of the NCC model.

ModelIDModelIDModelIDModelIDmodelID (input_control)  ncc_model HNCCModel, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the model.

Result

If the handle of the NCC model is valid, the operator get_ncc_model_regionget_ncc_model_regionGetNccModelRegionGetNccModelRegionGetNccModelRegion returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.

Possible Predecessors

create_ncc_modelcreate_ncc_modelCreateNccModelCreateNccModelCreateNccModel

Module

Matching


ClassesClasses | | Operators