How to calculate the slope of each pixel?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Exploration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!