IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2023, 9:47:27 AM (3 years ago)
Author:
eugene
Message:

new function impoints to insert values into an image

File:
1 edited

Legend:

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

    r42389 r42438  
    7070int imresample       PROTO((int, char **));
    7171int imcollapse       PROTO((int, char **));
     72int impoints         PROTO((int, char **));
    7273int integrate        PROTO((int, char **));
    7374int interpolate      PROTO((int, char **));
     
    280281  {1, "imconvolve",   imconvolve,       "full 2D real-space convolution"},
    281282  {1, "imstats",      imstats,          "statistics on a portion of an image"},
     283  {1, "impoints",     impoints,         "insert points into an image by vector pair"},
    282284  {1, "integrate",    integrate,        "integrate a vector"},
    283285  {1, "interpolate_presort",  interpolate_presort,      "interpolate between vector pairs"},
Note: See TracChangeset for help on using the changeset viewer.