top of page

Scientific Visualization

2017/05

This is a summary of my experience in a Scientific Visualization course.

Scientific visualization concerned with the visual representation of numerical datasets obtained through measurements or simulations. It provides interactive graphical interfaces to datasets of in situ attributes within a defined field that affords researchers a powerful and intuitive basis for interpretation, assessment, and decision making.

The course projects implemented several skills and techniques in Visualization Toolkit (VTK) and Python including:

  • Differential Geometry visualization of smooth manifold

  • Grids and data reconstruction with interpolation and color mapping

  • Isolines and Isosurfaces visualization using Marching tetrahedra

  • Streamlines and Stream Surfaces of dense flow visualization using Runge-Kutta 4th order in Line Integral Convolution

bottom of page