Bender/Documentation/1.0/Modules/VolumeSkinning

From KitwarePublic
Jump to navigationJump to search

Introduction

The Volume Skinning module is the first step of the skinning process (the second done by the Compute Weights module). Similarly to the traditional skinning technique that assigns a bone for each point of a mesh, Volume Skinning does the assignment for each voxel of a volume.


For each voxel of the input volume, the module defines which armature bone influences the most the transform of the voxel when Posing. For example, all the tissue voxels in the lower part of the leg will be assigned the unique id of the tibia bone and the tissue voxels of the upper part of the leg will be assigned the unique ide of the femur bone. The IDs are the indexes of the bones in the armature.


The module attempts to find the best bone/voxel pair, however it is not perfect. Manual edition of the skinned volume is likely to be needed. Such edition can be done using the Editor module.


Sometimes, a voxel transform might be influenced by more than 1 bone (typically 2). This is the case in the joint's areas (e.g. voxels in the knee area). The transform needs to be a weighted combination of multiple bone transforms (e.g. femur bone + tibia bone). The computation of the weights is done by the Compute Weights module.

Details

Author: Yuanxin Liu, Kitware
Contributor #1: Johan Andruejol, Kitware
Contributor #2: Julien finet, Kitware
Acknowledgements: This work is supported by the Air Force Research Laboratories.
Contact: Julien Finet

Use Cases

Parameters

{{#xsl: https://raw.github.com/gist/1303059/b39751f476ce0ea2b3ca3f672df002daf8aa7507/slicer-4.0-module-parameterdescription.xsl | http://public.kitware.com/gitweb?p=Bender/Bender.git;a=blob_plain;f=Modules/CLI/VolumeSkinning/VolumeSkinning.xml;hb=v1.0.0 | parse=true | nocache = false}}

Volume Skinning panel

Similar Modules