|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.algorithm.GraySub
public class GraySub
Subtracts one gray image from another. To be used as a join operation in a Ladder operation.
Constructor Summary | |
---|---|
GraySub()
Creates a new instance of GraySub |
Method Summary | |
---|---|
Image |
doJoin(Image imageFirst,
Image imageSecond)
Subtracts one gray image from another. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraySub()
Method Detail |
---|
public Image doJoin(Image imageFirst, Image imageSecond) throws Error
doJoin
in interface Ladder.Join
imageFirst
- the first image (and output)imageSecond
- the second image
Error
- if either image is not a gray 8-bit
image, or they are of different sizes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |