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

View File

@@ -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;
};