[]
The constructor of the SubbandROIMask takes the dimensions of the subband as parameters
public SubbandROIMask(int ulx, int uly, int w, int h)
| Type | Name | Description |
|---|---|---|
| int | ulx | The upper left x coordinate of corresponding subband |
| int | uly | The upper left y coordinate of corresponding subband |
| int | w | The width of corresponding subband |
| int | h | The height of corresponding subband |