IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2015, 5:52:54 AM (12 years ago)
Author:
eugene
Message:

2 new functions: cdhistogram, mget3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/opihi/cmd.data/init.c

    r37807 r37850  
    8080int medacc           PROTO((int, char **));
    8181int mget             PROTO((int, char **));
     82int mget3d           PROTO((int, char **));
    8283int minterp          PROTO((int, char **));
    8384int medimage_command PROTO((int, char **));
     
    243244  {1, "medacc",       medacc,           "accumulate vector values in another vector"},
    244245  {1, "mget",         mget,             "extract a vector from an image"},
     246  {1, "mget3d",       mget3d,           "extract a vector from a 3D image"},
    245247  {1, "imget",        mget,             "extract a vector from an image"},
    246248  {1, "minterp",      minterp,          "interpolate image pixels"},
Note: See TracChangeset for help on using the changeset viewer.