rtl-ultrasound icon indicating copy to clipboard operation
rtl-ultrasound copied to clipboard

Live image rendering

Open smu160 opened this issue 6 years ago • 1 comments
trafficstars

Hello,

I enjoyed reading about the work you did, and I noticed that you hope to turn this into something that can render sonograms, live. I have done some work specifically within the realm of turning a live ultrasound signal into an image. Feel free to utilize what I wrote up to render your images live. Alternatively, I'd be glad to adapt my code for your needs and then make a pull request.

You can check out what I produced here: https://github.com/smu160/Real-Time-Sonogram.

Thank you!

smu160 avatar Aug 02 '19 15:08 smu160

Very neat! :) Combining the C++ and Python codes into a single program may be awkward, but perhaps it will be useful to stream data from one program to another over a standard protocol. Thanks for sharing!

wlmeng11 avatar Aug 07 '19 22:08 wlmeng11