3G4 Medical imaging Tripos Revision

Posted by Jingbiao on April 9, 2021, Reading time: 2 minutes.

\( \require{amstext} \require{amsmath} \require{amssymb} \require{amsfonts} \)

Medical Imaging

Ultrasonic Scan

  • The ultrasound machine is calibrated with a constant speed. If speed mismatch, the size/distance of the machine would appear to be wrong
    • If the actual speed is smaller, than the distance would be larger
    • If the actual speed is larger, than the distance would be smaller \( D’ = \frac{D}{V_a} * V_c \) where $D’$ is the appeared distance, $D$ is the actual distance, $V_a$ is the actual velocity, $V_c$ is the calibrated velocity entered into the machine
  • The distance distortion only happen if it is measured in the direction of the travel of the ultrasound. Not affected if the distance is parallel to the probe.

CT Scan

Radon Transform
  • Remember the transform equation: \( f(s, \phi) = R [f(x, y)] = \int_{-\infty}^{\infty} f((s\cos(\phi)-l\sin(\phi)), (s\sin(\phi)+l\cos(\phi)) \)
  • To sketch sinogram: try to solve $s$ as a function of $\phi$ by eliminating l \( x = s\cos(\phi)-l\sin(\phi)) \quad y = s\sin(\phi)+l\cos(\phi) \)
  • To solve the transform equation try represent x and y in polar coordinates and remember that the integration is with respect to l

3D graphics rendering

Splines

Cubic Parametric Splines
  • Can easily provide $C_1$ and $G_1$ continuity across the surface while interpolating data.
  • Provide $C_2$ and $G_2$ continuity if approximate data is allowed.
  • It is easy to guarantee the convex hull property
Catmull Rom vs B-splines

Interpolation

Nearest neighbor interpolation
  • Set the value of the function to the value of its closest sample
  • Results in visible block artifacts
Linear interpolation

The following graph shows linear, bilinear, trilinear interpolation for a 3D point.

Delaunary triangulation
  • It makes sure the circumcircle of each triangle does not contain any points from any other triangles.
Radial Basis Function Interpolation
  • The chosen coefficient for the RBF should match the dataset dimension approximately

Texture Mapping

  • Gourand and Phong shading work with vertex normal, which are formed b averaging the normals of all polygons incident at a vertex
  • Gourand shading proceeds by calculating a color at each vertex using the vertex normal and the Phong model.Colours for interior pixels are found by bilinear interpolation.

Matching Cube

Surface Normal

  • Surface normal are important as it allows to calculate the shading or the surface.
  • The direction of the normal defines if the surface is facing towards or away from the camera, for closed surface, facing away from the surface do not need to be rendered
  • Surface normal can be calculated from each triangle by taking the cross product of any two sides

Matching cube

  • A process for creating