Regarding Increase Resolution?
Show older comments
Related to Digital Image Processing:
Person Said: "You are saying we can't increse resolution from one static image"
I asked: Are you talking about interpolation?
Person said: No
I said: You cant increse the resolution of a image from single image, it can possible if you have stack of images capturing with variation of focus plane (Like burst), then you can infuse to make high resolution images, like composite one image.
Person did not reply.
Am I right or wrong?
9 Comments
KALYAN ACHARJYA
on 24 May 2019
Rik
on 24 May 2019
I would say that the amount of information you have is limited. You can't increase the number of pixels without decreasing the amount of information per pixel. Even super-sampling methods are best guesses and may visually improve an image, but they are limited by the images they were trained on.
There is a disconnect between percieved detail and mathematical detail, which is why JPEG works (by removing details humans don't see anyway). This deep learning methods attempt to do the reverse: without adding actual information (because it doesn't exist) trying to increase the details for human eyes.
KALYAN ACHARJYA
on 24 May 2019
KALYAN ACHARJYA
on 24 May 2019
Rik
on 24 May 2019
For a pathology slide I wouldn't change the resolution ever. If people want to zoom in, let them zoom in. Don't mess with resolution if you don't want to add something that isn't there.
KALYAN ACHARJYA
on 24 May 2019
Edited: KALYAN ACHARJYA
on 24 May 2019
Steven Lord
on 24 May 2019
Unfortunately, police procedural TV shows (CSI, NCIS, Law & Order, etc.) in particular often give the impression that images have an infinte amount of information. Time wasting warning: this is a link to a relevant page on the TV Tropes website.
Bjorn Gustavsson
on 24 May 2019
@Steven: There really, really is "no way out"!
(I feel equally clever and ashamed...)
KALYAN ACHARJYA
on 24 May 2019
Accepted Answer
More Answers (1)
Image Analyst
on 24 May 2019
2 votes
You "can't" increase the optical/physical resolution in real world units from a single image, though you can increase the digital resolution (number of pixels). It depends on what the person asking means by resolution since it's one of those words that has multiple meanings depending on the context.
There have been attempts at increasing the true, physical spatial resolution. For example Compressed Sensing was a controversial rage several years ago. And the deep learning thing you mentioned. But I think it basically all comes down to making assumptions, though I'm not sure since it's not my field.
However if you make some assumptions you can increase the resolution, for example sophisticated denoisnig algorithms that reduce the noise enough so that you can now resolve two points that before were just a single blurry/noisy mass. For example a wiener filter or other more sophisticated methods.
Of course you can increase true spatial resolution if you have multiple images, like averaging multiple video frames to reduce noise, shifting the sensor in the optical system by a half pixel, denoising the image, etc.
1 Comment
KALYAN ACHARJYA
on 24 May 2019
Edited: KALYAN ACHARJYA
on 24 May 2019
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!