Why intensity of the image has changed, after masking out image area (using binary mask)?
Afficher commentaires plus anciens
Hello,
I have used following code:
new_im=im; % Size (80x84) Bytes(13440) Class (uint16)
bw_mask; % Size (80x84) Bytes(53760) Class (double)
new_im(~bw_mask) = 0; %
After masking out I have following results (zoomed).

As you can see the intensity of the images are different, could anyone tell me please, what I have done wrong?
MATLAB version [2015b]
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Contrast Adjustment dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!