Get procedures with the given string as a substring of their name.
The operator get_operator_name takes a string (Pattern) as input and searches all HALCON-procedures having this string as a substring in their name. If an empty string is entered, the names of all procedures available will be returned.
|
Pattern (input_control) |
string -> string |
| Substring of the seeked names (empty <=> all names). | |
| Default value: 'info' | |
|
ProcNames (output_control) |
string-array -> string |
| Detected procedure names. | |
The operator get_operator_name returns the value 2 (H_MSG_TRUE) if the helpfiles are available. Otherwise an exception handling is raised.
get_operator_name is reentrant, local, and processed without parallelization.
get_operator_info, get_param_names, get_param_num, get_param_types
get_operator_info, get_param_names, get_param_num, get_param_types
Image / region / XLD management