IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2013, 10:13:29 AM (13 years ago)
Author:
eugene
Message:

finish psImageConvolve2dCache, and add test

File:
1 edited

Legend:

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

    r36275 r36278  
    326326bool psImageConvolveGetThreads(void);
    327327
     328psImageSmooth2dCacheData *psImageSmooth2dCacheAlloc (void);
     329bool psImageSmooth2dCacheKernel_PS1_V1 (psImageSmooth2dCacheData *smdata, float sigma, float kappa);
     330bool psImageSmooth2dCache_F32(psImage *image, psImageSmooth2dCacheData *smdata);
     331
    328332/// @}
    329333#endif // #ifndef PS_IMAGE_CONVOLVE_H
Note: See TracChangeset for help on using the changeset viewer.