|
| Volume * | VipLocalExtrema (Volume *vol, int connectivity, int forbidden, int extrematype) |
| |
| int | VipComputeWatershedVoronoi (Volume *vol, Volume *label, int connectivity, int domain, int forbidden, int nseed, int hight_threshold) |
| |
| Volume * | VipSulcalRootsWatershedVoronoi (Volume *vol, Volume *saddle_point, int connectivity_extrema, int mode, int domain, int forbidden, int outside, int hight_threshold) |
| |
| Volume * | ConvertBrainToSaddlePoint (Volume *brain, float sigma, int bwidth, float threshold) |
| |
| int | VipDilation (Volume *vol, int mode, float size) |
| |
| int | VipConnectivityChamferDilation (Volume *vol, float size, int connectivity, int mode) |
| |
| int | VipCustomizedChamferDilation (Volume *vol, float size, int xmask, int ymask, int zmask, float mult_factor, int mode) |
| |
| int | VipCustomizedGeodesicChamferDilation (Volume *vol, int domain, int outside_domain, float size, int xmask, int ymask, int zmask, float mult_factor) |
| |
| int | VipHomotopicInsideVolumeDilation (Volume *vol1, Volume *vol2, int nb_iteration, int domain, int outside_domain, int front_mode) |
| |
| int | VipErosion (Volume *vol, int mode, float size) |
| |
| int | VipConnectivityChamferErosion (Volume *vol, float size, int connectivity, int mode) |
| |
| int | VipCustomizedChamferErosion (Volume *vol, float size, int xmask, int ymask, int zmask, float mult_factor, int mode) |
| |
| int | VipClosing (Volume *vol, int mode, float size) |
| |
| int | VipCustomizedChamferClosing (Volume *vol, float size, int xmask, int ymask, int zmask, float mult_factor, int mode) |
| |
| int | VipConnectivityChamferClosing (Volume *vol, float size, int connectivity, int mode) |
| |
| int | VipOpening (Volume *vol, int mode, float size) |
| |
| int | VipConnectivityChamferOpening (Volume *vol, float size, int connectivity, int mode) |
| |
| int | VipCustomizedChamferOpening (Volume *vol, float size, int xmask, int ymask, int zmask, float mult_factor, int mode) |
| |
| Volume * | VipIntersectionDirectionalGrayLevelClosing (Volume *vol) |
| |
| Volume * | VipGrayLevelPlanDilation (Volume *vol, int connectivity, int forbidden) |
| |
| Volume * | VipGrayLevelPlanErosion (Volume *vol, int connectivity, int forbidden) |
| |
| Volume * | VipGrayLevelPlanDilationErosion (Volume *vol, int connectivity, int forbidden) |
| |
| Volume * | VipGrayLevelPlanErosionDilation (Volume *vol, int connectivity, int forbidden) |
| |