@@ -1546,6 +1550,7 @@ class BruteForceMatcher : public DescriptorMatcher
{
public:
BruteForceMatcher( Distance d = Distance() ) : distance(d) {}
protected:
...
}
...
...
@@ -1654,7 +1659,7 @@ Adds keypoints to the training set (descriptors are supposed to be calculated he
Keypoints can be passed using \cvCppCross{KeyPointCollection} (with with corresponding images) or as a vector of \cvCppCross{KeyPoint} from a single image.