I have a *.jpeg image of a x-y scatter plot (not monotonic), and I would like to extract the data points. Any ideas? I was going to do it manually by pixels, but I figured that there is a good way to do that with linear algebra.

댓글 수: 2

Ashish Uthama
Ashish Uthama 2011년 8월 1일
Posting the picture might help get a better answer.
LALIT PANKAJ GROVER
LALIT PANKAJ GROVER 2021년 9월 23일
How can I extract the data from this jpeg file. Any suggestion are welcomed.

댓글을 달려면 로그인하십시오.

답변 (1개)

John Barber
John Barber 2011년 8월 1일

1 개 추천

The File Exchange program GRABIT is a good way to extract data points from an image of a graph. Download it here: http://www.mathworks.com/matlabcentral/fileexchange/7173

댓글 수: 4

Cameron Frament
Cameron Frament 2011년 8월 1일
This method is somewhat worse then doing it by pixels.
Is there some sort of FFT type function which can automatically pull the points?
Cameron Frament
Cameron Frament 2011년 8월 1일
To clarify, I know that image is not skewed. But the resolution is too low for me to accurately descriminate the points by eye. In additon there are more than 100 data points. That is the main reason that I don't want to do this by eye.
Image Analyst
Image Analyst 2011년 8월 1일
FFT function ?!?!? Do you know what the FFT is?
I suppose you could use image analysis (thresholding, labeling, regionprops) if your points were well isolated and you had already cropped the axes, tick marks, etc. out of your image. I second Ashish's suggestion.
lakshmi boddu
lakshmi boddu 2018년 4월 3일
Hello sir , can you please help me how to draw a scatter plot for a jpg image

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

질문:

2011년 8월 1일

댓글:

2021년 9월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by