Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can i change ppm image resolution when I using Imread?

5 次查看(过去 30 天)
此 个问题 已被 Angelo Yeo 标记
For example,
xx.ppm has 10bit data format
when I use a = imread("xx.ppm")
'a' file's data has multiplied by 64, because MATLAB Imread ppm default data format is 8bit unit
More exactly, If a files axis(1,1) origianl data is decimal 10 but In Matlab Imread, that data is changed decimal 640.
But I want using 10bit data format.
How can I change ppm image data unit format when I Using Imread?
please help me,
I'm sorry for the lack of readability because My English skill are not good
Thanks for reading.
  3 个评论
경현
경현 2024-6-4
Hi
Sorry My English skill are poor
It's mean, xx files loading data 'a' has muliplied by 64,
xx files original data (view by using notepad) is 10 (10 bitdepth)
but matlab is forcibly change 16bitdepth(uint16) format.
So data is changed 10(In Notepad) --> 640 (In Matlab)
I want my ppm data format has 10 bit depth

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by