フィルターのクリア

reading pixels as floating point values

25 ビュー (過去 30 日間)
Deep P
Deep P 2017 年 1 月 9 日
コメント済み: Walter Roberson 2020 年 9 月 26 日
Hello,
Is it possible to read in an image where the pixels have normalized floating point values?
If yes what is the difference between reading image using imread function and reading it in a normalized floating point pixel value?
Please suggest me the MATLAB image processing functions that read in the pixel values as normalized floating point.
Thank you.
  1 件のコメント
David Barry
David Barry 2017 年 1 月 9 日
Why do you want to do this would be my first question?

サインインしてコメントする。

回答 (2 件)

Walter Roberson
Walter Roberson 2017 年 1 月 9 日
The MATLAB Tiff class can handle reading and writing 32 bit floating point (single precision). See https://www.mathworks.com/matlabcentral/newsreader/view_thread/314008 for some example code on writing it. If I recall correctly, imread() should be able to read those kinds of images without having to use Tiff class, but you do need to use the Tiff class to write them from MATLAB.
The Tiff format does not offer a 64 bit double as a native image format.

Image Analyst
Image Analyst 2017 年 1 月 10 日
If you have some custom/proprietary image format (not like the Tiff Walter described) you'll either have to get an already-made reader m-file for it (perhaps from the File Exchange or your instrument or camera anufacturer) or write it yourself using fread().

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by