Operators |
get_ncc_model_params — Return the parameters of an NCC model.
get_ncc_model_params( : : ModelID : NumLevels, AngleStart, AngleExtent, AngleStep, Metric)
The operator get_ncc_model_params returns the parameters of the NCC model ModelID that were used to create it using create_ncc_model. In particular, this output can be used to check the parameters NumLevels and AngleStep if they were determined automatically during the model creation with create_ncc_model. Furthermore, this output can be used to check the parameters if the model was read with read_ncc_model.
Handle of the model.
Number of pyramid levels.
Smallest rotation of the pattern.
Extent of the rotation angles.
Assertion: AngleExtent >= 0
Step length of the angles (resolution).
Assertion: AngleStep >= 0
Match metric.
If the handle of the model is valid, the operator get_ncc_model_params returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.
create_ncc_model, read_ncc_model
Matching
Operators |