|
|||||||||
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.EqualiseOp
Performs histogram equalisation on a BufferedImage.
Fields inherited from class com.pearsoneduc.ip.op.GreyMapOp |
table |
Constructor Summary | |
EqualiseOp(Histogram hist)
Constructs an EqualiseOp object using histogram data. |
Method Summary | |
void |
computeMapping(int low,
int high)
|
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 EqualiseOp(Histogram hist) throws HistogramException
hist
- Histogram of the image to be equalisedMethod Detail |
public void computeMapping(int low, int high)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |