/**
  * @brief
  * Construct from a list of PSF
  *
  * @param psf The list to contruct the CompoundPSF from
  * @param aPrototype
  * Prototype of the coefficients to use in decomposition
  */
 public void Construct(List<SpatiallyVariantPsf> psf, KLCoefficients aPrototype)
 {
 }
Exemple #2
0
 /**
  * @brief
  * Construct from a list of PSF
  *
  * @param psf The list to contruct the CompoundPSF from
  * @param aPrototype
  * Prototype of the coefficients to use in decomposition
  */
 public void Construct(List <SpatiallyVariantPsf> psf, KLCoefficients aPrototype)
 {
 }