Physical interaction with Gaussian Splats

3D Gaussian Splatting is a popular new format for representing realistic 3D scenes in Augmented and Virtual Reality. Primarily 3DGS is used for rendering. This project looks at interactions with 3DGS models. For instance, dynamic objects should bounce off or avoid intersections if they collide with parts of the model.

Voxel Deformations

Volumetric data made up of voxels (volume elements) are common in medical imaging (e.g. CT Scans, MRI Scans), engineering and science. Most such data are static in nature, captured by imaging an object at rest in a specific position (e.g. a patient inside an MRI Tube). This project explores real-time techniques for deforming such datasets … Read more

Data Visualization Dashboard Tool for Processing

SUITABLE for Final Year Project. As this is largely an implementation project, it is not recommended for MSc/Masters dissertation. Processing [processing.org] is a simple graphical library and IDE used in visual arts and other digital media. Due to its rich library of graphical and interactive functions, it has also been used in data visualisation but … Read more