Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.14 KB

File metadata and controls

17 lines (10 loc) · 1.14 KB

Kmeans Clustering

test-pr

This tutorial describes how to use patch-based kmeans clustering to train a model and classify pixels in a target image. It also includes a step to group clusters by membership in a user-specified set of categories (like tissue type, plant structure, plant vs. background, etc.), and make combined binary masks for each category.

Binder

Open In Colab

Static Badge

Tutorial tags/keywords

Kmeans, train, patch, classify, combine, mask, tutorial