MATLAB: Hi, i need to divide all 5 images into 16×16 block, then perform “minus” operation (i.e 1st from 3rd image, then calculate “mean”).Likewise for (3rd and 5th image) and (2nd and 4th image) using block process

digital image processing

Thanks in advance

Best Answer

See mat2cell() and cellfun()