Recent posts

Image Segmentation

6 minute read

Image segmentation divides an image into meaningful regions so that each region corresponds to a distinct object or part of an object.

Object Detection

6 minute read

Object detection goes beyond whole-image classification. It asks what objects are present and where they are, usually via bounding boxes.

Machine Learning for MP

8 minute read

Machine learning is the stage in the pipeline where features become decisions.

Feature Extraction

7 minute read

Feature extraction turns raw pixels into numerical descriptors that a machine can compare, match, and classify.