<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/250585</link>
    <title>MATLAB Central Newsreader - centroid of an image</title>
    <description>Feed for thread: centroid of an image</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2013 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.nl/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 05 May 2009 08:58:02 +0000</pubDate>
      <title>centroid of an image</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/250585#647413</link>
      <author>Mayank </author>
      <description>Hi &lt;br&gt;
&lt;br&gt;
I am new to MATLAB and recently started studying MATLAB and it is quite intresting.&lt;br&gt;
I need to find out some features of an image in my project using MATLAB such as dark noise, dead pixels and image centroid and optical centre.&lt;br&gt;
&lt;br&gt;
I am learing how to use MATLAB but i dont know the algorithms to implement all these features in MATLAB.&lt;br&gt;
&lt;br&gt;
Kindly tell where can I get the details of these features so that i can implement the same in MATLAB??&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
thanks and regards&lt;br&gt;
mkapoor</description>
    </item>
    <item>
      <pubDate>Tue, 12 May 2009 12:49:01 +0000</pubDate>
      <title>Re: centroid of an image</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/250585#649184</link>
      <author>Daniel Armyr</author>
      <description>Generally, it is considdered good custom to do your own homework. Secondly, it is considdered good custom to at least try to do your homework before asking someone else to do it for you.&lt;br&gt;
&lt;br&gt;
However, as a good measure, I will show you how to find dead pixels:&lt;br&gt;
deadPixelIndices = find( imageData(:) &amp;lt; deadPixelThreshold );&lt;br&gt;
&lt;br&gt;
There are of course many other ways, but that is the simplest one.</description>
    </item>
  </channel>
</rss>
