How would I detect gray/white pixels in a picture?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ali Almakhmari
el 8 de Ag. de 2022
Respondida: Walter Roberson
el 9 de Ag. de 2022
I am trying to write a function to detect white-like and gray-like pixels in a given colored picture. I am stuck on how to go about it. Any help is appreciated.
1 comentario
Respuesta aceptada
Walter Roberson
el 9 de Ag. de 2022
Convert for HSV, check for "high" V (near 1) and "small" (near 0) S. You will need to decide on the exact boundaries, depending how "white like" or "gray like" you want to allow.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Image Processing Toolbox 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!