ROIMaskGenerator Constructor
ROIMaskGenerator(ROI[], int)
The constructor of the mask generator
Declaration
public ROIMaskGenerator(ROI[] rois, int nrc)
Public Sub New(rois As ROI(), nrc As Integer)
Parameters
| Type |
Name |
Description |
| ROI[] |
rois |
The ROIs in the image
|
| int |
nrc |
The number of components
|