Projects:ImageSmoothSlicer2

From NAMIC Wiki
Revision as of 13:23, 18 December 2006 by Andy (talk | contribs) (Update from Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Projects:ImageSmoothSlicer2
Back to NA-MIC_Collaborations

Objective:

This algorithm performs smoothing of images by smoothing only along the level lines of images and not across them. This methodology preserves the edges while removing any noise from it. It works on the principle of κ(1 / 3)(1 / 4) smoothing of the level lines of an image. κ(1 / 3) performs smoothing for each of the slices in the 2D plane while κ(1 / 4) performs volumetric smoothing, ie., smoothing in the 3D plane. If one wants to perform smoothing for the entire volume, use κ(1 / 4) smoothing, whereas for smoothing only a single slice, use κ(1 / 3) smoothing filter.

Links: