Skip to content

Commit

Permalink
Removed position from being printed for each marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Grijalva committed May 23, 2014
1 parent 9925404 commit 0de9256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AR_Simple/Main.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ static void mainLoop(char* img_name)
{
if (marker_info[i].id == object[j].id)
{
printf("%s (%.0f, %.0f)\n", object[j].name, marker_info[i].pos[0], marker_info[i].pos[1]);
//printf("%s ", object[j].name);
printf("%s ", object[j].name);
break;
}
}
Expand Down

0 comments on commit 0de9256

Please sign in to comment.