Changeset 36274
- Timestamp:
- Nov 8, 2013, 3:21:16 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/Ohana/src/opihi/cmd.data
- Files:
-
- 2 added
- 2 edited
-
Makefile (modified) (1 diff)
-
imsmooth.2d.c (added)
-
imsmooth.generic.c (added)
-
init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/Ohana/src/opihi/cmd.data/Makefile
r36084 r36274 64 64 $(SRC)/imhist.$(ARCH).o \ 65 65 $(SRC)/imsmooth.$(ARCH).o \ 66 $(SRC)/imsmooth.generic.$(ARCH).o \ 67 $(SRC)/imsmooth.2d.$(ARCH).o \ 66 68 $(SRC)/integrate.$(ARCH).o \ 67 69 $(SRC)/interpolate.$(ARCH).o \ -
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.
