Changeset 42719 for branches/2dbias/psLib/src/math/psVectorSmooth.c
- Timestamp:
- Sep 13, 2024, 10:19:51 PM (22 months ago)
- File:
-
- 1 edited
-
branches/2dbias/psLib/src/math/psVectorSmooth.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2dbias/psLib/src/math/psVectorSmooth.c
r42715 r42719 172 172 if (robust) \ 173 173 { \ 174 statistic = PS_STAT_CLIPPED_ME AN;\174 statistic = PS_STAT_CLIPPED_MEDIAN; \ 175 175 stats = psStatsAlloc(statistic); \ 176 stats->clipSigma = 2.5; \ 176 177 } \ 177 178 else \
Note:
See TracChangeset
for help on using the changeset viewer.
