@@ -1546,6 +1550,7 @@ class BruteForceMatcher : public DescriptorMatcher
{
public:
BruteForceMatcher( Distance d = Distance() ) : distance(d) {}
protected:
...
}
...
...
@@ -1641,7 +1646,7 @@ public:
vector<int>& indices ) = 0;
virtual void clear();
virtual void read( const FileNode& fn );
virtual void read( const FileNode& fn );
virtual void write( FileStorage& fs ) const;
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.