How to recover a noisy curve image

3 Ansichten (letzte 30 Tage)
Huy Nguyen
Huy Nguyen am 24 Jul. 2016
Beantwortet: Image Analyst am 24 Jul. 2016
I have a noisy image as follow
As you can see, the image is an incomplete curve with many sections.
Is there an inference algorithm in Matlab that I can use to infer missing points and re-draw the complete curve?
Thanks

Antworten (1)

Image Analyst
Image Analyst am 24 Jul. 2016
Try smoothing it first with sgolayfilt() (in the Signal Processing Toolbox) or SLM or something. Then try interp1() on the smoothed curve to get the y values for "missing" x values.

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by