request the matlab code of image edge detection

  • Follow


Is there anybody to help me?
I  need some matlab code of the following:
 about Roberts detector
 Prewitt detector
 Sobel  detector
 Kirsch detector
if you have more code about this.please send them to this e-mail:anxx12345@qq.com
 thank you very much 
0
Reply anxx12345 5/5/2010 6:55:23 AM

"anxx12345 GUAHHUA" <anxx12345@gmail.com> wrote in message <hrr4or$nvh$1@fred.mathworks.com>...
> Is there anybody to help me?
> I  need some matlab code of the following:
>  about Roberts detector
>  Prewitt detector
>  Sobel  detector
>  Kirsch detector
> if you have more code about this.please send them to this e-mail:anxx12345@qq.com
>  thank you very much 

Hi, the EdgeDetector System object in the Video and Image Processing Blockset supports the following edge detection methods:

Sobel | Prewitt | Roberts | Canny

Wayne
0
Reply Wayne 5/5/2010 10:21:06 AM


In article <hrr4or$nvh$1@fred.mathworks.com>, anxx12345@gmail.com 
says...
> Is there anybody to help me?
> I  need some matlab code of the following:
>  about Roberts detector
>  Prewitt detector
>  Sobel  detector
>  Kirsch detector
> if you have more code about this.please send them to this e-mail:anxx12345@qq.com
>  thank you very much 
> 

The function edge in Image Processing Toolbox does several of these: 
Prewitt, Sobel, and Roberts (and more).  The related fspecial has 
prewitt and sobel as options as well.

-- 
Loren
http://blogs.mathworks.com/loren
http://matlabwiki.mathworks.com/MATLAB_FAQ
0
Reply Loren 5/5/2010 11:17:23 AM

"anxx12345 GUAHHUA" <anxx12345@gmail.com> wrote in message <hrr4or$nvh$1@fred.mathworks.com>...
> Is there anybody to help me?
> I  need some matlab code of the following:
>  about Roberts detector
>  Prewitt detector
>  Sobel  detector
>  Kirsch detector
> if you have more code about this.please send them to this e-mail:anxx12345@qq.com
>  thank you very much 

a hint:

http://www.mathworks.com/products/image/

us
0
Reply us 5/5/2010 12:10:21 PM

3 Replies
947 Views

(page loaded in 0.038 seconds)

Similiar Articles:













7/21/2012 6:34:55 AM


Reply: