How do we calculate vegetation index of RGB images (acquired from drone) in MATLAB? The code below is for multispectral images taken by satellite. How to set these parameters for aerial RGB images?

% Import Color-Infrared Channels from a Multispectral Image File

CIR = multibandread('paris.lan',[512, 512, 7],'uint8=>uint8',128,'bil','ieee-le',{'Band','Direct',[4 3 2]});

More Umama Nasir's questions See All
Similar questions and discussions