Feeds
已回答
how i can reshape image from original size to new size
image='gray.png'; a=imread(image); b=imresize(a,[256 256]); imshow(b);
how i can reshape image from original size to new size
image='gray.png'; a=imread(image); b=imresize(a,[256 256]); imshow(b);
7 years 前 | 0