Thread Subject: Prewitt Kernel Size?

Subject: Prewitt Kernel Size?

From: David Doria

Date: 26 Mar, 2008 15:21:02

Message: 1 of 3

When I use edge(img, 'Prewitt', [], 'vertical'), how big is
the filter that matlab uses? it doesn't seem to say anything
about that in the documentation?

Thanks,

David

Subject: Prewitt Kernel Size?

From: Ashish Uthama

Date: 27 Mar, 2008 21:32:09

Message: 2 of 3

Look at line 371 of edge.m

> fspecial('prewitt')/6

ans =3D

     0.1667 0.1667 0.1667
          0 0 0
    -0.1667 -0.1667 -0.1667

Agreed, its not clear from the doc.

I love the fact that MATLAB ships the m-code for most of its toolboxes.
Do make the best of it.



On Wed, 26 Mar 2008 11:21:02 -0400, David Doria <daviddoria@gmail.com> =

wrote:

> When I use edge(img, 'Prewitt', [], 'vertical'), how big is
> the filter that matlab uses? it doesn't seem to say anything
> about that in the documentation?
>
> Thanks,
>
> David

Subject: Prewitt Kernel Size?

From: David Doria

Date: 27 Mar, 2008 22:45:04

Message: 3 of 3

ah cool, i didn't look in the code

maybe something to add to the documentation next release!

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com