|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjjil.algorithm.GrayAdd
public class GrayAdd
Adds two gray images. To be used as a join operation in a Ladder operation.
| Constructor Summary | |
|---|---|
GrayAdd()
Creates a new instance of GrayAdd |
|
| Method Summary | |
|---|---|
Image |
doJoin(Image imageFirst,
Image imageSecond)
Adds two Gray8Image's. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrayAdd()
| Method Detail |
|---|
public Image doJoin(Image imageFirst,
Image imageSecond)
throws Error
doJoin in interface Ladder.JoinimageFirst - 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 | |||||||||