FLIR image data in csv (80 by 60) to thermal image.
9 ビュー (過去 30 日間)
古いコメントを表示
I am using Lepton FLIR camera, from which I get an array of 80 by 60 frames for one image. I stored the image data in a csv file, UTF encoding. The values are in the range 30k for each pixel, 16bit values. How can I use MATLAB image processing tool to convert these values into a thermal image? The CSV sample is attached below.

0 件のコメント
回答 (1 件)
Walter Roberson
2022 年 10 月 28 日
編集済み: Walter Roberson
2022 年 10 月 31 日
Wait, do you have the csv file itself? Or do you only have an image of the csv file and you need to do optical character recognition on it?
If you have the csv file itself, use readmatrix(), uint16(), maybe reshape() if needed, and either image() and colormap() or else imshow()
1 件のコメント
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
