MantisBT - Bender
View Issue Details
0013873BenderWeight Modulespublic2013-01-23 17:192013-02-14 14:32
johan andruejol 
johan andruejol 
normalfeaturehave not tried
closedfixed 
0.1 
1.01.0 
0013873: Split the Armature Weight CLI in two.
The armature weight segmentation is does two thing, segmenting the volume in regions according to the armature and computing the associated weight of each voxel within this given region.

It would be better to have two separate CLI for this:
- Armature bones for segmenting the volume.
- Armature weight to compute the voxel's weight given the segmentation.
No tags attached.
related to 0013680closed johan andruejol Add envelope representation around bones 
parent of 0013915resolved johan andruejol Improve ArmatureWeight multi-threading 
parent of 0013916assigned johan andruejol Improve ArmatureBones and ArmatureWeight stability 
Not all the children of this issue are yet resolved or closed.
Issue History
2013-01-23 17:19johan andruejolNew Issue
2013-01-23 17:19johan andruejolStatusnew => assigned
2013-01-23 17:19johan andruejolAssigned To => johan andruejol
2013-01-24 15:37johan andruejolNote Added: 0032159
2013-01-30 14:30johan andruejolNote Added: 0032181
2013-01-30 14:30johan andruejolNote Added: 0032182
2013-01-30 14:30johan andruejolStatusassigned => resolved
2013-01-30 14:30johan andruejolResolutionopen => fixed
2013-02-14 09:13Julien FinetRelationship addedparent of 0013895
2013-02-14 09:14Julien FinetSeverityminor => feature
2013-02-14 09:14Julien FinetFixed in Version => 1.0
2013-02-14 09:14Julien FinetTarget Version0.1 => 1.0
2013-02-14 10:48Julien FinetRelationship deletedparent of 0013895
2013-02-14 10:48Julien FinetRelationship addedparent of 0013915
2013-02-14 10:49Julien FinetRelationship addedparent of 0013916
2013-02-14 10:57Julien FinetRelationship addedrelated to 0013680
2013-02-14 14:32Julien FinetStatusresolved => closed

Notes
(0032159)
johan andruejol   
2013-01-24 15:37   
Also:
- Use envelopes properties to accelerate the weight computation.
(0032181)
johan andruejol   
2013-01-30 14:30   
Also:
- Parrallelized computation of the bones weight
(0032182)
johan andruejol   
2013-01-30 14:30   
Separate CLIs:

http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=b22cfcaa8b87ff173cb8176d418031573ca7f280 [^]
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=7283cb1e1fa5ed45946bd68af2427cf988443e07 [^]
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=9fec787aea0214e81371ce15614ef3ecf3063a74 [^]
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=b984ced95423ce477bd4aedb225699782247499b [^]

Use envelopes:
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=6110a0c1900d1c26c98e39a76b41eb4914050055 [^]

Parallel computation:
http://public.kitware.com/gitweb?p=Bender/Bender.git;a=commit;h=06c66681c99d5f85ad5035d96d258bbe82455d01 [^]