|
|
|
|
|
by rscho
3437 days ago
|
|
The soft is coded in Java (source code available on the linked website). As for hardware, I had no choice other than using the S-video output of a clinical ultrasound machine (Sonosite-S) through a frame grabber card (http://www.hauppauge.fr/site/products/data_hvr1975.html). The signal processing was done on a standard laptop from 2010. The problem in using a clinical machine is that we had no access to the internals, and the video output was an interlaced PAL signal, which translated to a raw 100Hz 180*144 px numerical matrix, so the spatial definition could be much improved by using a better machine. And of course, getting access to the machine internals would allow the use of an optimal software solution, which we couldn't implement in our case. |
|