Volume Rendering Flashcards

1
Q

What is volume rendering?

A

Volume rendering is a technique used to visualize and create images of 3D objects or data sets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does volume rendering work?

A

Volume rendering works by casting rays through the volume of voxels calculating that light that is being absorbed, scattered or emitted by each voxel, and using this information to create a 2D image of the volume and a given part.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is maximum Intensity Projection?

A

For all the volume samples along a ray, we find the maximum intensity value sampled. Normalise the value to give a pixel value between 1 and 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is ray casting?

A

Trace the ray through the volume of voxels and composite the samples together to arrive at the final pixel colour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why is back to front composition inefficient?

A

If there many objects behind a fully opaque white object, they will have no impact on the colour of the pixel and waste computation power.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly