MATLAB: Example i have a image of 768×1024. how to sector a image so that i can do individual processing ? etc. image subtraction.

image processingImage Processing Toolboximage subtractionMATLAB and Simulink Student Suite

first example i got a good image. and NG image. Can the NG image be divided into sectors and do image processing? and thereafter prompt out which sector has missing component or misalign? please help. thank you.

Best Answer

mat2cell(). Or blockproc()