How to adjust the histogram of image to 3 gaussians

1 回表示 (過去 30 日間)
naor deri
naor deri 2019 年 2 月 21 日
コメント済み: naor deri 2019 年 2 月 23 日
hello,
I need to adjust the histogram of the image to 3 different Gaussian curves for make segmentation.
and i need without the color black (0-0.4).
for example:
3.JPG
thank's

回答 (1 件)

Image Analyst
Image Analyst 2019 年 2 月 21 日
That's what my File Exchange submission does: Custom shaped histogram
You can adjust the image to produce whatever profile you want for a histogram, like three Gaussian humps or whatever.
If you want to take an array (like a 1-D array of histogram counts) and fit it to Gaussian analytical formulas, you can use fitnlm() in the stats toolbox. See attached demos. Just download and click Run and they should work. They each do something slightly different.
  1 件のコメント
naor deri
naor deri 2019 年 2 月 23 日
I need a function or another way to get back 3 Gaussian curves that best describe the function, like cftool

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by