gui
Class Ccir601_2cbcr

java.lang.Object
  |
  +--gui.FloatPlane
        |
        +--gui.Ccir601_2cbcr

public class Ccir601_2cbcr
extends FloatPlane


Fields inherited from class gui.FloatPlane
b, bBar, g, gBar, height, max, min, r, rBar, width
 
Constructor Summary
Ccir601_2cbcr(ColorFrame _cf)
           
 
Method Summary
 void fromRgb()
           
 void toRgb()
           
 
Methods inherited from class gui.FloatPlane
addArray, computeStats, convertSpace, copyFloats, getMax, getMax, getMin, getMin, linearTransform, linearTransform, max, min, normalize, normalize, oneDSubsample4To1, oneDSubsampleTwoTo1, oneOnF, pow, powArray, printStatistics, scale, scaleArray, subSampleChroma2To1, subSampleChroma4To1, transpose, updateParent, updateParent, zeroOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ccir601_2cbcr

public Ccir601_2cbcr(ColorFrame _cf)
Method Detail

fromRgb

public void fromRgb()
Overrides:
fromRgb in class FloatPlane

toRgb

public void toRgb()
Overrides:
toRgb in class FloatPlane