Open GoogleCodeExporter opened 9 years ago
I detected that the error I describe above occurs when moving the head fast in
front of the camera.
Original comment by JonnyB...@gmail.com
on 31 May 2010 at 4:29
Actually, this is a bug.
A fast workaround would be to disable ransac in the config.ini file.
In order to do so, just create a data directory with a config.ini file, like
this:
yourapp/youExecutable.exe
yourapp/data/config.ini
In the config file, put something like:
USE_RANSAC 0
RANSAC_SAMPLES 6
RANSAC_DISTANCE_THRESHOLD 30.0
RANSAC_ITERATIONS 20
CAMERA_INDEX 0
OPEN_MOVIE NO
And you should be fine, while the bug is not corrected.
Original comment by danielba...@gmail.com
on 17 Jun 2010 at 5:25
Original issue reported on code.google.com by
JonnyB...@gmail.com
on 31 May 2010 at 4:25Attachments: