how to find threshold
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sapam Jaya
am 10 Nov. 2013
Kommentiert: Sapam Jaya
am 12 Nov. 2013
I have calculated the variance of an image.now i need to classify the pixels as foreground when the variance is more than a threshold ,otherwise it is classified as background pixel.how to select this threshold
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 10 Nov. 2013
Bearbeitet: Image Analyst
am 10 Nov. 2013
It doesn't make sense to do what you said globally - just think about it.
There are several ways to do it locally adaptive: blockproc(), stdfilt(), nlfilter(), nested for loops, etc.
I show two of these in the demo attached below.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!