Why intensity of the image has changed, after masking out image area (using binary mask)?
Mostra commenti meno recenti
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]
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Contrast Adjustment in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!