From d3a887ba0d23d41cf9875c57b3a661a845058a2d Mon Sep 17 00:00:00 2001 From: madwyn Date: Fri, 30 May 2014 10:24:45 +0100 Subject: [PATCH] Correct an input --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc39a64..3861486 100644 --- a/README.md +++ b/README.md @@ -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();