How do I read image with transparent background in MATLAB code?
3 ビュー (過去 30 日間)
古いコメントを表示
I am analyzing an image using a code. My images have an object with transparent background. How do I make the code read the object region and leave out the background?
0 件のコメント
採用された回答
Image Analyst
2016 年 4 月 26 日
Use imread(). Then, once it's in, what value is it giving to the "transparent" pixels?
6 件のコメント
Image Analyst
2016 年 4 月 27 日
Glad it worked for you. Please don't delete this question since it might help someone else some day.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で White についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!