public class SubbandRectROIMask extends SubbandROIMask
| Modifier and Type | Field and Description | 
|---|---|
int[] | 
lrxs
The lower right x coordinates of the applicable ROIs 
 | 
int[] | 
lrys
The lower right y coordinates of the applicable ROIs 
 | 
int[] | 
ulxs
The upper left x coordinates of the applicable ROIs 
 | 
int[] | 
ulys
The upper left y coordinates of the applicable ROIs 
 | 
| Constructor and Description | 
|---|
SubbandRectROIMask(Subband sb,
                  int[] ulxs,
                  int[] ulys,
                  int[] lrxs,
                  int[] lrys,
                  int nr)
The constructor of the SubbandROIMask takes the dimensions of the
 subband as parameters. 
 | 
public int[] ulxs
public int[] ulys
public int[] lrxs
public int[] lrys
public SubbandRectROIMask(Subband sb, int[] ulxs, int[] ulys, int[] lrxs, int[] lrys, int nr)
sb - The subband corresponding to this Subband Maskulxs - The upper left x coordinates of the ROIsulys - The upper left y coordinates of the ROIslrxs - The lower right x coordinates of the ROIslrys - The lower right y coordinates of the ROIsnr - Number of ROIs that affect this tileCopyright © 2016 Open Microscopy Environment