How to recover a noisy curve image
4 ビュー (過去 30 日間)
古いコメントを表示
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

0 件のコメント
回答 (1 件)
Image Analyst
2016 年 7 月 24 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!