<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: bwselect</title>
	<atom:link href="http://blogs.mathworks.com/steve/2007/10/26/bwselect/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:58:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-24126</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 26 Apr 2011 12:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-24126</guid>
		<description>Denis&#8212;Use &lt;a href=&quot;http://www.mathworks.com/help/toolbox/images/ref/regionprops.html&quot; rel=&quot;nofollow&quot;&gt;regionprops&lt;/a&gt; with the &#039;Area&#039; measurement.</description>
		<content:encoded><![CDATA[<p>Denis&mdash;Use <a href="http://www.mathworks.com/help/toolbox/images/ref/regionprops.html" rel="nofollow">regionprops</a> with the &#8216;Area&#8217; measurement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denis</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-24125</link>
		<dc:creator>denis</dc:creator>
		<pubDate>Mon, 25 Apr 2011 11:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-24125</guid>
		<description>Hi Steve,
I need to select the biggest object in a b&amp;w picture.So is there a possible way in matlab to realise it without indicate particular pixel values?</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
I need to select the biggest object in a b&amp;w picture.So is there a possible way in matlab to realise it without indicate particular pixel values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21599</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 22 Mar 2009 22:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21599</guid>
		<description>Tarik&#8212;Use &lt;tt&gt;find&lt;/tt&gt; to get the indices of the select object.  Set the image elements at those location to zero.  Offset the locations by the desired amount, and then set the image elements at the offset locations to be 1.</description>
		<content:encoded><![CDATA[<p>Tarik&mdash;Use <tt>find</tt> to get the indices of the select object.  Set the image elements at those location to zero.  Offset the locations by the desired amount, and then set the image elements at the offset locations to be 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarik</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21595</link>
		<dc:creator>Tarik</dc:creator>
		<pubDate>Sat, 21 Mar 2009 21:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21595</guid>
		<description>Please, if you can help me , how can I use bwselect function, to change the location of the object which we selected, for example,we want to give new coordinates for this object! is it possible?</description>
		<content:encoded><![CDATA[<p>Please, if you can help me , how can I use bwselect function, to change the location of the object which we selected, for example,we want to give new coordinates for this object! is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21076</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Sep 2008 11:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21076</guid>
		<description>Pete&#8212;Thanks for the kind words.  I can&#039;t think of a way to do what you suggest without getting into some custom GUI programming.  See my &lt;a href=&quot;http://blogs.mathworks.com/steve/matlab-gui-programming-resources/&quot; rel=&quot;nofollow&quot;&gt;GUI programming resources&lt;/a&gt; page.</description>
		<content:encoded><![CDATA[<p>Pete&mdash;Thanks for the kind words.  I can&#8217;t think of a way to do what you suggest without getting into some custom GUI programming.  See my <a href="http://blogs.mathworks.com/steve/matlab-gui-programming-resources/" rel="nofollow">GUI programming resources</a> page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21067</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Mon, 15 Sep 2008 18:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21067</guid>
		<description>Hi Steve. I have just recently started working with the image processing toolbox. At the moment I am trying to write a program that allows a user to select &#039;fields&#039; on images of ordnance survey maps. I have been using bwselect and the mouse to allow the user to click on regions of interest. It would be very useful if I was able to display each selected region as colored after each single mouse click, as opposed to after the double click when all selections have been made. Is there any simple way to do this without creating a more complex GUI, or without creating a loop where the number of selections is known in advance? Alternatively, can you suggest some other suitable method? Thanks - great blog by the way!</description>
		<content:encoded><![CDATA[<p>Hi Steve. I have just recently started working with the image processing toolbox. At the moment I am trying to write a program that allows a user to select &#8216;fields&#8217; on images of ordnance survey maps. I have been using bwselect and the mouse to allow the user to click on regions of interest. It would be very useful if I was able to display each selected region as colored after each single mouse click, as opposed to after the double click when all selections have been made. Is there any simple way to do this without creating a more complex GUI, or without creating a loop where the number of selections is known in advance? Alternatively, can you suggest some other suitable method? Thanks &#8211; great blog by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-20199</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 15 Feb 2008 13:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-20199</guid>
		<description>Utk&#8212;You could use the interactive &lt;tt&gt;bwselect&lt;/tt&gt; syntax, which lets you use the mouse to define starting locations, or you could use &lt;tt&gt;impixelinfo&lt;/tt&gt; to display pixel location information on the figure window as you move the mouse around.</description>
		<content:encoded><![CDATA[<p>Utk&mdash;You could use the interactive <tt>bwselect</tt> syntax, which lets you use the mouse to define starting locations, or you could use <tt>impixelinfo</tt> to display pixel location information on the figure window as you move the mouse around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utk</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-20185</link>
		<dc:creator>Utk</dc:creator>
		<pubDate>Fri, 15 Feb 2008 00:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-20185</guid>
		<description>How do you go about guessing pixels fir the bwselect function. In the above example I downloaded the image and tried fiddling with the numbers and i couldnt see anything.</description>
		<content:encoded><![CDATA[<p>How do you go about guessing pixels fir the bwselect function. In the above example I downloaded the image and tried fiddling with the numbers and i couldnt see anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-19468</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 29 Jan 2008 01:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-19468</guid>
		<description>StevenB&#8212;The function &lt;tt&gt;normxcorr2&lt;/tt&gt; doesn&#039;t support that behavior.  You&#039;ll have to modify the function yourself.</description>
		<content:encoded><![CDATA[<p>StevenB&mdash;The function <tt>normxcorr2</tt> doesn&#8217;t support that behavior.  You&#8217;ll have to modify the function yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StevenB</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-19460</link>
		<dc:creator>StevenB</dc:creator>
		<pubDate>Mon, 28 Jan 2008 20:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-19460</guid>
		<description>I&#039;ve been playing with normxcorr2, specifically the image registration example at http://www.mathworks.com/products/demos/image/cross_correlation/imreg.html.

It says &quot;The image sub_onion will be the template, and must be smaller than the image sub_peppers.&quot;

But when you run the example, the matrix of outputs is huge.  How can I make the function only compute the coefficients for the cases where the template fits within the image to which it is being registered.

For example, if I have a 100 X 100 master image and a 90 X 80 subimage, I want only a (100-90)X(100-80) = 10 X 20 matrix of coefficients.  How do I tell the function not to pad the edges?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been playing with normxcorr2, specifically the image registration example at <a href="http://www.mathworks.com/products/demos/image/cross_correlation/imreg.html" rel="nofollow">http://www.mathworks.com/products/demos/image/cross_correlation/imreg.html</a>.</p>
<p>It says &#8220;The image sub_onion will be the template, and must be smaller than the image sub_peppers.&#8221;</p>
<p>But when you run the example, the matrix of outputs is huge.  How can I make the function only compute the coefficients for the cases where the template fits within the image to which it is being registered.</p>
<p>For example, if I have a 100 X 100 master image and a 90 X 80 subimage, I want only a (100-90)X(100-80) = 10 X 20 matrix of coefficients.  How do I tell the function not to pad the edges?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

