ANNOTATEIMAGES Procedure

SEGMENTATION Statement

  • SEGMENTATION variable </ options>;

The SEGMENTATION statement enables you to overlay images with a segmentation image from the image table and requires the name of the variable that contains segmentation image.

You can specify the following options after a slash (/):

COLORMAP=color

specifies the color map. You can specify the following colors: "AUTUMN", "BONE", "COOL", "HOT", "HSV", "JET", "OCEAN", "PARULA", "PINK", "RAINBOW", "SPRING", "SUMMER", or "WINTER". To view the available color maps, see Figure 5.

By default, COLORMAP="JET".

DIMENSION=variable

specifies the name of the variable that contains dimensions of the segmentation images.

By default, DIMENSION=_dimension_.

IMAGEFORMAT=variable

specifies the name of the variable that contains formats of image binaries.

By default, IMAGEFORMAT=_imageFormat_.

INPUTBACKGROUND=number

specifies the background value of input segmentation images.

By default, INPUTBACKGROUND=OCV_DEFAULT_BACKGROUND.

RESOLUTION=variable

specifies the name of the variable that contains resolutions of the segmentation images.

By default, RESOLUTION=_resolution_.

TRANSPARENCY=number

specifies the transparency in percentage between 0 and 100.

By default, TRANSPARENCY=50.

Last updated: March 26, 2026