- Timestamp:
- Nov 8, 2013, 3:21:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/Ohana/src/opihi/cmd.data/init.c
r36084 r36274 53 53 int imhist PROTO((int, char **)); 54 54 int imsmooth PROTO((int, char **)); 55 int imsmooth_generic PROTO((int, char **)); 56 int imsmooth_2d PROTO((int, char **)); 55 57 int integrate PROTO((int, char **)); 56 58 int interpolate PROTO((int, char **)); … … 208 210 {1, "imhistogram", imhist, "histogram of an image region"}, 209 211 {1, "imsmooth", imsmooth, "circular gaussian smoothing"}, 212 {1, "imsmooth.generic", imsmooth_generic, "circular non-gaussian smoothing"}, 213 {1, "imsmooth.2d", imsmooth_2d, "circular non-gaussian smoothing"}, 210 214 {1, "imstats", imstats, "statistics on a portion of an image"}, 211 215 {1, "integrate", integrate, "integrate a vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
