Changeset 2808 in Sophya for trunk/SophyaLib/NTools/dynccd.h
- Timestamp:
- Jun 14, 2005, 1:25:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/dynccd.h
r1110 r2808 11 11 namespace SOPHYA { 12 12 13 enum {kConstantNoise = 0, kPhotonNoise, kSigFondNoise, kSqrtADUNoise};14 13 14 //! Readout and photon noise calculation for images 15 15 class DynCCD 16 16 { 17 17 public : 18 enum {kConstantNoise = 0, kPhotonNoise, kSigFondNoise, kSqrtADUNoise}; 18 19 19 20 int_4 TypNoise; // Type de calcul du bruit … … 37 38 38 39 40 //! Return an image corresponding to the noise described by \b dynccd 39 41 template <class T> 40 42 Image<T> NoiseImage(Image<T> const & pim, DynCCD const & dynccd); 41 43 44 //! Add noise to the image 42 45 template <class T> 43 46 void ImgAddNoise(Image<T>&, DynCCD const&);
Note:
See TracChangeset
for help on using the changeset viewer.