|
| VipT1HistoAnalysis * | VipAnalyseCascadesRidge (SSCascade *clist, Vip1DScaleSpaceStruct *volstruct, float mean) |
| |
| VipHisto * | VipGetHistoSurface (VipHisto *hin, Volume *vol) |
| |
| VipHisto * | VipGetForcedUndersampledHisto (VipHisto *hin, int *ratio) |
| |
| VipHisto * | VipGetEntropyForcedUndersampledHisto (VipHisto *hin, float entropy, int *ratio) |
| |
| int | VipGetHistoEntropy (VipHisto *histo, float *entropo) |
| |
| int | VipPourcentageLowerThanThreshold (Volume *vol, int lowthreshold, int pourcentage) |
| |
| int | VipCutRightFlatPartOfHisto (VipHisto *h, int cutvalue) |
| |
| int | VipTestHistoExists (char *name) |
| |
| VipHisto * | VipGetUndersampledHisto (VipHisto *hin, int *ratio) |
| |
| VipHisto * | VipGetPropUndersampledHisto (VipHisto *hin, int prop, int *ratio, int *power2, int threshold, int final_length) |
| |
| VipHisto * | VipGetCumulHisto (VipHisto *hin) |
| |
| VipHisto * | VipReadHisto (char *name) |
| |
| int | VipWriteHisto (VipHisto *histo, char *name, int mode) |
| |
| VipHisto * | VipGetLeftExtendedHisto (VipHisto *hin, int length) |
| |
| VipHisto * | VipGetRightExtendedHisto (VipHisto *hin, int length) |
| |
| VipHisto * | VipCreateHisto (int minvalue, int maxvalue) |
| |
| int | VipFreeHisto (VipHisto *histo) |
| |
| int | VipSetHistoVal (VipHisto *histo, int greylevel, int value) |
| |
| int | VipGetHistoVal (VipHisto *histo, int greylevel, int *value) |
| |
| int | VipGetHistoMin (VipHisto *histo, int *min) |
| |
| int | VipGetHistoMax (VipHisto *histo, int *max) |
| |
| VipHisto * | VipComputeVolumeHisto (Volume *vol) |
| |
| VipHisto * | VipComputeCleanedUpVolumeHisto (Volume *vol, Volume *discard) |
| |
| Volume * | VipComputeMeanVolume (Volume *vol) |
| |
| Volume * | VipComputeVarianceVolume (Volume *vol) |
| |
| VipHisto * | VipCreateThreeGaussianSumHisto (float m1, float s1, float h1, float m2, float s2, float h2, float m3, float s3, float h3) |
| |
| VipHisto * | VipCreateForGaussianSumHisto (float m1, float s1, float h1, float m2, float s2, float h2, float m3, float s3, float h3, float m4, float s4, float h4) |
| |
| int | VipComputeStatInRidgeVolume (Volume *vol, Volume *thresholdedvol, float *mean, float *sigma, int robust) |
| |
| int | VipComputeRobustStatInMaskVolume (Volume *vol, Volume *thresholdedvol, float *mean, float *sigma, int robust) |
| |
| int | VipIterateToGetPropUndersampledRatio (VipHisto *histo, int *ratio, int ratios[5][5], int j) |
| |
| int | VipGetOtsuThreshold (Volume *vol) |
| |