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 CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by