필터 지우기
필터 지우기

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 CenterFile Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by