user2670848
user2670848

Reputation: 23

What is Brute-force descriptor matcher?

I need the explanation for Brute-force descriptor matcher. What is Brute-force descriptor matcher ?

Thanks.

Upvotes: 2

Views: 4873

Answers (1)

lulyon
lulyon

Reputation: 7225

The Brute-force means basic or naive descriptor matcher, like knn or radius. find this: http://docs.opencv.org/modules/features2d/doc/common_interfaces_of_descriptor_matchers.html

Upvotes: 1

Related Questions