Changeset 40738 for trunk/ppSim/src/ppSimSmoothReadout.c
- Timestamp:
- May 14, 2019, 2:55:58 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimSmoothReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimSmoothReadout.c
r36375 r40738 24 24 // smooth the image in place, applying the mask as we go 25 25 psImageSmooth2dCacheData *smdata = psImageSmooth2dCacheAlloc(nSigma); 26 psImageSmooth2dCacheKernel_PS1_V1 (smdata, sigma, 1.0);26 psImageSmooth2dCacheKernel_PS1_V1 (smdata, sigma, 0.2); 27 27 28 28 psImageSmooth2dCache_F32 (input->image, smdata);
Note:
See TracChangeset
for help on using the changeset viewer.
