Exploration and learning of read_image operator in machine vision Halcon

operator

Insert image description here

effect

Read pictures, used to read image data from the hard disk and load it into Halcon for further display, analysis, and processing.
Insert image description here

parameter

Image: Output parameter, representing the read image data.

FileName: input parameter, indicating the path and name of the image file to be read

important point

FileName has relative path and absolute path

Image: Image formats supported: TIFF, GIF, BMP, JPEG, JPEG-2000, JPEG-XR, PNG, PCX, SUN-Raster, PGM, PPM, PBM, and XWD.

The operator read_image reads the specified image file from the back storage and generates the image. One or more file names can be passed in FileName. If multiple filenames are passed, a tuple of image objects is returned containing the corresponding number of image objects.

In addition to HALCON format, TIFF, GI

Guess you like

Origin blog.csdn.net/weixin_44301520/article/details/133108369