added one more SIFT::CommonParams constructor

This commit is contained in:
Maria Dimashova
2011-06-07 07:41:59 +00:00
parent 7d4f06b7f3
commit ca551ab9ae
2 changed files with 5 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ public:
CommonParams();
CommonParams( int _nOctaves, int _nOctaveLayers, int /*_firstOctave*/, int /*_angleMode*/ );
CommonParams( int _nOctaves, int _nOctaveLayers );
int nOctaves, nOctaveLayers;
int firstOctave; // it is not used now (firstOctave == 0 always)
int angleMode; // it is not used now