Double the size of an image
Show older comments
An image that has 280 columns and 424 rows, how can I double the size of it without using imresize, double or kron?
Answers (1)
Dishant Arora
on 27 Feb 2014
0 votes
Form a grid double the size of your image,scale that grid to the dimensions of your original image and go for interpolation using interp2.
Categories
Find more on Geometric Transformation and Image Registration 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!