Extract the X and Y values of curve in image

53 ビュー (過去 30 日間)
Habib
Habib 2020 年 1 月 16 日
コメント済み: Image Analyst 2020 年 3 月 27 日
Hi every one.
I have an image like this
3.jpg
I want to extract X and Y curve values. Unfortunately it's .fig file was lost. I have to have its y values. I have tried codes like Nassim Grabbit, ... but they were not more helpful.
Please suggest other ways to solve my problem
  4 件のコメント
JohnE
JohnE 2020 年 3 月 26 日
If anyone is interested, we have launched a free graph digitizer. You can use it to extract 1000's of points on a spectral curve in seconds. Give it a try and let me know what you think.
https://www.opticsforhire.com/graph-digitizer
John
Image Analyst
Image Analyst 2020 年 3 月 27 日
Why not put it in the MATLAB Central File Exchange?

サインインしてコメントする。

回答 (2 件)

Adam Danz
Adam Danz 2020 年 1 月 17 日
Without the original data or the figure file you'll have to use a digitizing program that estimates the coordinates of the curve based on the image.
You can start with Jiro's grabit(). You mentioned that you tried this but had problems. It may require some pre-processing, cleaning up the image before processing, or eliminating any objects in the image that are interfering with the extraction. That all could be done from a 3rd party image editing program.
If that doesn't work for you, perhaps there are other programs on the file exchange you could try. Here's are some suggestions.
Outside of Matlab there is GetData, Engauge Digitizer, and probably others I'm not aware of.
Depending on what the data look like in your image, you may have to edit the image before processing and you may have to play around with the options offered in each of these programs. It may not be as simple as plug-and-chug.

Image Analyst
Image Analyst 2020 年 1 月 17 日
  1 件のコメント
Adam Danz
Adam Danz 2020 年 1 月 17 日
just FYI, same as the 2nd link in my answer

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by