added description of FAST 5/8 and FAST 7/12 (by Vincent)

This commit is contained in:
Vadim Pisarevsky
2012-08-07 18:17:30 +04:00
parent bcb499328d
commit 36d3bbff8b
2 changed files with 4 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ Wrapping class for feature detection using the
class FastFeatureDetector : public FeatureDetector
{
public:
FastFeatureDetector( int threshold=1, bool nonmaxSuppression=true );
FastFeatureDetector( int threshold=1, bool nonmaxSuppression=true, type=FastFeatureDetector::TYPE_9_16 );
virtual void read( const FileNode& fn );
virtual void write( FileStorage& fs ) const;
protected: