Send an image over a socket connection.
send_image sends an image object over the socket connection determined by Socket. The receiving HALCON process must call receive_image to read the image from the socket. For a detailed example, see open_socket_accept.
|
Image (input_object) |
image(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf |
| Image to be sent. | |
|
Socket (input_control) |
socket_id -> integer |
| Socket number. | |
send_image is reentrant and processed without parallelization.
open_socket_connect, socket_accept_connect
receive_image, send_region, receive_region, send_tuple, receive_tuple, get_next_socket_data_type
System