Info

This question is closed. Reopen it to edit or answer.

How to create a function that returns an image that is the mean of many binary images?

2 views (last 30 days)
I want to write a function that returns an image that is the mean of many binary images. My problem is that I don't know what my function's input should be. I need to create some sort of structure with all the binary images and then to access this structure from the function, right? Can anyone please me how to do that?

Answers (1)

Image Analyst
Image Analyst on 7 Jul 2014
In what form will all these binary images be? Are they binary, meaning logical (true/false, 1/0, white/black)? Or did you mean something else?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!