Changeset 2808 in Sophya for trunk/SophyaLib/NTools/dynccd.h


Ignore:
Timestamp:
Jun 14, 2005, 1:25:05 PM (20 years ago)
Author:
ansari
Message:

MAJ documentation - Reza 14/6/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/dynccd.h

    r1110 r2808  
    1111namespace SOPHYA {
    1212
    13 enum {kConstantNoise = 0, kPhotonNoise, kSigFondNoise, kSqrtADUNoise};
    1413
     14//! Readout and photon noise calculation for images
    1515class DynCCD
    1616{
    1717  public :
     18  enum {kConstantNoise = 0, kPhotonNoise, kSigFondNoise, kSqrtADUNoise};
    1819
    1920  int_4 TypNoise;      // Type de calcul du bruit
     
    3738
    3839
     40//! Return an image corresponding to the noise described by \b dynccd
    3941template <class T>
    4042Image<T> NoiseImage(Image<T> const & pim, DynCCD const & dynccd);
    4143
     44//! Add noise to the image
    4245template <class T>
    4346void ImgAddNoise(Image<T>&, DynCCD const&);
Note: See TracChangeset for help on using the changeset viewer.