bilinear(const Image< T > &image, const double yy, const double xx) | ImageTools< T > | [static] |
compacte(Image< T > &image) | ImageTools< T > | [static] |
convertTo8bits(const Image< T > &image1, const TypeConv8bits type=NORMAL, const double param=1.) | ImageTools< T > | [static] |
dilate(Image< T > &in_image, const int taille) | ImageTools< T > | [static] |
functionHisto(const Image< T > &image1, const TypeConv8bits type=EGAL) | ImageTools< T > | [static] |
getMax(const Image< T > &image) | ImageTools< T > | [static] |
getPSNR(const Image< T > &image1, const Image< T > &image2) | ImageTools< T > | [static] |
RGBtoYUV(const Image< T > &ima, float *&imay, float *&imau, float *&imav, int &h, int &w, YUVSize size=S420, YUVTransfo typetransfo=SMPTE170M) | ImageTools< T > | [inline, static] |
YUVtoRGB(const float *const imay, const float *const imau, const float *const imav, const int h, const int w, YUVTransfo typetransfo=SMPTE170M, YUVSize size=S420) | ImageTools< T > | [inline, static] |