convert hex data to viewable image using matlab R2018a
6 ビュー (過去 30 日間)
古いコメントを表示
I'm Sushikshitha,i need a favour that i have hex data values,i need to convert this hex data into viewable image in matlabR2018a Please help me out... I am not able to display the image(JPEG)

1 件のコメント
Guillaume
2018 年 6 月 29 日
編集済み: Guillaume
2018 年 6 月 29 日
While it is trivial to convert your string of hexadecimal characters into actual numbers, to convert that into an image, we would need to know how the image is actually encoded (Size? How many colour planes? If more than one colour plane, are they interlaced or consecutive? Row major or column major? etc). There is no convention for that.
It would also be useful to have an example of your text file (not a screenshot, the actual file!)
回答 (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!