|
| Moment * | VipCreateMoment (Volume *vol) |
| |
| void | VipFreeMoment (Moment *mom) |
| |
| Legendre * | VipCreateLegendreMoment (Volume *vol) |
| |
| void | VipFreeLegendreMoment (Legendre *leg) |
| |
| void | VipMomentCopy (Moment *mom1, Moment *mom2) |
| |
| void | VipMomentCopy2D (Moment2D *mom1, Moment2D *mom2) |
| |
| void | VipLegendreMomentCopy (Legendre *leg1, Legendre *leg2) |
| |
| void | VipLegendreMomentCopy2D (Legendre2D *leg1, Legendre2D *leg2) |
| |
| void | VipAddOrSubPointToMoment (Moment *mom, double x, double y, double z, int dir) |
| |
| int | VipComputeInvariant (Moment *mom) |
| |
| void | VipGetComplexMoment (Moment *mom) |
| |
| int | VipComputeMomentInvariants (Moment *mom) |
| |
| void | VipComputeMoment (Volume *vol, Vip_U16BIT label, Moment *mom, int dir) |
| |
| void | VipComputeMomentM (Volume *vol, Vip_U16BIT label, Moment *mom, int dir, int mask) |
| |
| Moment * | VipCreateAndComputeMoment (Volume *vol, Vip_U16BIT label, int dir) |
| |
| int | VipComputeMomentAndInvariant (Volume *vol, Vip_U16BIT label, Moment *mom, int dir) |
| |
| int | VipComputeMomentAndInvariantM (Volume *vol, Vip_U16BIT label, Moment *mom, int dir, int mask) |
| |
| Moment * | VipCreateAndComputeMomentAndInvariant (Volume *vol, Vip_U16BIT label, int dir) |
| |
| Moment * | VipCreateAndComputeMomentAndInvariantM (Volume *vol, Vip_U16BIT label, int dir, int mask) |
| |
| int | VipUpdateMomentAndInvariant (Moment *mom, int x, int y, int z, int dir) |
| |
| int | VipComputeLegendreMoment (Legendre *leg) |
| |
| int | VipComputeMomentAndLegendreMoment (Volume *vol, Vip_U16BIT label, Legendre *leg, int dir) |
| |
| Legendre * | VipCreateAndComputeMomentAndLegendreMoment (Volume *vol, Vip_U16BIT label, int dir) |
| |
| void | VipPrintStreamMoment (FILE *stream, Moment *mom, char *filename) |
| |
| void | VipPrintStreamLegendreMoment (FILE *stream, Legendre *leg, char *filename) |
| |
| void | VipPrintStreamInvariantForPCA (FILE *stream, Moment *mom) |
| |
| void | VipPrintStreamInvariantForCovarianceMatrix (FILE *stream, Moment *mom) |
| |
| int | VipPrintMoment (Moment *mom, char *filename, char *resultfile) |
| |
| int | VipPrintLegendreMoment (Legendre *leg, char *filename, char *resultfile) |
| |
| Moment2D * | VipCreateMoment2D (Volume *vol) |
| |
| void | VipFreeMoment2D (Moment2D *mom) |
| |
| Legendre2D * | VipCreateLegendreMoment2D (Volume *vol) |
| |
| void | VipFreeLegendreMoment2D (Legendre2D *leg) |
| |
| void | VipAddOrSubPointToMoment2D (Moment2D *mom, double x, double y, int dir) |
| |
| int | VipComputeInvariant2D (Moment2D *mom) |
| |
| void | VipComputeMoment2D (Volume *vol, Vip_U16BIT label, Moment2D *mom, int dir) |
| |
| Moment2D * | VipCreateAndComputeMoment2D (Volume *vol, Vip_U16BIT label, int dir) |
| |
| int | VipComputeMomentAndInvariant2D (Volume *vol, Vip_U16BIT label, Moment2D *mom, int dir) |
| |
| Moment2D * | VipCreateAndComputeMomentAndInvariant2D (Volume *vol, Vip_U16BIT label, int dir) |
| |
| int | VipUpdateMomentAndInvariant2D (Moment2D *mom, int x, int y, int dir) |
| |
| int | VipComputeLegendreMoment2D (Legendre2D *leg) |
| |
| int | VipComputeMomentAndLegendreMoment2D (Volume *vol, Vip_U16BIT label, Legendre2D *leg, int dir) |
| |
| Legendre2D * | VipCreateAndComputeMomentAndLegendreMoment2D (Volume *vol, Vip_U16BIT label, int dir) |
| |
| void | VipPrintStreamMoment2D (FILE *stream, Moment2D *mom, char *filename) |
| |
| void | VipPrintStreamLegendreMoment2D (FILE *stream, Legendre2D *leg, char *filename) |
| |
| void | VipPrintStreamInvariantForPCA2D (FILE *stream, Moment2D *mom) |
| |
| void | VipPrintStreamInvariantForCovarianceMatrix2D (FILE *stream, Moment2D *mom) |
| |
| int | VipPrintMoment2D (Moment2D *mom, char *filename, char *resultfile) |
| |
| int | VipPrintLegendreMoment2D (Legendre2D *leg, char *filename, char *resultfile) |
| |