1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Added sample for GenericDescriptorMatch

This commit is contained in:
Ilya Lysenkov
2010-06-10 07:59:18 +00:00
parent 809ebddefb
commit b251136e45
5 changed files with 148 additions and 0 deletions
@@ -1751,6 +1751,8 @@ public:
// Writes match object to a file storage
virtual void write( FileStorage& fs ) const {};
static GenericDescriptorMatch* CreateDescriptorMatch( const string &alg_name, const string &params_filename = string () );
protected:
KeyPointCollection collection;
};