Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gaussian

Fitting (a Gaussian) With Scipy Vs. Root Et Al

I have now multiple times stumbled upon that fitting in python with scipy.curve_fit is somehow a lo… Read more Fitting (a Gaussian) With Scipy Vs. Root Et Al

Generate A Gaussian Kernel Given Mean And Standard Deviation

This question here addresses how to generate a Gaussian kernel using numpy. However I do not unders… Read more Generate A Gaussian Kernel Given Mean And Standard Deviation

How To Force Larger Steps On Scipy.optimize Functions?

I have a function compare_images(k, a, b) that compares two 2d-arrays a and b Inside the funcion, I… Read more How To Force Larger Steps On Scipy.optimize Functions?

Tensorflow 2d Convolution On Rgb Channels Separately?

I want to apply a Gaussian blur to an RGB image. I want it to be operated on each channel independe… Read more Tensorflow 2d Convolution On Rgb Channels Separately?