Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
209 stars 63 forks source link

More Compare Methods: Cyan-Magenta and Blend #668

Closed PaulHax closed 1 year ago

PaulHax commented 1 year ago

cyan-magenta method puts the fixed image on component 0, moving image on component 1 and changes the color map for fixed image to cyan, moving image to magenta.

blend method puts the fixed image on component 0, moving image on component 1 and changes the color maps for both to gray-scale.

For each of these methods there is a imageMix parameter. imageMix changes the percent contribution the fixed vs moving image makes to the render by modifying the opacity transfer function. Value of 1 means max opacity for moving image, no opacity for fixed image.

closes #651 closes #650 closes #653

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 14.37.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: