필터 지우기
필터 지우기

How to get summation of images

조회 수: 1 (최근 30일)
mahesh chathuranga
mahesh chathuranga 2013년 10월 19일
답변: Image Analyst 2013년 10월 19일
I have three images ( contrast feature,cluster prominence & cluster shade) with same size(0-255 range).I want to get the summation of this three feature images(sum_feature image).But,when get the summation, all pixel values in summation image are going to 255!(differences of pixel values are not appear).how to do this correctly?thanks!

답변 (1개)

Image Analyst
Image Analyst 2013년 10월 19일
Because they are uint8, they get clipped at 255 anytime the sum would exceed 255. Cast them to double before adding them.

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by