DESY ACOP Beans Home

Uses of Interface
de.desy.acop.video.analysis.ColorDecoder

Packages that use ColorDecoder
de.desy.acop.video.analysis   
 

Uses of ColorDecoder in de.desy.acop.video.analysis
 

Classes in de.desy.acop.video.analysis that implement ColorDecoder
 class AverageColorDecoder
          AvrerageColorDecoder transforms theTYPE_INT_ARGB integer color code into a normalized sum of red, green and blue components.
 class IdentityColorDecoder
          IdentitiyColorDecoder performs no transformation of TYPE_INT_ARGB integer color code.
 class LuminosityColorDecoder
          LuminosityColorDecoder transforms theTYPE_INT_ARGB integer color code into a normalized sum of red, green and blue components by calculating luminosity as Y = 0.299*R + 0.587*G + 0.114*B.
 class RGBColorDecoder
          RGBColorDecoder is a decoder which transforms the raw values into rgb values.
 

Methods in de.desy.acop.video.analysis that return ColorDecoder
 ColorDecoder ImageAnalysisEngine.getDecoder()
          Gets the decoder used by this ImageAnalysisEngine.
 

Methods in de.desy.acop.video.analysis with parameters of type ColorDecoder
 void ImageAnalysisEngine.setDecoder(ColorDecoder decoder)
          Sets a ColorDecoder to this ImageAnalysisEngine
 

Constructors in de.desy.acop.video.analysis with parameters of type ColorDecoder
AnalyzedImage(ColorDecoder decoder, int[] image, int scan, int x, int y, int w, int h, double threshold)
          Deprecated. Constructs a new AnalyzedImage, which accepts an image matrix.
ImageAnalysisEngine(ColorDecoder decoder)
          Constructs this ImageAnalysisEngine.
 



Copyright © 2010. All Rights Reserved.