- Timestamp:
- Jan 17, 2015, 5:52:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.data/init.c
r37807 r37850 80 80 int medacc PROTO((int, char **)); 81 81 int mget PROTO((int, char **)); 82 int mget3d PROTO((int, char **)); 82 83 int minterp PROTO((int, char **)); 83 84 int medimage_command PROTO((int, char **)); … … 243 244 {1, "medacc", medacc, "accumulate vector values in another vector"}, 244 245 {1, "mget", mget, "extract a vector from an image"}, 246 {1, "mget3d", mget3d, "extract a vector from a 3D image"}, 245 247 {1, "imget", mget, "extract a vector from an image"}, 246 248 {1, "minterp", minterp, "interpolate image pixels"},
Note:
See TracChangeset
for help on using the changeset viewer.
