public class SubbandRectROIMask extends SubbandROIMask
| Modifier and Type | Field and Description | 
|---|---|
| int[] | lrxsThe lower right x coordinates of the applicable ROIs | 
| int[] | lrysThe lower right y coordinates of the applicable ROIs | 
| int[] | ulxsThe upper left x coordinates of the applicable ROIs | 
| int[] | ulysThe 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. | 
getSubbandRectROIMaskpublic 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 ROIslrys - The lower right y coordinates of the ROIsnr - Number of ROIs that affect this tileCopyright © 2014 Open Microscopy Environment