机器视觉 exit算子

Posted 沧海一笑-dj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机器视觉 exit算子相关的知识,希望对你有一定的参考价值。

00. 目录

01. 概述

exit - 退出HDevelop。

02. 签名

exit( : : : )

03. 描述

退出HDevelop。 算子等同于菜单项File - > Quit。 在内部和导出的C ++代码中使用C函数调用exit(0)。

原文描述

exit terminates HDevelop. The operator is equivalent to the menu entry File -> Quit. Internally and for exported C++ code the C-function call exit(0) is used.

04. 注意

05. 参数

06. 结果

退出返回0(OK)到HDevelop的调用环境=操作系统。

HDevelop例程
exit.hdev Terminate HDevelop after the task is finished。

程序示例

read_image (Image, 'fabrik')
intensity (Image, Image, Mean, Deviation)
open_file ('intensity.txt', 'output', FileHandle)
fwrite_string (FileHandle, Mean + ' ' + Deviation)
close_file (FileHandle)
exit ()

07. 附录

7.1 机器视觉博客汇总
网址:https://dengjin.blog.csdn.net/article/details/116837497

以上是关于机器视觉 exit算子的主要内容,如果未能解决你的问题,请参考以下文章

机器视觉 switch算子

机器视觉 export_def算子

机器视觉 insert算子(已废弃)

机器视觉 stop算子

机器视觉 endwhile算子

机器视觉 repeat算子