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

 Accepted Answer

I would guess that you want to call hist() or histc().

2 Comments

I tried this hist from image then pdf ..but it gets only one column of an image ..is it right or wrong??
[pixelCounts, values] = hist(waveletImage(:), 100); % Or however many bins you want.

Sign in to comment.

More Answers (0)

Categories

Find more on Wavelet Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!