problem of applying im2bw function

1 visualizzazione (ultimi 30 giorni)
mahesh chathuranga
mahesh chathuranga il 20 Set 2013
when applying im2bw function,the result is black and white image.i want to convert black areas to white and white areas to black

Risposte (1)

ES
ES il 20 Set 2013
I do not know abc of im2bw. But based on my knowledge of digital images, if its an 8 bit bw, image then subtract the image matrix from a matrix of 255s (i.e., (2^8) -1). This will change all white dots to black (value 255 to 0) and black dots to white (0 to 255) and all intermediate gray levels to equivalent grays of opposite kind. That is why they call it negative images i would suppose.

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by