How to create mask of an image
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have 10 images of same object(in matrix form)(.txt file) of same size and and same class
I converted from matrix to grayscale using mat2gray command
I calculated the mean of 10 images using
mean(cat(3,IMG1,IMG2,IMG3,IMG4,IMG5,IMG6,IMG7,IMG8,IMG9,IMG10),3)
and this gives me a new image with mean of pixel values of 10 images
Now I have to create mask of the image using the threshold value of the new image
Can anyone suggest something about this?
Thanks in advance
0 个评论
回答(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!