I am working on ultrasound image processing. I have one usb connected ultrasound probe and also I developed one application for imaging the collected data.
Device sending first phase of data as 2048*256 and it means raw data and I can show these on device and now I am in the step of scan conversion(polar to cartesian).
I can not totally understand how this 2048*256 image is in polar coordinate. How raw data is coming in polar coordinate ? And if it is polar coordinate how we are showing in rectangular ?
How we are changing from polar to cartesian and why we need this ?
I already developed application for imaging (just for raw data) but for the image processing side I can not totally understand the imaging flow. I know this question is too general but is there anyone to help about this subject