|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILut
Defines a general pixel value lookup table.
| Method Summary | |
|---|---|
float |
lookup(float value)
This method handles lookup of float values - this may interpolate between pixel values, or otherwise modify values. |
int |
lookup(int value)
This method just looks up the integer or short values directly |
| Method Detail |
|---|
float lookup(float value)
Grayscale - value to lookup in the lookup table.
int lookup(int value)
value - to convert to float, use the float lookup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||