|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.Rgb3x3Average
public class Rgb3x3Average
Pipeline stage performs a 3x3 RGB average of the input.
Constructor Summary | |
---|---|
Rgb3x3Average()
Creates a new instance of Rgb3x3Average |
Method Summary | |
---|---|
void |
push(Image imageInput)
Do a color 3x3 average of the input 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 Rgb3x3Average()
Method Detail |
---|
public void push(Image imageInput) throws Error
push
in class PipelineStage
imageInput
- the input image
Error
- if imageInput is not an RgbImage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |