how to resize images
1 view (last 30 days)
Show older comments
Resize image B to 1) RB1, so that max(size(RB1)) = 96, and 2) RB2, so that min(size(RB2)) = 96. You need calculate scaling factors (practice imresize, imshow). Output resized images RB1 and RB2.
What does this mean. how can i resize an image without number of rows and colums? how can i make the min and max 96?
0 Comments
Answers (1)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!