When performing supervised imaged classification using machine learning classifiers such as random forest or SVMs, there is a possibility of using point or polygon training data. In the context of pixel-based classification, I find that point data make more sense since a polygon will cover many pixels and confuse the classifier even if the researcher makes an effort to select training sample polygons that are as homogeneous as possible.

In my opinion, I think polygon training samples should be reserved for object-based classification. What are your opinions on this?

Similar questions and discussions