Search names of all procedures assigned to one keyword.
The operator search_operator returns the names of all procedures whose online-texts include the keyword Keyword (see also get_operator_info). All available keywords are called by using the operator get_keywords(::'': <keywords>). The online-texts are taken from the files english.hlp, english.sta, english.key, english.num and Halcon.idx, which are searched by HALCON in the currently used directory or the directory 'help_dir' (see also get_system and get_system).
|
Keyword (input_control) |
string -> string |
| Keyword for which corresponding procedures are searched. | |
| Default value: 'Information' | |
|
ProcNames (output_control) |
string-array -> string |
| Procedures whose slot 'keyword' contains the keyword. | |
The operator search_operator returns the value 2 (H_MSG_TRUE) if the parameters are correct and the helpfiles are available. Otherwise an exception handling is raised.
search_operator is processed completely exclusively without parallelization.
get_keywords, get_operator_info, get_param_info
Image / region / XLD management