Skip to content

Commit

Permalink
Fixed tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Bobkov committed Feb 3, 2017
1 parent ba746d1 commit 1e67615
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ using namespace std;

void printHelp()
{
cout << " -i <input file> -o <output file> -c <number of scales 1,3,5> -k <neighborhood number of points> -t <number of hypothesis> -d <use_anisotropy_flag> -m <model filename (has to be consistent with the number of scales)>"
<< "-s <accumulator size> -e <anisotropy nbr of neighborhoods>" << endl;
cout << "Usage: <executable>\n -i\t <input file>\n -o\t <output file>\n -c\t <number of scales 1,3,5>\n"
<< " -m\t <model filename (has to be consistent with the number of scales)>\n"
<< " -k\t <neighborhood number of points>\n -t\t <number of hypothesis>\n -d\t <use_anisotropy_flag>\n"
<< " -s\t <accumulator size>\n -e\t <anisotropy nbr of neighborhoods>\n" << endl;
}

int main(int argc, char** argv){
Expand Down

0 comments on commit 1e67615

Please sign in to comment.