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...
0 件のコメント
採用された回答
Image Analyst
2015 年 1 月 3 日
I would guess that you want to call hist() or histc().
2 件のコメント
Image Analyst
2015 年 1 月 3 日
[pixelCounts, values] = hist(waveletImage(:), 100); % Or however many bins you want.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!