jjil.core
Interface Ladder.Join
- All Known Implementing Classes:
- Gray16LinComb, GrayAdd, GrayLinComb, GraySub
- Enclosing class:
- Ladder
public static interface Ladder.Join
The Join interface defines a function which combines two images into
one. It is used in Ladder to combine the outputs of the two pipelines.
Method Summary |
Image |
doJoin(Image imageFirst,
Image imageSecond)
Combine the two images and produce an image as output |
doJoin
Image doJoin(Image imageFirst,
Image imageSecond)
throws Error
- Combine the two images and produce an image as output
- Parameters:
imageFirst
- First imageimageSecond
- Second image
- Returns:
- the combined image
- Throws:
Error
- typically, when the two images are not the expected type or are of other
than the required size.