|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.GrayHorizSimpleEdge
public class GrayHorizSimpleEdge
Computes a simple horizontal edge measure. The measure is simply the difference between the current pixel and the one to the left, clamped between Byte.MIN_VALUE and Byte.MAX_VALUE. The output replaces the input.
Constructor Summary | |
---|---|
GrayHorizSimpleEdge()
Creates a new instance of GrayHorizSimpleEdge |
Method Summary | |
---|---|
void |
push(Image image)
Compute a simple horizontal edge measure. |
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 GrayHorizSimpleEdge()
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 |