- Timestamp:
- Nov 11, 2013, 11:21:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psLib/src/imageops/psImageConvolve2dCache.c
r36278 r36282 83 83 84 84 // allocate the psImageSmooth2dCache data structure, but do not define the kernel 85 psImageSmooth2dCacheData *psImageSmooth2dCacheAlloc ( void) {85 psImageSmooth2dCacheData *psImageSmooth2dCacheAlloc (float Nsigma) { 86 86 87 87 psImageSmooth2dCacheData *smdata = psAlloc(sizeof(psImageSmooth2dCacheData)); … … 89 89 90 90 smdata->radflux = NULL; 91 smdata->Nsigma = 3;91 smdata->Nsigma = Nsigma; 92 92 smdata->Ns = -1; 93 93
Note:
See TracChangeset
for help on using the changeset viewer.
