Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Gaussian smoothing using rlft3 (numerical recipes)

Reply
Thread Tools

Gaussian smoothing using rlft3 (numerical recipes)

 
 
j.f.c.neves@googlemail.com
Guest
Posts: n/a
 
      01-23-2007
Hello,

I need some help in using the rlft3 (Numerical Recipes in c++ book,
Chapter 12) to apply a Gaussian smoothing to a 2D image. How do I
create a suitable filter function (page 535)?

Thanks,
Joao

 
Reply With Quote
 
 
 
 
mlimber
Guest
Posts: n/a
 
      01-23-2007
wrote:
> I need some help in using the rlft3 (Numerical Recipes in c++ book,
> Chapter 12) to apply a Gaussian smoothing to a 2D image. How do I
> create a suitable filter function (page 535)?


Wrong newsgroup. This one discusses the C++ language proper, not
algorithms that happen to be implemented in C++ (see
http://www.parashift.com/c++-faq-lit....html#faq-5.9). Try
comp.dsp, sci.image.processing, or some group that deals with numerical
methods.

Cheers! --M

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Smoothing Roedy Green Java 2 01-03-2009 10:57 PM
determine if font-smoothing is in effect Joe Butler Javascript 2 09-18-2008 04:36 PM
Data smoothing and getting maximum jabidof Perl Misc 2 05-07-2006 09:56 PM
Re: Data smoothing algorithms? John J. Lee Python 9 05-05-2005 04:37 AM
gaussian distribution LH Java 2 04-06-2004 07:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57