<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166416</link>
    <title>MATLAB Central Newsreader - Prewitt Kernel Size?</title>
    <description>Feed for thread: Prewitt Kernel Size?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 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.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 26 Mar 2008 15:21:02 -0400</pubDate>
      <title>Prewitt Kernel Size?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166416#422924</link>
      <author>David Doria</author>
      <description>When I use edge(img, 'Prewitt', [], 'vertical'), how big is&lt;br&gt;
the filter that matlab uses? it doesn't seem to say anything&lt;br&gt;
about that in the documentation?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
David</description>
    </item>
    <item>
      <pubDate>Thu, 27 Mar 2008 21:32:09 -0400</pubDate>
      <title>Re: Prewitt Kernel Size?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166416#423221</link>
      <author>Ashish Uthama</author>
      <description>Look at line 371 of edge.m&lt;br&gt;
&lt;br&gt;
&amp;gt; fspecial('prewitt')/6&lt;br&gt;
&lt;br&gt;
ans =3D&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0.1667    0.1667    0.1667&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0         0         0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-0.1667   -0.1667   -0.1667&lt;br&gt;
&lt;br&gt;
Agreed, its not clear from the doc.&lt;br&gt;
&lt;br&gt;
I love the fact that MATLAB ships the m-code for most of its toolboxes.&lt;br&gt;
Do make the best of it.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On Wed, 26 Mar 2008 11:21:02 -0400, David Doria &amp;lt;daviddoria@gmail.com&amp;gt;  =&lt;br&gt;
&lt;br&gt;
wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; When I use edge(img, 'Prewitt', [], 'vertical'), how big is&lt;br&gt;
&amp;gt; the filter that matlab uses? it doesn't seem to say anything&lt;br&gt;
&amp;gt; about that in the documentation?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; David</description>
    </item>
    <item>
      <pubDate>Thu, 27 Mar 2008 22:45:04 -0400</pubDate>
      <title>Re: Prewitt Kernel Size?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166416#423229</link>
      <author>David Doria</author>
      <description>ah cool, i didn't look in the code&lt;br&gt;
&lt;br&gt;
maybe something to add to the documentation next release!</description>
    </item>
  </channel>
</rss>

