Regarding Increase Resolution?
Mostrar comentarios más antiguos
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 comentarios
KALYAN ACHARJYA
el 24 de Mayo de 2019
Rik
el 24 de Mayo de 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
el 24 de Mayo de 2019
KALYAN ACHARJYA
el 24 de Mayo de 2019
Rik
el 24 de Mayo de 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
el 24 de Mayo de 2019
Editada: KALYAN ACHARJYA
el 24 de Mayo de 2019
Steven Lord
el 24 de Mayo de 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
el 24 de Mayo de 2019
@Steven: There really, really is "no way out"!
(I feel equally clever and ashamed...)
KALYAN ACHARJYA
el 24 de Mayo de 2019
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 24 de Mayo de 2019
2 votos
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 comentario
KALYAN ACHARJYA
el 24 de Mayo de 2019
Editada: KALYAN ACHARJYA
el 24 de Mayo de 2019
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!