IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

#646 closed defect (fixed)

psBinaryOp example is confusing/unclear

Reported by: bswift Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

.

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Fixed:

psImage *A, *B;
A = someCoolImage(); Initialise A

B = psBinaryOp (NULL, A, "", psScalarAlloc(2, PS_TYPE_S16));
psUnaryOp(B, B, "sin");

Note: See TracTickets for help on using tickets.