|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.desy.acop.video.analysis.RGBColorDecoder
public class RGBColorDecoder
RGBColorDecoder is a decoder which transforms
the raw values into rgb values.
| Constructor Summary | |
|---|---|
RGBColorDecoder()
|
|
| Method Summary | |
|---|---|
double |
transform(int code)
Deprecated. |
double[] |
transform(int[] data)
Transforms the complete array of TYPE_INT_ARGB integer colors codes into meaningful double value array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RGBColorDecoder()
| Method Detail |
|---|
@Deprecated public double transform(int code)
ColorDecoder
transform in interface ColorDecodercode - the TYPE_INT_ARGB integer color code
public double[] transform(int[] data)
ColorDecoderColorDecoder.transform(int) many times, which
might be costly.
transform in interface ColorDecoderdata - the data to transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||