File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ int main( int argc, char *argv[] )
150
150
if ( sscanf (& argv [i ][12 ], "%f" , & max_thresh ) != 1 ) usage (argv [0 ]);
151
151
} else if ( strncmp (argv [i ], "-min_thresh=" , 12 ) == 0 ) {
152
152
if ( sscanf (& argv [i ][12 ], "%f" , & min_thresh ) != 1 ) usage (argv [0 ]);
153
- } else if ( strncmp (argv [i ], "-feature_density=" , 13 ) == 0 ) {
154
- if ( sscanf (& argv [i ][13 ], "%d" , & featureDensity ) != 1 ) usage (argv [0 ]);
153
+ } else if ( strncmp (argv [i ], "-feature_density=" , 17 ) == 0 ) {
154
+ if ( sscanf (& argv [i ][17 ], "%d" , & featureDensity ) != 1 ) usage (argv [0 ]);
155
155
} else if ( strncmp (argv [i ], "-level=" , 7 ) == 0 ) {
156
156
if ( sscanf (& argv [i ][7 ], "%d" , & tracking_extraction_level ) != 1 ) usage (argv [0 ]);
157
157
} else if ( strncmp (argv [i ], "-leveli=" , 8 ) == 0 ) {
You can’t perform that action at this time.
0 commit comments