Changes in src/mathutils.h [f72364d:1a74ac3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
rf72364d r1a74ac3 19 19 */ 20 20 21 /** \file 22 23 Various math functions 24 25 \example test-mathutils.c 26 \example test-mathutils-window.c 27 21 /** @file 22 * various math functions 28 23 */ 29 24 … … 185 180 void fvec_min_removal (fvec_t * v); 186 181 187 /** compute moving median th reshold of a vector182 /** compute moving median theshold of a vector 188 183 189 184 This function computes the moving median threshold value of at the given 190 position of a vector, taking the median among post elements before and up to185 position of a vector, taking the median amongs post elements before and up to 191 186 pre elements after pos. 192 187
Note: See TracChangeset
for help on using the changeset viewer.