IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2022, 8:33:33 PM (4 years ago)
Author:
eugene
Message:

add option to get box size in pixels; add function to get vector/matrix sizes

File:
1 edited

Legend:

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

    r42166 r42305  
    160160int tvgrid           PROTO((int, char **));
    161161int opihi_type       PROTO((int, char **));
     162int opihi_size       PROTO((int, char **));
    162163int uniq             PROTO((int, char **));
    163164int uniqpair         PROTO((int, char **));
     
    350351  {1, "set",          set,              "image and vector math"},
    351352  {1, "shift",        shift,            "shift data in an image"},
     353  {1, "size",         opihi_size,       "get vector/matrix dimension/size information"},
    352354  {1, "sort",         sort_vectors,     "sort list of vectors"},
    353355  {1, "spline",       spline_command,   "shift data in an image"},
Note: See TracChangeset for help on using the changeset viewer.