For issues related to any of the uses of the Gaussian function.
I want to apply a Gaussian filter of dimension 5x5 pixels on an image of 512x512 pixels. I found a …
image-processing scipy gaussianThis is a formula for LoG filtering: (source: ed.ac.uk) Also in applications with LoG filtering I see that …
image-processing filtering gaussian laplacian laplacianofgaussianFirst, is this the correct C++ representation of the pdf gaussian function ? float pdf_gaussian = ( 1 / ( s * sqrt(2*M_PI) ) ) * exp( …
c++ distribution probability gaussian normal-distributionIs there any way to randomly generate a set of positive numbers such that they have a desired mean and …
algorithm statistics gaussian normal-distribution poissonMy knowledge of maths is limited which is why I am probably stuck. I have a spectra to which I …
python scipy gaussian least-squaresI have an entropy curve (1d numpy array) but this curve has a lot of noise. I would like to …
python numpy signal-processing gaussian smoothingI do not understand what a convolution kernel is and how I would apply a convolution matrix to pixels in …
image-processing blur gaussian convolutionI've been hunting for a convenient way to sample from a multivariate normal distribution. Does anyone know of a readily …
c++ statistics linear-algebra gaussian normal-distribution