How can I detemine the presence of some colors (e.g white, light brown, dark brown, red, blue gray and black) in a piture like attached one?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
riya shahrin
el 21 de Feb. de 2020
Editada: riya shahrin
el 22 de Feb. de 2020
I have to count presence of any colour if its number of pixels is more than 5% of total number of pixels.
0 comentarios
Respuesta aceptada
Image Analyst
el 22 de Feb. de 2020
With 16 millino colors possible in a24 bit RGB image, probably no color has that much. You'd be best off defining a limited number, like 5 or 10, color ranges. Then like Daniel said, use the Color Thresholder App to get the area fraction for each color range that you specify.
2 comentarios
Image Analyst
el 22 de Feb. de 2020
Try LDA, where you manually lassoo regions that you define to be whatever color you want. See my attached demo.
Más respuestas (1)
Daniel Vieira
el 21 de Feb. de 2020
the easiest way would be using the Color Thresholder App to create function for the each color you want.
0 comentarios
Ver también
Categorías
Más información sobre Modify Image Colors en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!