|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.pearsoneduc.ip.op.StandardGreyOp | +--com.pearsoneduc.ip.op.GreyMapOp | +--com.pearsoneduc.ip.op.ExpOp
Performs exponential remapping of grey levels in a BufferedImage.
Fields inherited from class com.pearsoneduc.ip.op.GreyMapOp |
table |
Constructor Summary | |
ExpOp()
Constructs an ExpOp that will map 0 to 0 and 255 to 255. |
|
ExpOp(int low,
int high)
Constructs an ExpOp that will map the specified limits onto 0 and 255. |
Method Summary | |
void |
computeMapping(int low,
int high)
Computes a mapping such that the specified limits map onto 0 and 255. |
Methods inherited from class com.pearsoneduc.ip.op.GreyMapOp |
computeMapping,
filter,
getTableEntry,
setTableEntry |
Methods inherited from class com.pearsoneduc.ip.op.StandardGreyOp |
checkImage,
createCompatibleDestImage,
getBounds2D,
getPoint2D,
getRenderingHints |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ExpOp()
public ExpOp(int low, int high)
low
- lower limit, mapping to 0high
- upper limit, mapping to 255Method Detail |
public void computeMapping(int low, int high)
low
- lower limit, mapping onto 0high
- upper limit, mapping onto 255
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |