Skip to content

Fix jittering

Alvaro Sanchez requested to merge alvaro.sanchez/vtk:fix-jittering into master

Fixes minor issue in jittering related to the coordinate used to fetch the texture value. Tweaks the default noise values and adds an API to set a customized noise generator. Sample images before [1] and after [2].

[1] Before jittering_off

[2] After jittering_on

  • Baselines changed by changing UseJitteringOff as default.

Merge request reports