|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.image.Kernel | +--com.pearsoneduc.ip.op.StandardKernel | +--com.pearsoneduc.ip.op.HighPassKernel
A Kernel for high pass filtering.
Constructor Summary | |
HighPassKernel()
Constructs a 3x3 kernel for high pass filtering. |
Method Summary | |
static void |
main(java.lang.String[] argv)
Creates a HighPassKernel and prints it to standard output. |
Methods inherited from class com.pearsoneduc.ip.op.StandardKernel |
createKernel,
createKernel,
getFractionDigits,
setFractionDigits,
toString,
write |
Methods inherited from class java.awt.image.Kernel |
clone,
getHeight,
getKernelData,
getWidth,
getXOrigin,
getYOrigin |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public HighPassKernel()
Method Detail |
public static void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |