Low-complexity maximum intensity projection
Benjamin Mora, David S. Ebert
In ACM Transactions on Graphics, 24(4), October 2005.
Abstract: Many techniques have already been proposed to improve the efficiency of maximum intensity projection (MIP) volume rendering, but none of them considered the possible hypothesis of a better complexity than either O(n) for finding the maximum value of n samples along a ray or O(n3) for an object-order algorithm. Here, we fully model and analyze the use of octrees for MIP, and we mathematically show that the average MIP complexity can be reduced to O(n2) for an object-order algorithm, or to O(log(n)) per ray when using the image-order variant of our algorithm. Therefore, this improvement establishes a major advance for interactive MIP visualization of large-volume data.In parallel, we also present an object-order implementation of our algorithm, satisfying the theoretical O(n2) result. It is based on hierarchical occlusion maps that perform on-the-fly visibility of the data, and our results show that it is the most efficient solution for MIP available to date.
Keyword(s): Maximum intensity projection, complexity, volume rendering
Article URL: http://doi.acm.org/10.1145/1095878.1095886
BibTeX format:
@article{Mora:2005:LMI,
  author = {Benjamin Mora and David S. Ebert},
  title = {Low-complexity maximum intensity projection},
  journal = {ACM Transactions on Graphics},
  volume = {24},
  number = {4},
  pages = {1392--1416},
  month = oct,
  year = {2005},
}
Search for more articles by Benjamin Mora.
Search for more articles by David S. Ebert.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."