Edited wiki page through web user interface.

This commit is contained in:
castano 2007-12-03 07:45:40 +00:00
parent 5c0f1c67c7
commit ce6a2ce378

View File

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