IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2009, 6:15:25 PM (17 years ago)
Author:
eugene
Message:

add some matrix math operations and fix svd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/Ohana/src/opihi/cmd.data/init.c

    r25757 r26418  
    5858int load             PROTO((int, char **));
    5959int lookup           PROTO((int, char **));
     60int matrix           PROTO((int, char **));
    6061int mkrgb            PROTO((int, char **));
    6162int mcreate          PROTO((int, char **));
     
    195196  {1, "minterp",      minterp,          "interpolate image pixels"},
    196197  {1, "iminterp",     minterp,          "interpolate image pixels"},
     198  {1, "matrix",       matrix,           "matrix math operations"},
    197199  {1, "mkrgb",        mkrgb,            "convert 3 images to rgb jpeg (use Kapa for better control)"},
    198200  {1, "mset",         mset,             "insert a vector in an image"},
Note: See TracChangeset for help on using the changeset viewer.