Efficient histogram generation using scattering on GPUs
Thorsten Scheuermann, Justin Hensley
Symposium on Interactive 3D Graphics and Games, April 2007, pp. 33--37.
Abstract: We present an efficient algorithm to compute image histograms entirely on the GPU. Unlike previous implementations that use a gather approach, we take advantage of scattering data through the vertex shader and of high-precision blending available on modern GPUs. This results in fewer operations executed per pixel and speeds up the computation.
Our approach allows us to create histograms with arbitrary numbers of buckets in a single rendering pass, and avoids the need for any communication from the GPU back to the CPU: The histogram stays in GPU memory and is immediately available for further processing.
We discuss solutions to dealing with the challenges of implementing our algorithm on GPUs that have limited computational and storage precision. Finally, we provide examples of the kinds of graphics algorithms that benefit from the high performance of our histogram generation approach.
@inproceedings{Scheuermann:2007:EHG,
author = {Thorsten Scheuermann and Justin Hensley},
title = {Efficient histogram generation using scattering on GPUs},
booktitle = {Symposium on Interactive 3D Graphics and Games},
pages = {33--37},
month = apr,
year = {2007},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."