How do I read image with transparent background in MATLAB code?
11 次查看(过去 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!