IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2013, 10:27:39 AM (13 years ago)
Author:
eugene
Message:

add prototype to .h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psLib/src/imageops/psImageConvolve.h

    r36228 r36234  
    308308psImageSmoothCacheData *psImageSmoothCacheAlloc (psImage *image, double sigma, double Nsigma);
    309309bool psImageSmoothCache_F32(psImage *image, psImageSmoothCacheData *smdata);
     310bool psImageSmoothCacheKernel_Gauss (psImageSmoothCacheData *smdata, float sigma);
    310311
    311312/// Control threading for image convolution functions
Note: See TracChangeset for help on using the changeset viewer.