Saturday, 31 August 2013

Converting location into binary masks and filtering the image with such masks

Converting location into binary masks and filtering the image with such masks

Say that we have an image which pixels were labeled 1 and 2. How can we do
the following in MATLAB?
Convert the locations of 1s and 2s into binary masks
Filter the image with those masks
Thanks.

No comments:

Post a Comment