Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   Gaussian smoothing using rlft3 (numerical recipes) (http://www.velocityreviews.com/forums/t459996-gaussian-smoothing-using-rlft3-numerical-recipes.html)

j.f.c.neves@googlemail.com 01-23-2007 04:58 PM

Gaussian smoothing using rlft3 (numerical recipes)
 
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


mlimber 01-23-2007 07:03 PM

Re: Gaussian smoothing using rlft3 (numerical recipes)
 
j.f.c.neves@googlemail.com 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



All times are GMT. The time now is 07:55 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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