|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.GrayAbs
public class GrayAbs
Computes absolute value of a Gray8Image, replacing the original.
Constructor Summary | |
---|---|
GrayAbs()
Creates a new instance of GrayAbs |
Method Summary | |
---|---|
void |
push(Image image)
Compute absolute value of the 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 GrayAbs()
Method Detail |
---|
public void push(Image image) throws Error
push
in class PipelineStage
image
- the input Gray8Image
Error
- if image is not a Gray8Image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |