SimpleColorDetectionByHue()
Detect colored regions in an image via thresholding in HSV color space.
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Cita come
Image Analyst (2026). SimpleColorDetectionByHue() (https://it.mathworks.com/matlabcentral/fileexchange/28512-simplecolordetectionbyhue), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: Image Segmentation Tutorial
Informazioni generali
- Versione (7,5 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | 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 |