Changeset 16099 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jan 16, 2008, 1:10:16 PM (19 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
r16013 r16099 26 26 int erase PROTO((int, char **)); 27 27 int extract PROTO((int, char **)); 28 int fft1dold PROTO((int, char **)); 28 29 int fft1d PROTO((int, char **)); 29 30 int fft2d PROTO((int, char **)); … … 145 146 {"erase", erase, "erase objects on an overlay"}, 146 147 {"extract", extract, "extract a portion of a buffer into another buffer"}, 148 {"fft1dold", fft1dold, "fft on the pixel-stream in an image"}, 147 149 {"fft1d", fft1d, "fft on the pixel-stream in an image"}, 148 150 {"fft2d", fft2d, "fft on an image"},
Note:
See TracChangeset
for help on using the changeset viewer.
