필터 지우기
필터 지우기

How to map a gradient image into 8-bit gray level image?

조회 수: 3 (최근 30일)
Maninder
Maninder 2014년 11월 7일
답변: Image Analyst 2014년 11월 7일
How to map a gradient image into 8-bit gray level image?

답변 (1개)

Image Analyst
Image Analyst 2014년 11월 7일
What does that mean exactly? Why can't you just do
grayImage = uint8(gradientImage);
??? Are you using imgradient() or imgradientxy()? Have you read this yet?

Community Treasure Hunt

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

Start Hunting!

Translated by