How to identify Gaussian type maxima in an image
1 回表示 (過去 30 日間)
古いコメントを表示
I need to identify the correct maximum in a 2D image, which may not may not be a global maxima and is a kind of gaussian or asymmetric type.
Some example are attached.
A method other than imregionalmax or findpeaks is needed
Any suggestion
Thanks
3 件のコメント
DGM
2024 年 10 月 3 日
Oh so it's more about finding the maximum that also locally fits a gaussian profile.
回答 (1 件)
Matt J
2024 年 10 月 3 日
編集済み: Matt J
2024 年 10 月 3 日
using imregionalmax i can generate a list of candidate. I wanna check each one now. I may like to filter the one which are non symmetrical maximas.
One possibility would be to pull out the surrounding pixels of these candidates - in a neighborhood you think broad enough - and do a Gaussian fit, e.g., with this FEX download,
You can then assess the quality of the fit from the optimal fval to see if it is an admissible maximum.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!