How to extract curve data from such a JPEG image?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yihan Ma
el 19 de Jul. de 2019
Comentada: Yihan Ma
el 20 de Jul. de 2019
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?
0 comentarios
Respuesta aceptada
darova
el 19 de Jul. de 2019
Try this simple script. Like it please
We have a picture with green pixels. What we gonna do now?
4 comentarios
Rik
el 20 de Jul. de 2019
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Feature Detection and Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!