next up previous contents
Next: 16.2.4.4 Under Up: 16.2.4 Blending Operators Previous: 16.2.4.2 Attenuate

16.2.4.3 Maximum Intensity Projection

Maximum Intensity Projection, or MIP, is used in medical imaging to visualize blood flow. MIP finds the brightest texel alpha from all the texture slices at each pixel location. MIP is a contrast enhancing operator; structures with higher alpha values tend to stand out against the surrounding data.

MIP can be implemented with OpenGL using the blend minmax extension:

glBlendEquationEXT(GL_MAX_EXT)



David Blythe
1999-08-06