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

Contact us at files@mathworks.com