Regarding Increase Resolution?
古いコメントを表示
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 件のコメント
KALYAN ACHARJYA
2019 年 5 月 24 日
Rik
2019 年 5 月 24 日
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
2019 年 5 月 24 日
KALYAN ACHARJYA
2019 年 5 月 24 日
Rik
2019 年 5 月 24 日
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
2019 年 5 月 24 日
編集済み: KALYAN ACHARJYA
2019 年 5 月 24 日
Steven Lord
2019 年 5 月 24 日
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
2019 年 5 月 24 日
@Steven: There really, really is "no way out"!
(I feel equally clever and ashamed...)
KALYAN ACHARJYA
2019 年 5 月 24 日
採用された回答
その他の回答 (1 件)
Image Analyst
2019 年 5 月 24 日
2 投票
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 件のコメント
KALYAN ACHARJYA
2019 年 5 月 24 日
編集済み: KALYAN ACHARJYA
2019 年 5 月 24 日
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!