How to convert the decimal value of the image to binary using matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
Whether it is possible to get binary value of an image and consider it as a string?
0 件のコメント
回答 (1 件)
Image Analyst
2017 年 1 月 7 日
Yes, use dec2bin()
binaryString = dec2bin(grayImage(row, column));
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!