intensity transformation
이전 댓글 표시
see.. basically, i have this image.that has certain intensity values.. low=a and y=b, where a and b are between 0 and 255. and i have this other image, whose lower and upper intensity values are c and d. i want to transform the second image's intensity range to that of the first image's. ie, create a (linear)mapping such that c maps on to a and d maps on to b... is there a matlab function to do this?? or can anyone just give me ideas on how to code this?? i want options other than imhist (that just helps u view the intensity range) and the imadjust(that works for intensity ranges between 0 and 1)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Category Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!