Changeset 42082 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Feb 28, 2022, 12:17:32 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r41891 r42082 18 18 int clear PROTO((int, char **)); 19 19 int clip PROTO((int, char **)); 20 int imclip PROTO((int, char **));21 20 int close_device PROTO((int, char **)); 22 21 int concat PROTO((int, char **)); … … 61 60 int hermitian2d PROTO((int, char **)); 62 61 int idxread PROTO((int, char **)); 62 int imclip PROTO((int, char **)); 63 63 int imcut PROTO((int, char **)); 64 64 int imhist PROTO((int, char **)); … … 68 68 int imsmooth_2d PROTO((int, char **)); 69 69 int imconvolve PROTO((int, char **)); 70 int imresample PROTO((int, char **)); 71 int imcollapse PROTO((int, char **)); 70 72 int integrate PROTO((int, char **)); 71 73 int interpolate PROTO((int, char **)); … … 266 268 {1, "imclip", imclip, "clip values in an image to be within a range"}, 267 269 {1, "imcut", imcut, "linear image cut between arbitrary coords"}, 270 {1, "imresample", imresample, "extract arbitrary window from image"}, 271 {1, "imcollapse", imcollapse, "collapse to histogram along axis"}, 268 272 {1, "imhistogram", imhist, "histogram of an image region"}, 269 273 {1, "impeaks", impeaks, "find peaks in an image (return vectors)"},
Note:
See TracChangeset
for help on using the changeset viewer.
