#287 closed defect (fixed)
Transform function prototypes
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
In SDR-11 section 5.7.1, the prototype definitions for the functions
psPlaneTransformInvert, psPlaneTransformCombine and psPlaneTransform fit go off
the page so the full list of arguments and their types is not complete.
Note:
See TracTickets
for help on using tickets.

Sorry. I have fixed it in the document, and list the prototypes below.
psPlaneTransform *psPlaneTransformInvert(psPlaneTransform *out, const
psPlaneTransform *in, psRegion *region, int nSamples);
psPlaneTransform *psPlaneTransformCombine(psPlaneTransform *out, const
psPlaneTransform *trans1, const psPlaneTransform *trans2, psRegion *region,
bool psPlaneTransformFit(psPlaneTransform *trans, const psArray *source, const
psArray *dest, int nRejIter, float sigmaClip);