close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsclose_all_ocrs (Operator)
名称
close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsclose_all_ocrs — 该算子无法操作。它具有以下功能:销毁所有OCR分类器。
警告
close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsCloseAllOcrsclose_all_ocrs is obsolete, inoperable, and is only provided for
reasons of backward compatibility. New applications should not use
close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsCloseAllOcrsclose_all_ocrs, the operator will be removed in future versions.
签名
Herror close_all_ocrs()
Herror T_close_all_ocrs()
void CloseAllOcrs()
static void HMisc::CloseAllOcrs()
def close_all_ocrs() -> None
描述
.
注意
close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsCloseAllOcrsclose_all_ocrs exists solely for the purpose of
implementing the “reset program” functionality in HDevelop.
close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsCloseAllOcrsclose_all_ocrs must not be used in any
application.
执行信息
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
结果
If it is possible to close the OCR classifiers the operator
close_all_ocrsclose_all_ocrsCloseAllOcrsCloseAllOcrsCloseAllOcrsclose_all_ocrs
returns the value 2 (
H_MSG_TRUE)
. Otherwise an exception is raised.
模块
OCR/OCV