Everywhere in features2D
classes I see terms query
and train
. For example matches
have trainIdx
and queryIdx
, and Matchers
have train()
method.
I know the definition of words train
and query
in English, but I can't understand the meaning of this properties or methods.
P.S. I understand, that it's very silly question, but maybe it's because English is not my native language.