|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.Gray8QmSum
public class Gray8QmSum
Gray8QmSum forms the cumulative sum of an image.
Output(i,j) = Sum(Input(k,l), k ≤ i, l ≤ j).Output is a 32-bit gray image. Input is an 8-bit gray image.
Constructor Summary | |
---|---|
Gray8QmSum()
Creates a new instance of Gray8QmSum |
Method Summary | |
---|---|
void |
push(Image image)
Forms the cumulative sum of an image. |
Methods inherited from class jjil.core.PipelineStage |
---|
getFront, isEmpty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gray8QmSum()
Method Detail |
---|
public void push(Image image) throws Error
push
in class PipelineStage
image
- the input image.
Error
- if the input is not a Gray8Image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |