How to Increase resolution of 8bit image ?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi All,
I want to improve resolution of 8bit image to highest resolution if possible. For example 8 bit to 32bit...etc
I have many 8 bit images of same sence as attached file and want to get 1 supper resolution image
Could anyone guide me or help me ?
Thanks and Regards!
Han
0 件のコメント
回答 (1 件)
Kapil Gupta
2022 年 9 月 22 日
I understand you are trying to increase the resolution of an 8-bit image in MATLAB.
A function that will help you move forward in doing so is the "imresize". The function basically helps you resize your image. You can read more about the function at:
You can also have a look at the following MATLAB Answers which discuss similar queries:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!