<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GPGPU &#187; Tag: Signal Processing :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/signal-processing/feed" rel="self" type="application/rss+xml" />
	<link>http://gpgpu.org</link>
	<description>General-Purpose Computation on Graphics Hardware</description>
	<lastBuildDate>Tue, 22 May 2012 08:44:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>GPU VSIPL Library</title>
		<link>http://gpgpu.org/2009/03/31/gpu-vsipl-library</link>
		<comments>http://gpgpu.org/2009/03/31/gpu-vsipl-library#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/newgpgpu/?p=1308</guid>
		<description><![CDATA[GPU VSIPL is an implementation of Vector Signal Image Processing Library that targets Graphics Processing Units (GPUs) supporting NVIDIA&#8217;s CUDA platform. By leveraging processors capable of 900 GFLOP/s or more, your application may achieve considerable speedup without any specialized development for GPUs. The GPU VSIPL range-Doppler map application achieved a 75x speedup on the GPU [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://gpu-vsipl.gtri.gatech.edu/" target="_blank">GPU VSIPL</a> is an implementation of <a title="VSIPL Website" href="http://www.vsipl.org/" target="_blank">Vector Signal Image Processing Library</a> that targets 	Graphics Processing Units (GPUs) supporting NVIDIA&#8217;s CUDA platform. By leveraging processors capable 	of 900 GFLOP/s or more, your application may achieve considerable speedup without any 	specialized development for GPUs. The GPU VSIPL <a title="Range Doppler Map application" href="http://gpu-vsipl.gtri.gatech.edu/sampleapp.html" target="_blank">range-Doppler map</a> application achieved a  	<strong>75x</strong> speedup on the GPU simply by linking it with GPU VSIPL.</p>
<p>GPU VSIPL is currently released as a static library, and all releases are verified with the 	<a title="Test Suite" href="http://www.vsipl.org/software/" target="_blank">VSIPL Core Lite Test Suite</a>.</p>
<p>GPU VSIPL was presented to the <a title="High-Performance Embedded Computing" href="http://www.ll.mit.edu/HPEC/2008/" target="_blank">High Performance Embedded Computing Workshop 2008</a>. 	Read the <a title="Extended Abstract" href="http://gpu-vsipl.gtri.gatech.edu/docs/gpuvsipl_hpec2008.pdf" target="_blank">GPU VSIPL extended abstract</a> [PDF].For more information, visit the <a href="http://gpu-vsipl.gtri.gatech.edu/" target="_blank">GPU VSIPL Website</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2009/03/31/gpu-vsipl-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallel Implementation of the 2D Discrete Wavelet Transform on Graphics Processing Units: Filter Bank versus Lifting</title>
		<link>http://gpgpu.org/2008/02/11/parallel-implementation-of-the-2d-discrete-wavelet-transform-on-graphics-processing-units-filter-bank-versus-lifting</link>
		<comments>http://gpgpu.org/2008/02/11/parallel-implementation-of-the-2d-discrete-wavelet-transform-on-graphics-processing-units-filter-bank-versus-lifting#comments</comments>
		<pubDate>Mon, 11 Feb 2008 00:23:27 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[wavelets]]></category>

		<guid isPermaLink="false">http://gpgpu.site/2008/02/11/parallel-implementation-of-the-2d-discrete-wavelet-transform-on-graphics-processing-units-filter-bank-versus-lifting</guid>
		<description><![CDATA[Abstract: &#8220;The widespread usage of the Discrete Wavelet Transform (DWT) has motivated the development of fast DWT algorithms and their tuning on all sorts of computer systems. Several studies have compared the performance of the most popular schemes, known as Filter Bank (FBS) and Lifting (LS), and have always concluded that Lifting is the most [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract: &#8220;The widespread usage of the Discrete Wavelet Transform (DWT) has motivated the development of fast DWT algorithms and their tuning on all sorts of computer systems. Several studies have compared the performance of the most popular schemes, known as Filter Bank (FBS) and Lifting (LS), and have always concluded that Lifting is the most efficient option. However, there is no such study on streaming processors such as modern Graphic Processing Units (GPUs). Current trends have transformed these devices into powerful stream processors with enough flexibility to perform intensive and complex floating-point calculations. The opportunities opened up by these platforms, as well as the growing popularity of the DWT within the computer graphics field, make a new performance comparison of great practical interest. Our study indicates that FBS outperforms LS in current generation GPUs. In our experiments, the actual FBS gains range between 10% and 140%, depending on the problem size and the type and length of the wavelet filter. Moreover, design trends suggest higher gains in future generation GPUs. (<a href="http://doi.ieeecomputersociety.org/10.1109/TPDS.2007.70716">Parallel Implementation of the 2D Discrete Wavelet Transform on Graphics Processing Units: Filter Bank versus Lifting</a>. Christian Tenllado, Javier Setoain, Manuel Prieto, Luis PiÃ±uel, and Francisco Tirado. <em>IEEE Transactions on Parallel and Distributed Systems ,vol. 19, no. 3,  pp. 299-310, March, 2008. </em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2008/02/11/parallel-implementation-of-the-2d-discrete-wavelet-transform-on-graphics-processing-units-filter-bank-versus-lifting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPUFFTW: High Performance GPU-based FFT Library</title>
		<link>http://gpgpu.org/2006/05/30/gpufftw-high-performance-gpu-based-fft-library</link>
		<comments>http://gpgpu.org/2006/05/30/gpufftw-high-performance-gpu-based-fft-library#comments</comments>
		<pubDate>Tue, 30 May 2006 17:51:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[FFT]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/ScientificComputing/gpufftw06.html</guid>
		<description><![CDATA[This paper by Govindaraju et al. describes a high-performance FFT algorithm on GPUs. The algorithm is highly tuned for GPUs using memory optimizations. It further improves performance using pipelining strategies. In practice, it is able to achieve 4x higher computational performance on a $500 NVIDIA GPU than optimized single precision FFT algorithms on high-end CPUs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gamma.cs.unc.edu/GPUFFTW" title="Link to Paper" target="_blank">This paper</a> by <a href="http://gamma.cs.unc.edu/" title="Gamma Group Home Page" target="_blank">Govindaraju et al.</a> describes a high-performance FFT algorithm on GPUs. The algorithm is highly tuned for GPUs using memory optimizations. It further improves performance using pipelining strategies. In practice, it is able to achieve 4x higher computational performance on a $500 NVIDIA GPU than optimized single precision FFT algorithms on high-end CPUs costing $1500. (&#8220;Efficient memory model for scientific algorithms on graphics processors&#8221;, Naga Govindaraju, Scott Larsen, Jim Gray and Dinesh Manocha, UNC Tech. Report 2006)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2006/05/30/gpufftw-high-performance-gpu-based-fft-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Implementation of a FIR Filter on a GPU</title>
		<link>http://gpgpu.org/2005/09/19/an-implementation-of-a-fir-filter-on-a-gpu</link>
		<comments>http://gpgpu.org/2005/09/19/an-implementation-of-a-fir-filter-on-a-gpu#comments</comments>
		<pubDate>Mon, 19 Sep 2005 18:47:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/ImageAndVolumeProcessing/smirnovFIRFilter05.html</guid>
		<description><![CDATA[Alexey Smirnov and Tzi-cker Chiueh from Stony Brook University have published a technical report describing an implementation of a FIR filter on a GPU. The results of the performance evaluation using a Geforce 6600 video card and a Pentium 4-HT 3.2 GHz-based PC indicate that the GPU implementation is better than the SSE-optimized CPU implementation [...]]]></description>
			<content:encoded><![CDATA[<p>Alexey Smirnov and Tzi-cker Chiueh from Stony Brook University  have published a technical report describing an implementation of a FIR filter on a GPU. The results of the performance evaluation using a Geforce 6600 video card and a Pentium 4-HT 3.2 GHz-based PC indicate that the GPU implementation is better than the SSE-optimized CPU implementation for certain input parameters. (<a href="http://www.ecsl.cs.sunysb.edu/fir/" title="FIR on GPU project" target="_blank">FIR on GPU project</a>. Report: <a href="http://www.ecsl.cs.sunysb.edu/fir/fir.ps" title="An Implemetation of a FIR Filter on a GPU" target="_blank">An Implementation of a FIR Filter on a GPU</a> (warning: postscript). Technical Report, Experimental Computer Systems Lab, Stony Brook University, 2005.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2005/09/19/an-implementation-of-a-fir-filter-on-a-gpu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU Accelerated General Purpose Data Processing with MAX/MSP/Jitter</title>
		<link>http://gpgpu.org/2005/08/11/gpu-accelerated-general-purpose-data-processing-with-maxmspjitter</link>
		<comments>http://gpgpu.org/2005/08/11/gpu-accelerated-general-purpose-data-processing-with-maxmspjitter#comments</comments>
		<pubDate>Thu, 11 Aug 2005 12:01:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/Tools/maxmspjitterAugust2005.html</guid>
		<description><![CDATA[The latest versions of Cycling &#8217;74s MAX/MSP/Jitter software packages provide a visual programming environment for new media with applications in GPU based stream processing, real-time video processing, volume visualization, and generic n-dimensional data analysis and signal processing. Jitter supports cascaded GLSL/Cg/ARB/NV shader programs with a streamlined render-to-texture interface, allowing fast prototyping of complex shader effects [...]]]></description>
			<content:encoded><![CDATA[<p>The latest versions of Cycling &#8217;74s MAX/MSP/Jitter software packages provide a visual programming environment for new media with applications in GPU based stream processing, real-time video processing, volume visualization, and generic n-dimensional data analysis and signal processing. Jitter supports cascaded GLSL/Cg/ARB/NV shader programs with a streamlined render-to-texture interface, allowing fast prototyping of complex shader effects to be processed in a generic data flow network. (<a href="http://www.cycling74.com/products/upgrading_jitter15.html" title="Jitter V1.5 Upgrade Info" target="_blank">Jitter v1.5 Upgrade Info</a>. <a href="http://www.cycling74.com/" title="Cycling '74" target="_blank">Cycling &#8217;74</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2005/08/11/gpu-accelerated-general-purpose-data-processing-with-maxmspjitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audio and the Graphics Processing Unit</title>
		<link>http://gpgpu.org/2005/05/16/audio-and-the-graphics-processing-unit</link>
		<comments>http://gpgpu.org/2005/05/16/audio-and-the-graphics-processing-unit#comments</comments>
		<pubDate>Mon, 16 May 2005 23:32:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/AudioandSignalProcessing/whalenAudioGPU.html</guid>
		<description><![CDATA[From the abstract: In recent years, the development of programmable graphics pipelines has placed the power of parallel computation in the hands of consumers. Systems developers are now paying attention to the general purpose computational ability of these graphics processor units, or GPUs, and are using them in novel ways. This paper examines using pixel [...]]]></description>
			<content:encoded><![CDATA[<p>From the abstract: In recent years, the development of programmable graphics pipelines has placed the power of parallel computation in the hands of consumers. Systems developers are now paying attention to the general purpose computational ability of these graphics processor units, or GPUs, and are using them in novel ways. This paper examines using pixel shaders for executing audio algorithms. We compare GPU performance to CPU performance, discuss problems encountered, and suggest new directions for supporting the needs of the audio community. Source code is also available. (<a href="http://www.node99.org/projects/gpuaudio/" title="Audio and the Graphics Processing Unit" target="_blank">Audio and the Graphics Processing Unit&#8221;</a>, by Sean Whalen)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2005/05/16/audio-and-the-graphics-processing-unit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fourier Volume Rendering on the GPU  Using a Split-Stream FFT</title>
		<link>http://gpgpu.org/2005/03/01/fourier-volume-rendering-on-the-gpu-using-a-split-stream-fft</link>
		<comments>http://gpgpu.org/2005/03/01/fourier-volume-rendering-on-the-gpu-using-a-split-stream-fft#comments</comments>
		<pubDate>Tue, 01 Mar 2005 04:50:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[FFT]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[Volume Rendering]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/ImageAndVolumeProcessing/jansenSplitStreamFFT.html</guid>
		<description><![CDATA[This paper by Jansen et al. describes how to utilize current commodity graphics hardware to perform Fourier volume rendering directly on the GPU. The paper presents a novel implementation of the Fast Fourier Transform: This Split-Stream-FFT maps the recursive structure of the FFT to the GPU in an efficient way. Additionally, high-quality resampling within the [...]]]></description>
			<content:encoded><![CDATA[<p>This paper by Jansen et al. describes how to utilize current commodity graphics hardware to perform Fourier volume rendering directly on the GPU. The paper presents a novel implementation of the Fast Fourier Transform: This Split-Stream-FFT maps the recursive structure of the FFT to the GPU in an efficient way. Additionally, high-quality resampling within the frequency domain is discussed. The implementation enables visualization of large volumetric data sets at interactive frame rates on a mid-range computer system. (<a href="http://www.caesar.de/uploads/media/C04-3.pdf" target="_blank" title="Fourier Volume Rendering on the GPU  Using a Split-Stream FFT">Fourier Volume Rendering on the GPU Using a Split-Stream FFT</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2005/03/01/fourier-volume-rendering-on-the-gpu-using-a-split-stream-fft/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Discrete Wavelet Transform on a GPU</title>
		<link>http://gpgpu.org/2004/03/23/the-discrete-wavelet-transform-on-a-gpu</link>
		<comments>http://gpgpu.org/2004/03/23/the-discrete-wavelet-transform-on-a-gpu#comments</comments>
		<pubDate>Tue, 23 Mar 2004 21:22:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/ImageAndVolumeProcessing/dwtJasper2004.html</guid>
		<description><![CDATA[This website presents a fast GPU algorithm to perform the discrete wavelet transform featuring flexible boundary extension schemes, flexible wavelet kernels, Cg shader implementation, and high precision. The algorithm was developed by the Graphics Team at The Chinese University of Hong Kong. The beauty of the method is that both forward and inverse wavelet transforms [...]]]></description>
			<content:encoded><![CDATA[<p>This website presents a fast GPU algorithm to perform the discrete wavelet transform featuring flexible boundary extension schemes, flexible wavelet kernels, Cg shader implementation, and high precision. The algorithm was developed by the <a href="http://www.cse.cuhk.edu.hk/~crc/" title="Graphics Team at CUHK" target="_blank">Graphics Team</a> at <a href="http://www.cse.cuhk.edu.hk/" title="CUHK" target="_blank">The Chinese University of Hong Kong</a>.  The beauty of the method is that both forward and inverse wavelet transforms are unified using position-dependent filtering and convolution and an indirect addressing technique.  The software is open source and free for any commercial or academic use, and is currently available both as an unofficial GPU extension to the <em>Jasper</em> JPEG2000 software and as a standalone DWTGPU C++ class with a demo program. (<a href="http://www.cse.cuhk.edu.hk/~jqwang/" title="Jianqing Wang" target="_blank">Jianqing Wang</a>, <a href="http://www.cse.cuhk.edu.hk/~ttwong/" title="Tien-Tsin Wong" target="_blank">Tien-Tsin Wong</a>, <a href="http://www.cse.cuhk.edu.hk/~pheng/" title="Pheng-Ann Heng" target="_blank">Pheng-Ann Heng</a> and <a href="mailto:eeleungc@cityu.edu.hk" title="Chi-Seng Leung" target="_blank">Chi-Sing Leung</a>.  <a href="http://www.cse.cuhk.edu.hk/~ttwong/software/dwtgpu/dwtgpu.html" title="DWT on a GPU" target="_blank">The Discrete Wavelet Transform on a GPU</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2004/03/23/the-discrete-wavelet-transform-on-a-gpu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accelerating Wavelet Transformations with Graphics Hardware</title>
		<link>http://gpgpu.org/2004/02/19/accelerating-wavelet-transformations-with-graphics-hardware</link>
		<comments>http://gpgpu.org/2004/02/19/accelerating-wavelet-transformations-with-graphics-hardware#comments</comments>
		<pubDate>Thu, 19 Feb 2004 13:42:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/ImageAndVolumeProcessing/hopfWavelets.html</guid>
		<description><![CDATA[Two papers from the VIS Group Stuttgart describe implementations of wavelet-based multi-resolution analysis using OpenGL. Wavelets are commonly used for signal processing and image compression (e.g. for JPEG 2000). The papers focus on details of implementing wavelet decomposition and reconstruction using graphics hardware, and develop a scaled version of wavelet analysis that constrains data to [...]]]></description>
			<content:encoded><![CDATA[<p>Two papers from the <a href="http://www.vis.uni-stuttgart.de/" title="VIS Group Stuttgart" target="_blank">VIS Group Stuttgart</a> describe implementations of wavelet-based multi-resolution analysis using OpenGL. Wavelets are commonly used for signal processing and image compression (e.g. for JPEG 2000). The papers focus on details of implementing wavelet decomposition and reconstruction using graphics hardware, and develop a scaled version of wavelet analysis that constrains data to the [0,1] range of fixed-point frame buffers. See also the <a href="http://www.vis.uni-stuttgart.de/eng/research/fields/current/hwfilters/" title="project page" target="_blank">project page</a> for more about hardware-based filtering. (<a href="http://www.vis.uni-stuttgart.de/eng/research/pub/pub1999/VMV99hopf.pdf" title="Hardware-Based Wavelet Transforms" target="_blank">Hardware-Based Wavelet Transformations</a>. <a href="http://www.mshopf.de/" title="Matthias Hopf" target="_blank">Matthias Hopf</a> and <a href="http://www.vis.uni-stuttgart.de/~ertl/" title="Thomas Ertl" target="_blank">Thomas Ertl</a>. Workshop on Vision, Modeling, and Visualization 1999, pp 317-328. <a href="http://www.vis.uni-stuttgart.de/eng/research/pub/pub2000/VisSym00hopf.pdf" title="Hardware-Accelerated Wavelet Transformations" target="_blank">Hardware-Accelerated Wavelet Transformations</a>. <a href="http://www.mshopf.de/" title="Matthias Hopf" target="_blank">Matthias Hopf</a> and <a href="http://www.vis.uni-stuttgart.de/~ertl/" title="Thomas Ertl" target="_blank">Thomas Ertl</a>. Proc. EG/IEEE TCVG Symposium on Visualization VisSym 2000, pp 93-103.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2004/02/19/accelerating-wavelet-transformations-with-graphics-hardware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating 3D Convolution using Graphics Hardware</title>
		<link>http://gpgpu.org/2004/02/19/accelerating-3d-convolution-using-graphics-hardware</link>
		<comments>http://gpgpu.org/2004/02/19/accelerating-3d-convolution-using-graphics-hardware#comments</comments>
		<pubDate>Thu, 19 Feb 2004 13:32:00 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[Volume Rendering]]></category>

		<guid isPermaLink="false">http://www.gpgpu.org/cgi-bin/blosxom.cgi/ImageAndVolumeProcessing/hopf3DConvolution.html</guid>
		<description><![CDATA[This paper from the VIS Group Stuttgart shows the first volume filtering algorithm that uses OpenGL for the convolution process. Filtering volume data is useful for noise reduction, feature detection, and segmentation. The process is significantly accelerated on SGI graphics workstations with hardware support for two-dimensional image convolution in the frame buffer. Generic 3D convolution [...]]]></description>
			<content:encoded><![CDATA[<p>This paper from the <a href="http://www.vis.uni-stuttgart.de/" title="VIS Group Stuttgart" target="_blank">VIS Group Stuttgart</a> shows the first volume filtering algorithm that uses OpenGL for the convolution process. Filtering volume data is useful for noise reduction, feature detection, and segmentation. The process is significantly accelerated on SGI graphics workstations with hardware support for two-dimensional image convolution in the frame buffer. Generic 3D convolution can be added as a powerful tool in interactive volume visualization toolkits. See also the <a href="http://www.vis.uni-stuttgart.de/eng/research/fields/current/hwfilters/" title="project page" target="_blank">project page</a> for more about hardware-based filtering. (<a href="http://www.vis.uni-stuttgart.de/eng/research/pub/pub1999/vis99hopf.pdf" title="Accelerating 3D Convolution using Graphics Hardware" target="_blank">Accelerating 3D Convolution using Graphics Hardware</a>. <a href="http://www.mshopf.de/" title="Matthias Hopf" target="_blank">Matthias Hopf</a> and <a href="http://www.vis.uni-stuttgart.de/~ertl/" title="Thomas Ertl" target="_blank">Thomas Ertl</a>. Proc. Visualization 1999, pp 471&#8211;474.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2004/02/19/accelerating-3d-convolution-using-graphics-hardware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

