IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2014, 6:07:05 AM (12 years ago)
Author:
eugene
Message:

add discrete 2d fourier transform; add option to show table sizes and to read a partial table

File:
1 edited

Legend:

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

    r37630 r37733  
    3232int densify          PROTO((int, char **));
    3333int device           PROTO((int, char **));
     34int dft2d            PROTO((int, char **));
    3435int dimendown        PROTO((int, char **));
    3536int dimenup          PROTO((int, char **));
     
    196197  {1, "densify",      densify,          "create an image histogram from a set of vectors"},
    197198  {1, "device",       device,           "set / get current graphics device"},
     199  {1, "dft2d",        dft2d,            "2D discrete fourier transform"},
    198200  {1, "dimendown",    dimendown,        "convert image to vector"},
    199201  {1, "dimenup",      dimenup,          "convert vector to image"},
Note: See TracChangeset for help on using the changeset viewer.