IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 269


Ignore:
Timestamp:
Mar 19, 2004, 4:43:44 PM (22 years ago)
Author:
eugene
Message:

removed psImageBinaryOp and psImageUnaryOp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psImage.h

    r268 r269  
    251251;
    252252
    253 /*** image arithmetic ***/
    254 /// Perform a binary operation on two images.
    255 psImage *
    256 psImageBinaryOp (psImage *out,          ///< destination image (may be NULL)
    257                  psImage *in1,          ///< first input image
    258                  char *operator,        ///< operator
    259                  psImage *in2)          ///< second input image
    260 ;
    261 
    262 /// Perform a unary operation on an image.
    263 psImage *
    264 psImageUnaryOp (psImage *out,           ///< destination image (may be NULL)
    265                 psImage *in1,           ///< input image
    266                 char *operator)         ///< operator
    267 ;
    268 
    269253/// Overlay subregion of image with another image.
    270254int
Note: See TracChangeset for help on using the changeset viewer.