[]
This class describes the ROI mask for a single subband. Each object of the class contains the mask for a particular subband and also has references to the masks of the children subbands of the subband corresponding to this mask. This class describes subband masks for images containing only rectangular ROIS
public class SubbandRectROIMask : SubbandROIMask
Name | Description |
---|---|
SubbandRectROIMask(Subband, int[], int[], int[], int[], int) | The constructor of the SubbandROIMask takes the dimensions of the subband as parameters. A tree of masks is generated from the subband sb. Each Subband contains the boundaries of each ROI. |
Name | Description |
---|---|
lrxs | The lower right x coordinates of the applicable ROIs |
lrys | The lower right y coordinates of the applicable ROIs |
ulxs | The upper left x coordinates of the applicable ROIs |
ulys | The upper left y coordinates of the applicable ROIs |