Edited wiki page through web user interface.

This commit is contained in:
castano 2007-11-26 08:55:23 +00:00
parent 31057f7253
commit 278b896324

View File

@ -114,7 +114,7 @@ void InputOptions::setKaiserParameters(int width, float alpha, float stretch);
The default values are:
{{{
inputOptions.setKaiserParameters(10, 8.0f, 0.75f);
inputOptions.setKaiserParameters(5, 8.0f, 0.75f);
}}}
*TODO*: Explain how the options affect the results.