<?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: Image Processing :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/image-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>CUVILib v1.2 released</title>
		<link>http://gpgpu.org/2012/05/17/cuvilib-v1-2</link>
		<comments>http://gpgpu.org/2012/05/17/cuvilib-v1-2#comments</comments>
		<pubDate>Thu, 17 May 2012 07:21:17 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4698</guid>
		<description><![CDATA[TunaCode has released CUVILib v1.2, a library to accelerate imaging and computer vision applications. CUVILib adds acceleration to Imaging applications from Medical, Industrial and Defense domains. It delivers very high performance and supports both CUDA and OpenCL. Modules include color operations (demosaic, conversions, correction etc), linear/non-linear filtering, feature extraction &#38; tracking, motion estimation, image transforms [...]]]></description>
			<content:encoded><![CDATA[<p>TunaCode has released CUVILib v1.2, a library to accelerate imaging and computer vision applications. CUVILib adds acceleration to Imaging applications from Medical, Industrial and Defense domains. It delivers very high performance and supports both CUDA and OpenCL. Modules include color operations (demosaic, conversions, correction etc), linear/non-linear filtering, feature extraction &amp; tracking, motion estimation, image transforms and image statistics.</p>
<p>More information, including a free trial version: <a title="cuvilib home" href="http://www.cuvilib.com/" target="_blank">http://www.cuvilib.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/05/17/cuvilib-v1-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image segmentation using CUDA implementations of the Runge-Kutta-Merson and GMRES methods</title>
		<link>http://gpgpu.org/2012/03/18/image-segmentation-cuda-runge-kutta-merson-gmres</link>
		<comments>http://gpgpu.org/2012/03/18/image-segmentation-cuda-runge-kutta-merson-gmres#comments</comments>
		<pubDate>Mon, 19 Mar 2012 00:30:55 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Sparse Linear Systems]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4588</guid>
		<description><![CDATA[Abstract: Modern GPUs are well suited for performing image processing tasks. We utilize their high computational performance and memory bandwidth for image segmentation purposes. We segment cardiac MRI data by means of numerical solution of an anisotropic partial differential equation of the Allen-Cahn type. We implement two different algorithms for solving the equation on the CUDA architecture. One of [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Modern GPUs are well suited for performing image processing tasks. We utilize their high computational performance and memory bandwidth for image segmentation purposes. We segment cardiac MRI data by means of numerical solution of an anisotropic partial differential equation of the Allen-Cahn type. We implement two different algorithms for solving the equation on the CUDA architecture. One of them is based on the Runge-Kutta-Merson method for the approximation of solutions of ordinary differential equations, the other uses the GMRES method for the numerical solution of systems of linear equations. In our experiments, the CUDA implementations of both algorithms are about 3–9 times faster than corresponding 12-threaded OpenMP implementations.</p></blockquote>
<p>(Oberhuber T., Suzuki A., Vacata J., Žabka V., <em>&#8220;Image segmentation using CUDA implementations of the Runge-Kutta-Merson and GMRES methods</em>&#8220;, Journal of Math-for-Industry, 2011, vol. 3, pp. 73–79 [<a href="http://geraldine.fjfi.cvut.cz/~oberhuber/data/vyzkum/publikace/11-oberhuber-suzuki-vacata-zabka-image-segmentation-in-cuda.pdf">PDF</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/03/18/image-segmentation-cuda-runge-kutta-merson-gmres/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Hough Transform on GPUs: Exploration of Algorithm Trade-offs</title>
		<link>http://gpgpu.org/2011/08/29/fast-hough-transform-algorithm-trade-offs</link>
		<comments>http://gpgpu.org/2011/08/29/fast-hough-transform-algorithm-trade-offs#comments</comments>
		<pubDate>Mon, 29 Aug 2011 07:45:37 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3894</guid>
		<description><![CDATA[Abstract: The Hough transform is a commonly used algorithm to detect lines and other features in images. It is robust to noise and occlusion, but has a large computational cost. This paper introduces two new implementations of the Hough transform for lines on a GPU. One focuses on minimizing processing time, while the other has [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>The Hough transform is a commonly used algorithm to detect lines and other features in images. It is robust to noise and occlusion, but has a large computational cost. This paper introduces two new implementations of the Hough transform for lines on a GPU. One focuses on minimizing processing time, while the other has an input-data independent processing time. Our results show that optimizing the GPU code for speed can achieve a speed-up over naive GPU code of about 10x. The implementation which focuses on processing speed is the faster one for most images, but the implementation which achieves a constant processing time is quicker for about 20% of the images.</p></blockquote>
<p>(Gert-Jan van den Braak, Cedric Nugteren, Bart Mesman and Henk Corporaal: <em>&#8220;Fast Hough Transform on GPUs: Exploration of Algorithm Trade-offs&#8221;</em>. In: Advanced Concepts for Intelligent Vision Systems, Lecture Notes in Computer Science, Vol. 6915, pp.611-622, 2011. [<a title="DOI to this publication" href="http://dx.doi.org/10.1007/978-3-642-23687-7_55" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/08/29/fast-hough-transform-algorithm-trade-offs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUVI 0.5 Released</title>
		<link>http://gpgpu.org/2011/07/24/cuvi-0-5-released</link>
		<comments>http://gpgpu.org/2011/07/24/cuvi-0-5-released#comments</comments>
		<pubDate>Sun, 24 Jul 2011 22:11:29 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3775</guid>
		<description><![CDATA[TunaCode is pleased to announce the release of CUVI (CUDA Vision and Imaging Library) version 0.5 which comes with a new API and new features. This release makes it even simpler to add acceleration to existing Imaging applications, without any prior technical knowledge of GPUs. CUVI v0.5 is built from bottom up with performance and [...]]]></description>
			<content:encoded><![CDATA[<p>TunaCode is pleased to announce the release of CUVI (CUDA Vision and Imaging Library) version 0.5 which comes with a new API and new features. This release makes it even simpler to add acceleration to existing Imaging applications, without any prior technical knowledge of GPUs. CUVI v0.5 is built from bottom up with performance and ease-of-use in mind.</p>
<p>CUVI version 0.5 is available for download at <a title="CUVI Website" href="http://cuvilib.com" target="_blank">http://cuvilib.com</a> and is available for Windows (Win32, x64) with planned support for Linux and Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/07/24/cuvi-0-5-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fMRI Analysis on the GPU &#8211; Possibilities and Challenges</title>
		<link>http://gpgpu.org/2011/07/17/fmri-analysis-on-the-gpu</link>
		<comments>http://gpgpu.org/2011/07/17/fmri-analysis-on-the-gpu#comments</comments>
		<pubDate>Sun, 17 Jul 2011 17:56:49 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3757</guid>
		<description><![CDATA[Abstract: Functional magnetic resonance imaging (fMRI) makes it possible to non-invasively measure brain activity with high spatial resolution. There are however a number of issues that have to be addressed. One is the large amount of spatio-temporal data that needs to be processed. In addition to the statistical analysis itself, several preprocessing steps, such as [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Functional magnetic resonance imaging (fMRI) makes it possible to non-invasively measure brain activity with high spatial resolution. There are however a number of issues that have to be addressed. One is the large amount of spatio-temporal data that needs to be processed. In addition to the statistical analysis itself, several preprocessing steps, such as slice timing correction and motion compensation, are normally applied. The high computational power of modern graphic cards has already successfully been used for MRI and fMRI. Going beyond the ﬁrst published demonstration of GPU-based analysis of fMRI data, all the preprocessing steps and two statistical approaches, the general linear model (GLM) and canonical correlation analysis (CCA), have been implemented on a GPU. For an fMRI dataset of typical size (80 volumes with 64 x 64 x 22 voxels), all the preprocessing takes about 0.5 s on the GPU, compared to 5 s with an optimized CPU implementation and 120 s with the commonly used statistical parametric mapping (SPM) software. A random permutation test with 10 000 permutations, with smoothing in each permutation, takes about 50 s if three GPUs are used, compared to 0.5 &#8211; 2.5 h with an optimized CPU implementation. The presented work will save time for researchers and clinicians in their daily work and enables the use of more advanced analysis, such as non-parametric statistics, both for conventional fMRI and for real-time fMRI.</p></blockquote>
<p>(Anders Eklund, Mats Andersson, Hans Knutsson: <em>&#8220;fMRI Analysis on the GPU &#8211; Possibilities and Challenges&#8221;</em>, Computer Methods and Programs in Biomedicine, 2011 [<a href="http://dx.doi.org/10.1016/j.cmpb.2011.07.007" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/07/17/fmri-analysis-on-the-gpu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Random Permutation Tests Enable Objective Evaluation of Methods for Single Subject fMRI Analysis</title>
		<link>http://gpgpu.org/2011/07/17/single-subject-fmri-analysis</link>
		<comments>http://gpgpu.org/2011/07/17/single-subject-fmri-analysis#comments</comments>
		<pubDate>Sun, 17 Jul 2011 17:54:30 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3756</guid>
		<description><![CDATA[Abstract: Parametric statistical methods, such as Z-, t-, and F-values are traditionally employed in functional magnetic resonance imaging (fMRI) for identifying areas in the brain that are active with a certain degree of statistical significance. These parametric methods, however, have two major drawbacks. First, it is assumed that the observed data are Gaussian distributed and [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Parametric statistical methods, such as Z-, t-, and F-values are traditionally employed in functional magnetic resonance imaging (fMRI) for identifying areas in the brain that are active with a certain degree of statistical significance. These parametric methods, however, have two major drawbacks. First, it is assumed that the observed data are Gaussian distributed and independent; assumptions that generally are not valid for fMRI data. Second, the statistical test distribution can be derived theoretically only for very simple linear detection statistics. With non-parametric statistical methods, the two limitations described above can be overcome. The major drawback of non-parametric methods is the computational burden with processing times ranging from hours to days, which so far have made them impractical for routine use in single subject fMRI analysis. In this work, it is shown how the computational power of cost-efficient Graphics Processing Units (GPUs) can be used to speed up random permutation tests. A test with 10 000 permutations takes less than a minute, making statistical analysis of advanced detection methods in fMRI practically feasible. To exemplify the permutation based approach, brain activity maps generated by the General Linear Model (GLM) and Canonical Correlation Analysis (CCA) are compared at the same significance level. During the development of the routines and writing of the paper, 3-4 years of processing time has been saved by using the GPU.</p></blockquote>
<p>(Anders Eklund, Mats Andersson, Hans Knutsson: <em>&#8220;Fast Random Permutation Tests Enable Objective Evaluation of Methods for Single Subject fMRI Analysis&#8221;</em>, International Journal of Biomedical Imaging, Article ID 627947, 2011 [<a href="http://www.youtube.com/watch?v=wxMqZw0jcOk" target="_blank">Youtube Video</a>] [<a href="http://www.hindawi.com/journals/ijbi/aip/627947/" target="_blank">PDF</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/07/17/single-subject-fmri-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>True 4D Image Denoising on the GPU</title>
		<link>http://gpgpu.org/2011/07/17/true-4d-image-denoising</link>
		<comments>http://gpgpu.org/2011/07/17/true-4d-image-denoising#comments</comments>
		<pubDate>Sun, 17 Jul 2011 17:49:52 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Medical Imaging]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3755</guid>
		<description><![CDATA[Abstract: The use of image denoising techniques is an important part of many medical imaging applications. One common application is to improve the image quality of low-dose, i.e. noisy, computed tomography (CT) data. The medical imaging domain has seen a tremendous development during the last decades. It is now possible to collect time resolved volumes, [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>The use of image denoising techniques is an important part of many medical imaging applications. One common application is to improve the image quality of low-dose, i.e. noisy, computed tomography (CT) data. The medical imaging domain has seen a tremendous development during the last decades. It is now possible to collect time resolved volumes, i.e. 4D data, with a number of modalities (e.g. ultrasound (US), CT, magnetic resonance imaging (MRI)). While 3D image denoising previously has been applied to several volumes independently, there has not been much work done on true 4D image denoising, where the algorithm considers several volumes at the same time (and not a single volume at a time). By using all the dimensions, it is for example possible to remove some of the time varying reconstruction artefacts that exist in CT volumes. The problem with 4D image denoising, compared to 2D and 3D denoising, is that the computational complexity increases exponentially. In this paper we describe a novel algorithm for true 4D image denoising, based on local adaptive ﬁltering, and how to implement it on the graphics processing unit (GPU). The algorithm was applied to a 4D CT heart dataset of the resolution 512 x 512 x 445 x 20. The result is that the GPU can complete the denoising in about 25 minutes if spatial ﬁltering is used and in about 8 minutes if FFT based ﬁltering is used. The CPU implementation requires several days of processing time for spatial ﬁltering and about 50 minutes for FFT based ﬁltering. Fast spatial ﬁltering makes it possible to apply the denoising algorithm to larger datasets (compared to if FFT based ﬁltering is used). The short processing time increases the clinical value of true 4D image denoising signiﬁcantly.</p></blockquote>
<p>(Anders Eklund, Mats Andersson, Hans Knutsson: <em>&#8220;True 4D Image Denoising on the GPU&#8221;</em>, International Journal of Biomedical Imaging, Article ID 952819, 2011 [<a href="http://www.youtube.com/watch?v=wflbt2sV34M" target="_blank">Youtube Video</a>] [<a href="http://www.hindawi.com/journals/ijbi/aip/952819/" target="_blank">PDF</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/07/17/true-4d-image-denoising/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>High Performance Predictable Histogramming on GPUs</title>
		<link>http://gpgpu.org/2011/05/29/predictable-histogramming</link>
		<comments>http://gpgpu.org/2011/05/29/predictable-histogramming#comments</comments>
		<pubDate>Mon, 30 May 2011 01:21:54 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3586</guid>
		<description><![CDATA[Abstract: Many image processing applications use the histogramming algorithm, which fills a set of bins according to the frequency of occurrence of pixel values taken from an input image. Histogramming has been mapped on a GPU prior to this work. Although significant research effort has been spent in optimizing the mapping, we show that the [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Many image processing applications use the histogramming algorithm, which fills a set of bins according to the frequency of occurrence of pixel values taken from an input image. Histogramming has been mapped on a GPU prior to this work. Although significant research effort has been spent in optimizing the mapping, we show that the performance and performance predictability of existing methods can still be improved.</p>
<p>In this paper, we present two novel histogramming methods, both achieving a higher performance and predictability than existing methods. We discuss performance limitations for both novel methods by exploring algorithm trade-offs.</p>
<p>The first novel method gives an average performance increase of 33% over existing methods for non-synthetic benchmarks. The second novel method gives an average performance increase of 56% over existing methods and guarantees to be fully data independent. While the second method is specifically designed for Fermi GPU architectures, the first method is also suitable for older architectures.</p></blockquote>
<p>(Cedric Nugteren, Gert-Jan van den Braak, Henk Corporaal, Bart Mesman: <em>&#8220;High performance predictable histogramming on GPUs: exploring and evaluating algorithm trade-offs&#8221;</em>, GPGPU-4: Proceedings of the Fourth Workshop on General Purpose Processing on Graphics Processing Units. [<a href="http://dx.doi.org/10.1145/1964179.1964181" target="_blank">DOI</a>] [<a href="http://parse.ele.tue.nl/research/tools" target="_blank">Paper and Source Code</a>])</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/05/29/predictable-histogramming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-time Discriminative Background Subtraction</title>
		<link>http://gpgpu.org/2011/02/01/real-time-discriminative-background-subtraction</link>
		<comments>http://gpgpu.org/2011/02/01/real-time-discriminative-background-subtraction#comments</comments>
		<pubDate>Wed, 02 Feb 2011 00:42:38 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3211</guid>
		<description><![CDATA[Abstract: We examine the problem of segmenting foreground objects in live video when background scene textures change over time. In particular, we formulate background subtraction as minimizing a penalized instantaneous risk functional yielding a local on-line discriminative algorithm that can quickly adapt to temporal changes. We analyze the algorithms convergence, discuss its robustness to non-stationarity, [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>We examine the problem of segmenting foreground objects in live video when background scene textures change over time. In particular, we formulate background subtraction as minimizing a penalized instantaneous risk functional yielding a local on-line discriminative algorithm that can quickly adapt to temporal changes. We analyze the algorithms convergence, discuss its robustness to non-stationarity, and provide an efficient non-linear extension via sparse kernels. To accommodate interactions among neighboring pixels, a global algorithm is then derived that explicitly distinguishes objects versus background using maximum a posteriori inference in a Markov random field (implemented via graph-cuts). By exploiting the parallel nature of the proposed algorithms, we develop an implementation that can run efficiently on the highly parallel Graphics Processing Unit (GPU). Empirical studies on a wide variety of datasets demonstrate that the proposed approach achieves quality that is comparable to state-of-the-art off-line methods, while still being suitable for real-time video analysis (75 fps on a mid-range GPU).</p></blockquote>
<p>(Li Cheng, M. Gong, D. Schuurmans, and T. Caelli: <em>&#8220;Real-time Discriminative Background Subtraction&#8221;</em>. IEEE Transactions on Image Processing, 2011, to appear. [<a href="http://dx.doi.org/10.1109/TIP.2010.2087764" target="_blank">DOI</a>] [<a href="http://web.bii.a-star.edu.sg/~chengli/BkgSbt.htm" target="_blank">Sources &amp; Info</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/02/01/real-time-discriminative-background-subtraction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPGPU papers from Parallel Processing for Imaging Applications conference</title>
		<link>http://gpgpu.org/2011/02/01/gpgpu-papers-from-ppia-conference</link>
		<comments>http://gpgpu.org/2011/02/01/gpgpu-papers-from-ppia-conference#comments</comments>
		<pubDate>Wed, 02 Feb 2011 00:40:13 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3196</guid>
		<description><![CDATA[The Parallel Processing for Imaging Applications conference, part of IS&#38;T/SPIE&#8217;s Electronic Imaging conference, was held on January 24–25 in San Francisco. The conference had a large number of GPU papers (SPIE digital library link): Using a commercial graphical processing unit and the CUDA programming language to accelerate scientific image processing applications by Broussard and Ives [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://tinyurl.com/ei111ppia">Parallel Processing for Imaging Applications</a> conference, part of IS&amp;T/SPIE&#8217;s Electronic Imaging conference, was held on January 24–25 in San Francisco. The conference had a large number of GPU papers (<a href="http://spiedigitallibrary.org/proceedings/resource/2/psisdg/7872/1?isAuthorized=no">SPIE digital library link</a>):</p>
<ul>
<li><a href="http://dx.doi.org/10.1117/12.872217">Using a commercial graphical processing unit and the CUDA programming language to accelerate scientific image processing applications</a> by Broussard and Ives</li>
<li><a href="http://dx.doi.org/10.1117/12.871082">GPGPU real-time texture analysis framework</a> by Akhloufi et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.876683">A parallel implementation of 3D Zernike moment analysis</a> by Berjón et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.872481">Visualization assisted by parallel processing</a> by Lange et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.876678">GPU color space conversion</a> by Chase and Vondran</li>
<li><a href="http://dx.doi.org/10.1117/12.876640">Acceleration of the Retinex algorithm for image restoration by GPGPU/CUDA</a> by Wang and Huang</li>
<li><a href="http://dx.doi.org/10.1117/12.876569">Video transcoding using GPU accelerated decoder</a> by Hsu</li>
<li><a href="http://dx.doi.org/10.1117/12.872152">Real-time image deconvolution on the GPU</a> by Klosowski and Krishnan</li>
<li><a href="http://dx.doi.org/10.1117/12.872650">GPU-completeness: theory and implications</a> by Lin</li>
<li><a href="http://dx.doi.org/10.1117/12.872616">A parallel error diffusion implementation on a GPU</a> by Zhang et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.872514">Evaluation of CPU and GPU architectures for spectral image analysis algorithms</a> by Fresse et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.871639">Real-time 3D flash ladar imaging through GPU data processing</a> by Wong et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.872204">Advanced MRI reconstruction toolbox with accelerating on GPU</a> by Wu et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.872860">Accelerating image recognition on mobile devices using GPGPU</a> by López et al.</li>
<li><a href="http://dx.doi.org/10.1117/12.872568">A GPU accelerated PDF transparency engine</a> by Recker et al.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/02/01/gpgpu-papers-from-ppia-conference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

