Retrieve the image size
Show older comments
img=imread('ll.bmp'); %512*512 size
imgcopy = img;
imgcopy(end-15:end) = []; %and now it is a vector size 1 * 262128
%doing some process...after that how to retrieve the image as size 512 * 512
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
