필터 지우기
필터 지우기

hi, i have reduced an gray image to 32 gray levels. now I want bit pattern of each level of 32 levels. I dont know how it will be. should I take a histogram of 32 gray level image ? but after taking histogram how can I take bit pattern of each level?

조회 수: 1 (최근 30일)
I have used this statement for taking 32 gray levels of image. y32 = uint8(floor(double(im)/8));
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 8월 30일
편집: KALYAN ACHARJYA 2018년 8월 30일
What exactly you want, each pixel required minimum 5 bits to represents each pixel, you are asking bit planes?
samreen mughal
samreen mughal 2018년 9월 4일
If I define in steps then it is like that first reduce image into 32 gray levels, binarize each level, reduce each level into 8 by 8 metric, determine threshold to generate finger prints and construct fully connected graph g=(V,E). I don't know how it will done?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by