Python Assign Classifications to Image Segments for Object Based Image Classification

preview_player
Показать описание
Assign land cover classifications to training image segments. These classifications will be used to train the random forest classifier for object based image analysis in Python.

Рекомендации по теме
Комментарии
Автор

I am getting this future warning : FutureWarning: skimage.measure.label's indexing starts from 0. In future version it will start from 1. To disable this warning, explicitely set the `start_label` parameter to 1.
segments = slic(img, n_segments=10000, compactness=0.1)

satyamsingh
Автор

What can be done if a segment represents more than one class?

varshajenni