Changeset 3292 in Sophya for trunk/SophyaPI/PI/parradapter.h


Ignore:
Timestamp:
Aug 16, 2007, 6:21:26 PM (18 years ago)
Author:
ansari
Message:

Introduction de nouveaux algorithmes de calcul d'auto-lut pour affichage d'image - Reza 16/08/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/parradapter.h

    r3152 r3292  
    8383  virtual int     CheckDyn(double& min, double& max, double& moy, double& sig, int& nbnul, int& nbsat, int vit=10);
    8484//    Calcul AutoLut
    85   virtual void    ComputeLut_PicHisto(double& min, double& max, int nbsig=1, double fracmax=0.95);
     85  virtual void    ComputeLut_PicHisto(double& min, double& max, bool htail,
     86                                      double nbsig=1., double fracmax=0.95);
    8687
    8788//    Calcul pixmap avec un LUT
Note: See TracChangeset for help on using the changeset viewer.