MATLAB: I am doing the project in the historical document image binarization the DIBCO dataset which contains the images of unequal size how can make this into equal size without resizing and zero padding

equal size images

Hai,I have divided the single image into many numbers of the subblock and calculated the features &this fed into svm here I have used 3 class svm(block contain only background pixel,text =backgnd pixel,backgnd greater than text) anyone please tell me the answer

Best Answer

You can't. You can't resize an array while at the same time NOT resize an array.