Skip to content

Commit

Permalink
Correct an input
Browse files Browse the repository at this point in the history
  • Loading branch information
madwyn committed May 30, 2014
1 parent 0806ae4 commit d3a887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ How to use
In this case, the output image size will be calculated accordingly.
There is another more detailed init function you can play with.
*/
algo.init(width, M_PI, 2.0*M_PI);
algo.init(640, M_PI, 2.0*M_PI);

// Generate the mapping from panorama to cubic
algo.genMap();
Expand Down

0 comments on commit d3a887b

Please sign in to comment.