[]
The constructor of the SubbandROIMask takes the dimensions of the subband as parameters
public SubbandROIMask(int ulx, int uly, int w, int h)
Public Sub New(ulx As Integer, uly As Integer, w As Integer, h As Integer)
| 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 |