DSPRelated.com
Forums

convlution

Started by sunderam June 23, 2005
Hi,
I need to perform a convolution of an image with one dimensional mask
to find edge contributions in horizontal and vertical directions.What is
the best method to do this?
Thanks
Sunderam
		
This message was sent using the Comp.DSP web interface on
www.DSPRelated.com
sunderam wrote:
> Hi, > I need to perform a convolution of an image with one dimensional mask > to find edge contributions in horizontal and vertical directions.What is > the best method to do this? > Thanks > Sunderam > > This message was sent using the Comp.DSP web interface on > www.DSPRelated.com
The glib answer is, "Apply the mask and perform the convolution." What's the real question? Jerry -- Engineering is the art of making what you want from things you can get. �����������������������������������������������������������������������

Jerry Avins wrote:
> > sunderam wrote: > > Hi, > > I need to perform a convolution of an image with one dimensional mask > > to find edge contributions in horizontal and vertical directions.What is > > the best method to do this? > > Thanks > > Sunderam > > > > This message was sent using the Comp.DSP web interface on > > www.DSPRelated.com > > The glib answer is, "Apply the mask and perform the convolution." What's > the real question?
The real question would be What is an edge? And from that follows the one he asked: What is the best method for detecting it? He should google for "Canny" "Prewitt" "Roberts" "Sobel" and he will find dozens of web pages that compare edge detection methods and attempt to answer his question. -jim ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Thanks Jim for the answer. I found some good documentation for those
Sunderam

> > >Jerry Avins wrote: >> >> sunderam wrote: >> > Hi, >> > I need to perform a convolution of an image with one dimensional
mask
>> > to find edge contributions in horizontal and vertical directions.What
is
>> > the best method to do this? >> > Thanks >> > Sunderam >> > >> > This message was sent using the Comp.DSP web interface on >> > www.DSPRelated.com >> >> The glib answer is, "Apply the mask and perform the convolution."
What's
>> the real question? > >The real question would be What is an edge? And from that follows the >one he asked: What is the best method for detecting it? > He should google for "Canny" "Prewitt" "Roberts" "Sobel" and he will >find dozens of web pages that compare edge detection methods and attempt >to answer his question. > >-jim > >----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
News==----
>http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+
Newsgroups
>----= East and West-Coast Server Farms - Total Privacy via Encryption
=----
>
This message was sent using the Comp.DSP web interface on www.DSPRelated.com