Changeset 28003 for branches/pap/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/pap/Ohana/src/opihi/cmd.data/init.c
r26891 r28003 61 61 int lookup PROTO((int, char **)); 62 62 int matrix PROTO((int, char **)); 63 int match2d PROTO((int, char **)); 63 64 int mkrgb PROTO((int, char **)); 64 65 int mcreate PROTO((int, char **)); … … 201 202 {1, "iminterp", minterp, "interpolate image pixels"}, 202 203 {1, "matrix", matrix, "matrix math operations"}, 204 {1, "match2d", match2d, "match 2 pairs of X,Y vectors and return matched indexes"}, 203 205 {1, "mkrgb", mkrgb, "convert 3 images to rgb jpeg (use Kapa for better control)"}, 204 206 {1, "mset", mset, "insert a vector in an image"},
Note:
See TracChangeset
for help on using the changeset viewer.
