Halcon所有类及类下算子作用索引-HSocket套接字(17.12~24.11版)
Halcon所有类及类下算子作用索引-HSocket套接字(17.12~24.11版)这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。http://shixinhua.com/static/upload/image/20241219/1734570310121608.png《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料http://visionbbs.com/thread-28124-1-1.html Index of all Classes and Methods所有类和方法索引HSocket套接字Represents an instance of a socket connection.表示套接字连接的实例。CloseAllSockets关闭所有套接字This operator is inoperable. It had the following function: Close all opened sockets.该算子无法操作。它具有以下功能:关闭所有打开的套接字。CloseSocket关闭套接字Close a socket.关闭套接字。GetNextSocketDataType获取下一个套接字数据类型Determine the HALCON data type of the next socket data.确定下一个套接字数据的HALCON数据类型。GetSocketDescriptor获取套接字描述符Get the socket descriptor of a socket used by the operating system.获取操作系统使用的套接字的套接字描述符。GetSocketParam获取套接字参数Get the value of a socket parameter.获取套接字参数的值。OpenSocketAccept打开套接字接受Open a socket that accepts connection requests.打开一个接受连接请求的套接字。OpenSocketConnect打开套接字连接Open a socket and connect it to an accepting socket.打开一个套接字并将其连接到接受套接字。ReceiveData接收数据Receive arbitrary data from external devices or applications using a generic socket connection.使用通用套接字连接从外部设备或应用程序接收任意数据。ReceiveImage接收图像Receive an image over a socket connection.通过套接字连接接收图像。ReceiveRegion接收区域Receive regions over a socket connection.通过套接字连接接收区域。ReceiveSerializedItem接收序列化项Receive a serialized item over a socket connection.通过套接字连接接收序列化项。ReceiveTuple接收元组Receive a tuple over a socket connection.通过套接字连接接收元组。ReceiveXld接收扩展线描述Receive an XLD object over a socket connection.通过套接字连接接收XLD对象。SendData发送数据Send arbitrary data to external devices or applications using a generic socket communication.使用通用套接字通信将任意数据发送到外部设备或应用程序。SendImage发送图像Send an image over a socket connection.通过套接字连接发送图像。SendRegion发送区域Send regions over a socket connection.通过套接字连接发送区域。SendSerializedItem发送序列化项Send a serialized item over a socket connection.通过套接字连接发送序列化项。SendTuple发送元组Send a tuple over a socket connection.通过套接字连接发送元组。SendXld发送扩展线描述Send an XLD object over a socket connection.通过套接字连接发送XLD对象。SetSocketParam设置套接字参数Set a socket parameter.设置套接字参数。SocketAcceptConnect套接字接受连接Accept a connection request on a listening socket of the protocol type "HALCON" or "TCP"/"TCP4"/"TCP6".在协议类型为“HALCON”或“TCP”/“TCP4”/“TCP 6”的侦听套接字上接受连接请求。
页:
[1]