How to extract curve data from such a JPEG image?

7 ビュー (過去 30 日間)
Yihan Ma
Yihan Ma 2019 年 7 月 19 日
コメント済み: Yihan Ma 2019 年 7 月 20 日
When I use a machine to record the ECG data, it can only save as .jpg format, just like the figure I show in the below.
But I want to extract the green line digital data. The problem is that the three green lines data are continues, I wonder if I can use some methods to extract green line data and combine them together?
YihanMa_Happy_Page2.jpg

採用された回答

darova
darova 2019 年 7 月 19 日
Try this simple script. Like it please
We have a picture with green pixels. What we gonna do now?
  4 件のコメント
Rik
Rik 2019 年 7 月 20 日
Can't you convert the lines to pixel height? Then you can use the value of the last point from the first line as the offset for the second line.
Yihan Ma
Yihan Ma 2019 年 7 月 20 日
Got it, I can use 'impixelinfo' to chck the position of the pixels, thx!

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by