How to apply radial spatial filter on Matlab? -
i have images contain series of concentric circles (artifacts), apply kind of radial spatial filter in order smoothen these circles.
any on appreciated.
regards,
simon
you can:
- find center of image using center of mass calculations
- transform image polar coordinates (imtopolar, need download).
- filter in radial direction (this 1d filter in x direction).
- transform cartesian coordinates.
Comments
Post a Comment