mekhaelt / B-Mode-Beamforming-in-Ultrasound-Imaging

Simulates B-Mode-Beamforming in Ultrasound Imaging
1 stars 1 forks source link

Output image display #1

Open Remo12392 opened 1 year ago

Remo12392 commented 1 year ago

Not able to see an output image on using the code. I have tried the build using the command provided later got the executable bmode and then ./bmode gave depth as 0.05 and 256 as parameters.

any other steps is needed? the output image is not saved properly.

please help whether any steps is missing

mekhaelt commented 1 year ago

Did you make sure you downloaded A4ImagRFData.txt & A4RealRFData.txt? Those two files are extremely large so I had to upload them to github via an unconventional method.

I just ran the program with the desired inputs and produced the following ultrasound image.

Let me know if that was the problem, if not I'll try and help identify what else could have gone wrong.

Screen Shot 2023-05-16 at 6 40 24 PM
Remo12392 commented 1 year ago

I think that is the problem for not loading the image. I could see only this inside A4ImagRFData.txt

version https://git-lfs.github.com/spec/v1 oid sha256:ae126ba43d6a8e4ab5a99171e7b565001e77c1d27c35dc89e3f3b0acde59c9d9 size 535538143

I cloned the git also I found the same format

can you please help on how to fix this

Remo12392 commented 1 year ago

The issue is solved. I got the input files loaded properly and got the same image as you shown.

Is there any document or publications available for this code? Need to understand the code flow more detail. The real and imaginary data at the input is not clear to me. Will you please help me on understanding this code flow and usage.

Thanks for the update on output image display you shared.