Filter löschen
Filter löschen

to obtain uniform and zero average background intensity values

2 Ansichten (letzte 30 Tage)
raj kumar
raj kumar am 28 Jun. 2014
Kommentiert: Image Analyst am 28 Jun. 2014
which process is to be performed to obtain uniform and zero average background intensity values for an image

Antworten (1)

Image Analyst
Image Analyst am 28 Jun. 2014
Thresholding? Or image segmentation? Can't really tell from your extraordinarily brief question.
  2 Kommentare
Image Analyst
Image Analyst am 28 Jun. 2014
background = grayImage < someThreshold; % Detect dark background.
grayImage(background) = 0; % Set those pixels to 0.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by