Welcome to our Support Center

Image ROI To Display ROI

Description

Convert Image ROIs to Display/Annotation ROIs.​ Type : polymorphic.

 

Input parameters

 Class Name : array, defines class names for ROIs (if the size is smaller than that of the ROIs, the rest will be empty).
 Color : array, defines color for ROIs (if the size is smaller than that of the ROIs, the rest will be black).

 ROI Descriptor : cluster, ROI descriptor containing all the contours in the array of ROIs.

 Global Rectangle : array, contains the coordinates of the bounding rectangle. Rectangles are specified by their bounding rectangle, with the format (Left/Top/Right/Bottom).
 Contours : array, are each of the individual shapes that define an ROI.

 ID : enum, refers to whether the contour is the external or internal edge of an ROI.
 Type : integer, is the shape type of the contour.
 Coordinates : array, indicates the relative position of the contour.

 

Output parameters

 

 ROI Descriptor : cluster, ROI descriptor containing all the contours in the array of ROIs.

 Global Rectangle : array, contains the coordinates of the bounding rectangle. Rectangles are specified by their bounding rectangle, with the format (Left/Top/Right/Bottom).
 Contours : array, are each of the individual shapes that define an ROI.

 Class Name : string, indicates the class name of the ROI.
 Type : integer, is the shape type of the contour.
 Coordinates : array, indicates the relative position of the contour.
 Color : color box, indicates the color of the ROI.

 

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).

Table of Contents