get_ncc_model_region
— Return the region used to create an NCC model.
get_ncc_model_region( : ModelRegion : ModelID : )
The operator get_ncc_model_region
returns the
region used to create the NCC model ModelID
in
ModelRegion
. 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 ModelRegion
is normalized
such that the reference point of the model (see set_ncc_model_origin
)
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_region
ignores the value of the system
parameter 'clip_region' .
ModelRegion
(output_object) region →
object
Model region of the NCC model.
ModelID
(input_control) ncc_model →
(handle)
Handle of the model.
If the handle of the NCC model is valid, the operator
get_ncc_model_region
returns the value 2 (H_MSG_TRUE). If
necessary an exception is raised.
Matching