필터 지우기
필터 지우기

How to calculate the slope of each pixel?

조회 수: 1 (최근 30일)
Hana
Hana 2014년 10월 27일
Suppose I have to tiff files Tb and sv. I can find out slope through y=ax+b by plotting Tb on y axis and sv on x axis. But I need to calculate the slope for each pixelsof Tb and sv.How to do it?
Tb = imread('Tb.tif'); sv = imread('Norm.tif');

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by