|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.Gray82Gray32
public class Gray82Gray32
Gray82Gray32 converts an 8-bit gray image to a 32-bit gray image.
Constructor Summary | |
---|---|
Gray82Gray32()
Creates a new instance of Gray82Gray32 |
Method Summary | |
---|---|
void |
push(Image image)
Converts an 8-bit gray image into a 32-bit image by replicating changing the data range of the bytes from -128->127 to 0->255. |
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 Gray82Gray32()
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 |