gaussian
Gaussian Blur Questions
I\'m writing a gaussian filter, and my goal is to match the gaussian blur filter in photoshop as closely as possible. This is my first image processing endeavor. Some problems/questions I have are...[详细]
2023-02-14 18:46 分类:问答Finding equivalent gaussian filter mask in frequency domain for given mask in space domain
So far I\'ve implemented a gaussian blur filter entirely in the space domain, making use of the separability of the gaussian, that is, applying a 1D gaussian kernel along the rows and then along the c[详细]
2023-02-06 13:09 分类:问答Generating random numbers from a gaussian distribution in CUDA
I\'ve searched a lot over the internet to find a way to generate random numbers on my CUDA device, within a kernel. The numbers must come from a gaussian distribution.[详细]
2023-02-05 21:42 分类:问答Laplacian and Gaussian Filter
I am trying to do some image processing and I would like to apply the LoG kernel. I know the formula, which is :[详细]
2023-01-21 20:48 分类:问答Random number generator that generates integers for Java
I want to generate开发者_如何学JAVA some random integers in Java, but this according to some distribution laws.[详细]
2023-01-19 21:51 分类:问答gaussian blur with FFT
im trying to implement a gaussian blur with the use of FFT and could find her开发者_开发技巧e the following recipe.[详细]
2023-01-12 17:57 分类:问答Gaussian blur and convolution kernels
I do not und开发者_运维问答erstand what a convolution kernel is and how I would apply a convolution matrix topixels in an image (I am talking about doing a Gaussian Blur operation on an image).[详细]
2023-01-09 05:46 分类:问答Generating random noise in matlab
When I add Gaussian noise to an array sho开发者_高级运维uldnt the histogram be Gaussian? Although the noise is random, the distribution should be gaussian right? That is not what I get.[详细]
2023-01-08 15:03 分类:问答R + ggplot : how to use a custom smoother (Gaussian Process)
I\'m using R. I have 25 variables over 15 time points, with 3 or more replicates per variable per time point. I\'ve melted this into a data.frame, which I can plot happily using (amongst other things)[详细]
2023-01-02 14:15 分类:问答Laplacian of gaussian filter use
This is a formula for LoG filtering: (source: ed.ac.uk) Also in applications with LoG filtering I see that function is called with only one parameter:[详细]
2022-12-25 06:29 分类:问答