Skip to content

Commit

Permalink
line realign
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mordvintsev authored and Alexander Mordvintsev committed Jul 4, 2013
1 parent 8045093 commit 3677a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ class CV_EXPORTS_W GFTTDetector : public FeatureDetector
{
public:
CV_WRAP GFTTDetector( int maxCorners=1000, double qualityLevel=0.01, double minDistance=1,
int blockSize=3, bool useHarrisDetector=false, double k=0.04 );
int blockSize=3, bool useHarrisDetector=false, double k=0.04 );
AlgorithmInfo* info() const;

protected:
Expand Down

0 comments on commit 3677a66

Please sign in to comment.