fast::MaximumIntensityProjection class

Renders 3D images using ray-casting and maximum intensity projection (MIP)

Contents

Uses the highest intensity observed along the ray.

Base classes

class VolumeRenderer
Abstract base class for volume renderers.

Protected functions

void draw(Matrix4f perspectiveMatrix, Matrix4f viewingMatrix, float zNear, float zFar, bool mode2D, int viewWidth, int viewHeight) override