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