com.c3d.image
Class XYZ2RGB

java.lang.Object
  |
  +--com.c3d.operators.Moperator
        |
        +--com.c3d.image.XYZ2RGB

public class XYZ2RGB
extends com.c3d.operators.Moperator

TeX This operator converts an image in XYZ format to an RGB image by multiplying by a conversion matrix as follows: $$ \pmatrix{R\cr G\cr B}=\pmatrix{3.24&-1.537&-0.498\cr -0.969&1.875&0.041\cr 0.055&-0.204&1.057}\pmatrix{X\cr Y\cr Z} $$


Fields inherited from class com.c3d.operators.Moperator
IDENTITY
 
Constructor Summary
XYZ2RGB()
           
 
Method Summary
 Jimage apply(Jimage a)
           
 com.c3d.util.atomic.Universal apply(com.c3d.util.atomic.Universal a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYZ2RGB

public XYZ2RGB()
Method Detail

apply

public com.c3d.util.atomic.Universal apply(com.c3d.util.atomic.Universal a)
Overrides:
apply in class com.c3d.operators.Moperator

apply

public Jimage apply(Jimage a)