public abstract class SubbandROIMask extends Object
Modifier and Type | Field and Description |
---|---|
int |
h
Height of the subband mask
|
protected SubbandROIMask |
hh
The subband masks of the child HH
|
protected SubbandROIMask |
hl
The subband masks of the child HL
|
protected boolean |
isNode
Flag indicating whether this subband mask is a node or not
|
protected SubbandROIMask |
lh
The subband masks of the child LH
|
protected SubbandROIMask |
ll
The subband masks of the child LL
|
int |
ulx
Horizontal uper-left coordinate of the subband mask
|
int |
uly
Vertical uper-left coordinate of the subband mask
|
int |
w
Width of the subband mask
|
Constructor and Description |
---|
SubbandROIMask(int ulx,
int uly,
int w,
int h)
The constructor of the SubbandROIMask takes the dimensions of the
subband as parameters
|
Modifier and Type | Method and Description |
---|---|
SubbandROIMask |
getSubbandRectROIMask(int x,
int y)
Returns a reference to the Subband mask element to which the specified
point belongs.
|
protected SubbandROIMask ll
protected SubbandROIMask lh
protected SubbandROIMask hl
protected SubbandROIMask hh
protected boolean isNode
public int ulx
public int uly
public int w
public int h
public SubbandROIMask(int ulx, int uly, int w, int h)
ulx
- The upper left x coordinate of corresponding subbanduly
- The upper left y coordinate of corresponding subbandw
- The width of corresponding subbandh
- The height of corresponding subbandpublic SubbandROIMask getSubbandRectROIMask(int x, int y)
x
- horizontal coordinate of the specified point.y
- horizontal coordinate of the specified point.Copyright © 2016 Open Microscopy Environment