mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2026-06-29 15:56:31 -05:00
Advanced options and documentation
Added a lot of new advanced options and documented a lot of functions and members.
This commit is contained in:
parent
d0b29f20fd
commit
2e73a77538
10 changed files with 566 additions and 31 deletions
|
|
@ -118,10 +118,10 @@
|
|||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="AboutButterflowMenu" xml:space="preserve">
|
||||
<value>More about butterflow...</value>
|
||||
<value>butterflow on github...</value>
|
||||
</data>
|
||||
<data name="AboutButterflowUIMenu" xml:space="preserve">
|
||||
<value>More about butterflow-ui...</value>
|
||||
<value>butterflow-ui on github...</value>
|
||||
</data>
|
||||
<data name="AboutMenu" xml:space="preserve">
|
||||
<value>About butterflow-ui</value>
|
||||
|
|
@ -234,4 +234,52 @@
|
|||
<data name="_60fpsLabel" xml:space="preserve">
|
||||
<value>60 fps</value>
|
||||
</data>
|
||||
<data name="FastPyramidsLabel" xml:space="preserve">
|
||||
<value>Use Fast Pyramids</value>
|
||||
</data>
|
||||
<data name="FastPyramidsTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="IterationsLabel" xml:space="preserve">
|
||||
<value>Pyramid iterations</value>
|
||||
</data>
|
||||
<data name="IterationsTooltip" xml:space="preserve">
|
||||
<value>The number of iterations to use for each pyramid layer.</value>
|
||||
</data>
|
||||
<data name="LevelsLabel" xml:space="preserve">
|
||||
<value>Levels</value>
|
||||
</data>
|
||||
<data name="LevelsTooltip" xml:space="preserve">
|
||||
<value>The number of pyramid layers.</value>
|
||||
</data>
|
||||
<data name="PixelNeighborhoodLabel" xml:space="preserve">
|
||||
<value>Pixel Neighborhood</value>
|
||||
</data>
|
||||
<data name="PixelNeighborhoodTooltip" xml:space="preserve">
|
||||
<value>Size of the pixel neighborhood.</value>
|
||||
</data>
|
||||
<data name="PyramidScaleLabel" xml:space="preserve">
|
||||
<value>Pyramid Scale Factor</value>
|
||||
</data>
|
||||
<data name="PyramidScaleTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="SmoothDerivativeLabel" xml:space="preserve">
|
||||
<value>Smooth Derivative</value>
|
||||
</data>
|
||||
<data name="SmoothDerivativeTooltip" xml:space="preserve">
|
||||
<value>Size of the standard deviation used for smooth derivatives.</value>
|
||||
</data>
|
||||
<data name="SmoothMotionLabel" xml:space="preserve">
|
||||
<value>Smooth Motion</value>
|
||||
</data>
|
||||
<data name="SmoothMotionTooltip" xml:space="preserve">
|
||||
<value>Set to tune for smooth motion. This mode yields artifact-less frames by emphasizing blended frames over warping pixels.</value>
|
||||
</data>
|
||||
<data name="WindowSizeLabel" xml:space="preserve">
|
||||
<value>Window Size</value>
|
||||
</data>
|
||||
<data name="WindowSizeTooltip" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
</root>
|
||||
Loading…
Add table
Add a link
Reference in a new issue