Extract time-amplitude signals to a matrix from a png

1 回表示 (過去 30 日間)
Giovanis Georgios
Giovanis Georgios 2021 年 4 月 9 日
回答済み: Swetha Polemoni 2021 年 4 月 13 日
How can I extract the a-scan (time- amplitude) signals from a grayscale png. to a matrix?

採用された回答

Swetha Polemoni
Swetha Polemoni 2021 年 4 月 13 日
Hi
It is my understanding that you want to get the x and y coordinates of few points from image.
  1. Read the image using imread.
  2. Display the image using imshow.
  3. You may use imbinarize to convert your image to binary image if needed.
  4. Click on the image points whose x and y coordinates needs to be calculated using ginput.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by