简体   繁体   English

在 2D 图像上应用高斯轮廓

[英]Apply Gaussian profile on 2D image

I need to know how to apply Gaussian function on this image as 1D Gaussian fit or 2D Gaussian fit using MATLAB.我需要知道如何在此图像上应用高斯 function 作为一维高斯拟合或使用 MATLAB 的二维高斯拟合。

(看起来像)荧光珠的图像

You may use Gero Nootz's Fit 2D Gaussian Function to Data .您可以使用Gero Nootz 的 Fit 2D Gaussian Function to Data
It uses a simple model with an example how to use MATLAB's optimizers to get the model parameters.它使用一个简单的 model 并举例说明如何使用 MATLAB 的优化器来获取 model 参数。

You may also have a look at Fitting a 2D Gaussian function using scipy.optimize.curve_fit - ValueError and minpack.error .您还可以查看Fitting a 2D Gaussian function using scipy.optimize.curve_fit - ValueError 和 minpack.error

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM