Automatic generation of multiple X vs. hh:mm:ss data from an image containing multiple plot

1 次查看(过去 30 天)
Hello everyone,
I have an image that contains X positions (in meters) for multiple cars (on the y-axis) vs. the time (in hh:mm:ss format) (on the x-axis). It looks sth. like this:
I would like to generate all the data for all files in a automatized way. Unfortunately the only tool I found is GRABIT but I have to put all the points manually which is hedious if I am having many cars. So if anyone have any recommendation how to do it faster it would really help alot. Thanks.
Edit: I found two more tools scan2data & digitize07 in the add-ons. But they also do the same thing as Grabit.
  2 个评论
mgf_04
mgf_04 2023-6-27
编辑:mgf_04 2023-6-27
Thank you, I believe I found similar tools but I had to try each one of them to see which one is better. So I decided to use https://automeris.io/WebPlotDigitizer/ instead, because is very easy especially for alot of graphs. But I had to convert the hh:mm:ss to seconds using https://www.inchcalculator.com/seconds-to-time-calculator/ then to reconvert them again to hh:mm:ss after I got the points.

请先登录,再进行评论。

回答(1 个)

DGM
DGM 2023-6-27
This probably doesn't matter anymore if you've already done what you need, but it's what I prefer:
I haven't found any transcription tools that I find to be comfortable or convenient. There's often some little issue that makes them either inapplicable or terribly cumbersome. If they're using default view controls in MATLAB, then "terribly cumbersome" is terribly common.
The given link is an example using manual spline fitting and an alternative demonstration of how it could be done using image processing. Included is a discussion of the weaknesses of using image processing methods, as well as some of the particular shortcomings of GRABIT and other tools. Make of that what you will.
I sure hope you had more than that tiny image to work with.

类别

Help CenterFile Exchange 中查找有关 Computer Vision with Simulink 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by