필터 지우기
필터 지우기

image processing

조회 수: 1 (최근 30일)
ganesh s
ganesh s 2011년 11월 26일
hi i want to know if the input image consist of 0-255 gray level then how to quantize this input image in to 64 level. thanking you

채택된 답변

Image Analyst
Image Analyst 2011년 11월 26일
You could use intlut() if you want to control the input and output ranges (e.g. 0-3 go to 0, 4-7 go to 1, 8 - 11 go to 2, etc. up to 255, like a posterized appearance), or you can simply divide by 4 if you want your output values to go from 0-63 (a quarter of what they were before).
  댓글 수: 1
ganesh s
ganesh s 2011년 11월 26일
thank you very much sir

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

추가 답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by