フィルターのクリア

how to find pdf of an image after applying wavelet transform in image segmentation .please help me...

1 回表示 (過去 30 日間)
how to find pdf of an image after applying wavelet transform in image segmentation .please help me...

採用された回答

Image Analyst
Image Analyst 2015 年 1 月 3 日
I would guess that you want to call hist() or histc().
  2 件のコメント
asmi
asmi 2015 年 1 月 3 日
I tried this hist from image then pdf ..but it gets only one column of an image ..is it right or wrong??
Image Analyst
Image Analyst 2015 年 1 月 3 日
[pixelCounts, values] = hist(waveletImage(:), 100); % Or however many bins you want.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by