SimpleColorDetectionByHue()
Detect colored regions in an image via thresholding in HSV color space.
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Citar como
Image Analyst (2026). SimpleColorDetectionByHue() (https://es.mathworks.com/matlabcentral/fileexchange/28512-simplecolordetectionbyhue), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Image Segmentation Tutorial
Información general
- Versión (7,5 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.2.0 | Updated code to use line() instead of stem(), because MATLAB R2015b release did not like how I had used stem(), even though old releases were happy with it. |
||
| 1.1.0 | Updated to handle bug in bar() introduced between R2010a and R2014b. Also added ability to choose color to find. |
||
| 1.0.0 |