2011 International Conference on Virtual Reality and Visualization 2011
DOI: 10.1109/icvrv.2011.43
|View full text |Cite
|
Sign up to set email alerts
|

GPU-Based Computation of the Integral Image

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2014
2014
2020
2020

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(6 citation statements)
references
References 7 publications
0
6
0
Order By: Relevance
“…In traditional implementations [10][11][12][13][14]35,36], row and column filtering are performed separately. However, we found that during the mean filter for an image [37] in column direction, threads in each warp act with an integrated access pattern when executing the same instruction and perform very fast.…”
Section: Transposed Filter Algorithm Based On Gpumentioning
confidence: 99%
See 2 more Smart Citations
“…In traditional implementations [10][11][12][13][14]35,36], row and column filtering are performed separately. However, we found that during the mean filter for an image [37] in column direction, threads in each warp act with an integrated access pattern when executing the same instruction and perform very fast.…”
Section: Transposed Filter Algorithm Based On Gpumentioning
confidence: 99%
“…When the input is an image, combined with the transposed filter algorithm, we perform the parallel prefix sum operation on the rows of the image first, then transpose, and then apply the parallel prefix sum again on the rows of the transposed image. When programming with CUDA [36][37][38][39], we set a thread block for each row/column of the image, and 128 threads for each thread block in this paper. There is a dependence on adjacent points in the sub-array range when we calculate the arrays g and h, so one thread is used to process one sub-array, and multiple threads process in parallel.…”
Section: Parallel Mean Filter Algorithm Based On Scanmentioning
confidence: 99%
See 1 more Smart Citation
“…Similarly, timing results for integral image calculation on an NVIDIA GeForce 9600GT card are given in [ 29 ]. The operating frequency of the graphics processor is 650 MHz, whereas the shaders are clocked at a rate of 1625 MHz.…”
Section: Comparative Analysis Of the Proposed Algorithms With Othementioning
confidence: 99%
“…Since serial calculation can provide only one integral image value per clock cycle at best, there is a strong motivation to investigate methods for efficient computation of the integral image. Indeed, there are examples in the literature where efficient computation of the integral image has been achieved on a variety of computing platforms such as multi-core processors, GPUs (Graphics Processing Units), and custom hardware [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 ]. For example, integral image calculation is accelerated by first computing the sum of all pixels in the horizontal direction and then in the vertical direction utilizing the huge computational resources of a GPU (ATI HD4850 in this particular case) in [ 6 ].…”
Section: Introductionmentioning
confidence: 99%