IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 23, 2013, 12:09:42 PM (13 years ago)
Author:
eugene
Message:

add gauss to 2d cache smooth; some test code in pmPCM_Minimize

File:
1 edited

Legend:

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

    r36282 r36307  
    328328psImageSmooth2dCacheData *psImageSmooth2dCacheAlloc (float Nsigma);
    329329bool psImageSmooth2dCacheKernel_PS1_V1 (psImageSmooth2dCacheData *smdata, float sigma, float kappa);
     330bool psImageSmooth2dCacheKernel_Gauss (psImageSmooth2dCacheData *smdata, float sigma);
    330331bool psImageSmooth2dCache_F32(psImage *image, psImageSmooth2dCacheData *smdata);
    331332
Note: See TracChangeset for help on using the changeset viewer.