SoPostEffectDownsample¶
-
InventorModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoRenderers
definition SoRenderers.def
Purpose¶
The SoPostEffectDownsample
module allows to downsample a given buffer using averaging.
Parameter Fields¶
Visible Fields¶
Resize Mode¶
-
name:
resizeMode
, type:
Enum
, default:
Average2x2
¶ The downsample mode.
Values:
Title | Name | Description |
---|---|---|
Average2x2 | Average2x2 | Downsample to half the size. |
Average3x3 | Average3x3 | Downsample to a third of the size. |
Average4x4 | Average4x4 | Downsample to a quarter of the size. |