How to extract curve data from such a JPEG image?

조회 수: 4 (최근 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개)

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by