How to digitise ultrasound doppler waveform image (.png) into csv file?

조회 수: 7 (최근 30일)
Zhiheng
Zhiheng 2025년 7월 27일
댓글: Zhiheng 2025년 7월 28일
Hi all, I know there's a manual way of doing this by using automeris.io (a website that digitise images into data), however, I would like to automate the entire process. So far I'm able to automate and find X-axis and Y-axis, but I'm stuck at digitising the waveform to csv format. I have attached the manually extracted data point and automated failed version to this post.
  댓글 수: 4
Image Analyst
Image Analyst 2025년 7월 27일
I'm not sure which part(s) of that image you want to get the values of and export to a CSV text file. What I would do is first see if the program that you took this screenshot from has any kind of exporting capabilities. It probably does. Other than that try to simplify the image as much as possible (no graphics), and then crop out the part you want to digitize, and then start from there. Of course calibrating the (x,y) values is probably going to have to be by hand entry.
Zhiheng
Zhiheng 2025년 7월 28일
Thanks for the idea! I've solved the issue which was related to the smoothing and I was able to reduce it where it reads the waveform properly. For x and y, i just hard coded them using its pixel coordinate since all the US doppler images I'm dealing with has the same dimension.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by