FeatureMatch.subset#

FeatureMatch.subset(N: int = 100) FeatureMatch[source]#

Select subset of features

Parameters:

N (int, optional) – the number of features to select, defaults to 10

Returns:

feature vector

Return type:

BaseFeature2D

Return N features selected in constant steps from the input feature vector, ie. feature 0, s, 2s, etc.