|
a |
|
b/README.md |
|
|
1 |
# Modeling-a-3D-ultrasound-scan-and-reconstruction |
|
|
2 |
A sphere needs to be scanned in multiple angles and the resultant images need to be extracted. Then they would be used to reccreate the sphere. This was a task which was supposed to be completed in 24hrs. |
|
|
3 |
|
|
|
4 |
Contours were observed to create the resultant image and classes (voxels) of the sphere were given values mapped to replicate the process of a scan to image as well as a image to scan. Bilinear interpolation was tried with in the allocated time to smooth the effects caused by lack of images to reconstruct the entire sphere. |
|
|
5 |
|
|
|
6 |
The images below shows two scan angles and how it would interact with the sphere. |
|
|
7 |
 |
|
|
8 |
 |
|
|
9 |
|
|
|
10 |
The image below shows the sample contours which would result from a scan. |
|
|
11 |
 |
|
|
12 |
|
|
|
13 |
The image below shows the actual sphere as well as the sphere resulting from the recontruction and bilinear interpolation |
|
|
14 |
 |
|
|
15 |
 |