127.srad
University of Virginia
Structured Grid, Image Processing
SRAD (Speckle Reducing Anisotropic Diffusion) [1] is a diffusion method for ultrasonic and radar imaging applications based on partial differential equations (PDEs). It is used to remove locally correlated noise, known as speckles, without destroying important image features. SRAD consists of several pieces of work: image extraction, continuous iterations over the image (preparation, reduction, statistics, computation 1 and computation 2) and image compression. The sequential dependency between all of these stages requires synchronization after each stage (because each stage operates on the entire image). SRAD is also uses as one of the initial stages in the Heart Wall application [2].
The benchmark accepts on the command line the number of iterations, the lambda factor to use, the number of rows and the number of columns of the image. The starting image is presented in the file image.pgm.
The benchmark produces an image which is used for validation.
The output file srad.out contains detailed timing information about the run. It also shows which device was selected along with what devices where available to OpenCL.
C
None
https://www.cs.virginia.edu/~skadron/wiki/rodinia/index.php/Main_Page
[2] Y. Yu, S. Acton, Speckle reducing anisotropic diffusion, IEEE Transactions on Image Processing 11(11)(2002) 1260-1270.