<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Multidimensional interpolation with integer input</title>
	<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at &#60;a href="http://www.mathworks.com/"&#62;The MathWorks&#60;/a&#62; and coauthored &#60;a href="http://www.mathworks.com/support/books/book5291.html?category=-1&#38;language=-1"&#62;Digital Image Processing Using MATLAB&#60;/a&#62;. He writes here about image processing concepts, algorithm implementations, and MATLAB.&#60;br&#62;&#60;br&#62;&#60;img&#62;</description>
	<pubDate>Mon, 23 Nov 2009 00:47:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-20972</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:26:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-20972</guid>
		<description>Reji&#8212;Yes, you can use &lt;tt&gt;interp2&lt;/tt&gt; for cubic spline interpolation of an image.  I do not know why you received an error message.  You'll need to check your &lt;tt&gt;interp2&lt;/tt&gt; inputs carefully against the description in the reference page for interp2.

Continuous-time convolution kernels can be used for interpolation.  For example, linear interpolation can be viewed as convolution of an impulse train with a triangular kernel.  However, cubic spline interpolation is more involved, because the proper kernel weights are data-dependent.</description>
		<content:encoded><![CDATA[<p>Reji&mdash;Yes, you can use <tt>interp2</tt> for cubic spline interpolation of an image.  I do not know why you received an error message.  You&#8217;ll need to check your <tt>interp2</tt> inputs carefully against the description in the reference page for interp2.</p>
<p>Continuous-time convolution kernels can be used for interpolation.  For example, linear interpolation can be viewed as convolution of an impulse train with a triangular kernel.  However, cubic spline interpolation is more involved, because the proper kernel weights are data-dependent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reji A p</title>
		<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-20958</link>
		<dc:creator>reji A p</dc:creator>
		<pubDate>Mon, 11 Aug 2008 04:42:14 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-20958</guid>
		<description>hai
I want to upsample the image using cubic spline interpolation.
Can I use ‘interp2′ instruction for cubic spline interpolation of image(both colour and grey)
 Can I use convolution methods for cubic spline interpolation
'Pratt' in his image processing book mentioned that convolution kernals can be used for interpolation.
                                          reji</description>
		<content:encoded><![CDATA[<p>hai<br />
I want to upsample the image using cubic spline interpolation.<br />
Can I use ‘interp2′ instruction for cubic spline interpolation of image(both colour and grey)<br />
 Can I use convolution methods for cubic spline interpolation<br />
&#8216;Pratt&#8217; in his image processing book mentioned that convolution kernals can be used for interpolation.<br />
                                          reji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reji A p</title>
		<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-20941</link>
		<dc:creator>reji A p</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:21:19 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-20941</guid>
		<description>Sir

     thank you very much for giving information for my last question.sir now I want to upsample the image using cubic spline interpolation.sir I used the following code [X,Y]=meshgrid(2:2:256)
Z(X,Y)=Image
[X1,Y1]=meshgrid(2:1:256)

 Z1 = interp2(X,Y,Z,X1,Y1,'spline')

I got the error" Subscripted assignment dimension mismatch".

Can  I use 'interp2' instruction for cubic spline interpolation of image(both colour and grey)
                                                     reji</description>
		<content:encoded><![CDATA[<p>Sir</p>
<p>     thank you very much for giving information for my last question.sir now I want to upsample the image using cubic spline interpolation.sir I used the following code [X,Y]=meshgrid(2:2:256)<br />
Z(X,Y)=Image<br />
[X1,Y1]=meshgrid(2:1:256)</p>
<p> Z1 = interp2(X,Y,Z,X1,Y1,&#8217;spline&#8217;)</p>
<p>I got the error&#8221; Subscripted assignment dimension mismatch&#8221;.</p>
<p>Can  I use &#8216;interp2&#8242; instruction for cubic spline interpolation of image(both colour and grey)<br />
                                                     reji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-15946</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 04 Dec 2007 14:01:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-15946</guid>
		<description>Damodar&#8212;You might find the function &lt;tt&gt;roifill&lt;/tt&gt; to be useful for interpolating in the gray value image based on the locations of the high contrast objects.  I'm not I understand your second question.  If you overlay the high-contrast objects over the original image, which has been changed only by modifying the pixels where the high-contrast objects are, wouldn't you expect the result to look just like the original image?</description>
		<content:encoded><![CDATA[<p>Damodar&mdash;You might find the function <tt>roifill</tt> to be useful for interpolating in the gray value image based on the locations of the high contrast objects.  I&#8217;m not I understand your second question.  If you overlay the high-contrast objects over the original image, which has been changed only by modifying the pixels where the high-contrast objects are, wouldn&#8217;t you expect the result to look just like the original image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damodar</title>
		<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-15339</link>
		<dc:creator>Damodar</dc:creator>
		<pubDate>Thu, 22 Nov 2007 02:56:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-15339</guid>
		<description>Hi Steve:

i have a gray value image(512x512), it has some high contrast objects in it. i extracted the high contrast objects from the gray value image and created another binary image of same size. now, i want to do interpolation on the gray value image where/under the high contrast objects are, and i also want to overlay the high contrast objects image on the interploated new image. could you please help me in this step?

Thank U.
Sincerely
Damodar</description>
		<content:encoded><![CDATA[<p>Hi Steve:</p>
<p>i have a gray value image(512&#215;512), it has some high contrast objects in it. i extracted the high contrast objects from the gray value image and created another binary image of same size. now, i want to do interpolation on the gray value image where/under the high contrast objects are, and i also want to overlay the high contrast objects image on the interploated new image. could you please help me in this step?</p>
<p>Thank U.<br />
Sincerely<br />
Damodar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tr</title>
		<link>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-1349</link>
		<dc:creator>tr</dc:creator>
		<pubDate>Fri, 07 Jul 2006 06:23:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2006/06/29/multidimensional-interpolation-with-integer-input/#comment-1349</guid>
		<description>thank u sir</description>
		<content:encoded><![CDATA[<p>thank u sir</p>
]]></content:encoded>
	</item>
</channel>
</rss>
