Changeset 36679 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Apr 20, 2014, 6:00:00 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20140402 (added) merged: 36641,36644,36673-36677
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r36489 r36679 53 53 int imcut PROTO((int, char **)); 54 54 int imhist PROTO((int, char **)); 55 int impeaks PROTO((int, char **)); 55 56 int imsmooth PROTO((int, char **)); 56 57 int imsmooth_generic PROTO((int, char **)); … … 78 79 int mget PROTO((int, char **)); 79 80 int minterp PROTO((int, char **)); 81 int medimage_command PROTO((int, char **)); 80 82 int mset PROTO((int, char **)); 81 83 int peak PROTO((int, char **)); … … 211 213 {1, "imcut", imcut, "linear image cut between arbitrary coords"}, 212 214 {1, "imhistogram", imhist, "histogram of an image region"}, 215 {1, "impeaks", impeaks, "find peaks in an image (return vectors)"}, 213 216 {1, "imsmooth", imsmooth, "circular gaussian smoothing"}, 214 217 {1, "imsmooth.generic", imsmooth_generic, "circular non-gaussian smoothing"}, … … 233 236 {1, "minterp", minterp, "interpolate image pixels"}, 234 237 {1, "iminterp", minterp, "interpolate image pixels"}, 238 {1, "medimage", medimage_command, "median image manipulation"}, 235 239 {1, "matrix", matrix, "matrix math operations"}, 236 240 {1, "match2d", match2d, "match 2 pairs of X,Y vectors and return matched indexes"},
Note:
See TracChangeset
for help on using the changeset viewer.
