Converting uint8 array into 32-bit
古いコメントを表示
I have a 1280x960 uint8 array that I would like to convert into uint32. Any suggestions?
Thanks!
採用された回答
その他の回答 (1 件)
Thomas
2012 年 6 月 6 日
I'm not sure maybe the type cast command will help
doc typecast
1 件のコメント
Walter Roberson
2012 年 6 月 6 日
typecast would be for the case where several uint8 had to be bundled together to form a single uint32.
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!