Changeset 10307 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Nov 29, 2006, 4:05:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r10073 r10307 13 13 int contour PROTO((int, char **)); 14 14 int create PROTO((int, char **)); 15 int cumulative PROTO((int, char **)); 15 16 int cursor PROTO((int, char **)); 16 17 int cut PROTO((int, char **)); … … 124 125 {"contour", contour, "create contour from image"}, 125 126 {"create", create, "create a new vector"}, 127 {"cumulative", cumulative, "build a cumulative histogram from a specific histogram"}, 126 128 {"cursor", cursor, "get coords from cursor"}, 127 129 {"cut", cut, "extract a cut across an image"},
Note:
See TracChangeset
for help on using the changeset viewer.
