IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2013, 12:10:07 PM (13 years ago)
Author:
eugene
Message:

add join, fix vlist argument, update help for match2d

File:
1 edited

Legend:

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

    r35875 r36022  
    5555int integrate        PROTO((int, char **));
    5656int interpolate      PROTO((int, char **));
     57int join             PROTO((int, char **));
    5758int jpeg             PROTO((int, char **));
    5859int kern             PROTO((int, char **));
     
    210211  {1, "integrate",    integrate,        "integrate a vector"},
    211212  {1, "interpolate",  interpolate,      "interpolate between vector pairs"},
     213  {1, "join",         join,             "find the join of two ID vectors"},
    212214  {1, "jpeg",         jpeg,             "convert display image to JPEG"},
    213215  {1, "kern",         kern,             "convolve with 3x3 kernel"},
Note: See TracChangeset for help on using the changeset viewer.