Binarize image for specific colour
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to binarize the following image so that the blue dots appear as 1 and everything else as 0. Is there any way to do that? Thank you.

0 Kommentare
Antworten (1)
Steve Eddins
am 8 Feb. 2021
Use the Color Thresholder app to generate the code needed to do this segmentation. See my 14-Oct-2019 and 25-Apr-2014 blog posts.
I suggest that you work in the L*a*b* color space. Use the a* and b* sliders to narrow down the blue pixels of interest and then generate code so that you can repeat the operation automatically.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox 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!