Image Segmentation with AI

Aus HSHL Mechatronik
Version vom 4. März 2025, 08:53 Uhr von Ulrich.schneider@hshl.de (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
Abb. 1: M & M on a table

Introduction

Image Segmentation: Segmentation divides an image into segments or pixels that belong to the same object class. It’s more granular than object detection. There are two main types: semantic segmentation (all pixels that belong to the same object class are labeled the same) and instance segmentation (different instances of the same class are distinguished).

Task

How many M & Ms are on the table in which color?



→ zurück zum Hauptartikel: Signalverarbeitung mit MATLAB und Künstlicher_Intelligenz