<?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: bwselect</title>
	<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/</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:49:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<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>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>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>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-21076</guid>
		<description>Pete&#8212;Thanks for the kind words.  I can't think of a way to do what you suggest without getting into some custom GUI programming.  See my &lt;a href="http://blogs.mathworks.com/steve/matlab-gui-programming-resources/" rel="nofollow"&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>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 'fields' 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 - 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>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>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>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't support that behavior.  You'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>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-19460</guid>
		<description>I've been playing with normxcorr2, specifically the image registration example at http://www.mathworks.com/products/demos/image/cross_correlation/imreg.html.

It says "The image sub_onion will be the template, and must be smaller than the image sub_peppers."

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>
	<item>
		<title>By: Steve</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-18240</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 07 Jan 2008 14:46:03 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-18240</guid>
		<description>Clang&#8212;You might want to look at the color segmention demo.  Click on the "Demos" link, under Image Processing Toolbox on the right side of the page.</description>
		<content:encoded><![CDATA[<p>Clang&mdash;You might want to look at the color segmention demo.  Click on the &#8220;Demos&#8221; link, under Image Processing Toolbox on the right side of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clang</title>
		<link>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-18205</link>
		<dc:creator>Clang</dc:creator>
		<pubDate>Mon, 07 Jan 2008 02:33:04 +0000</pubDate>
		<guid>http://blogs.mathworks.com/steve/2007/10/26/bwselect/#comment-18205</guid>
		<description>Hi, im still a newbie at this. I'm trying to study on identifying color patches from a user glove. just wondering how i'll be able to select these color patches if they are located differently for every frame. thanks</description>
		<content:encoded><![CDATA[<p>Hi, im still a newbie at this. I&#8217;m trying to study on identifying color patches from a user glove. just wondering how i&#8217;ll be able to select these color patches if they are located differently for every frame. thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
