Open prafulag opened 5 years ago
Added.
Extend the same to ReconstructSubjectMeshes and also an xml to provide good points file.
@sheryjoe : This functionality should be further generalized to provide multiple template meshes, so that we do not repeat the transform estimation if multiple templates are being warped. Current usecase: Warping surfaces involved with coverage computation. Please let me know if I should add the way to provide multiple template shapes, if user wants.
What do you mean by multiple templates? The transformation has to be computed if the correspondences (particles) change.
This template mesh is added to facilitate subject-wise custom surfaces, such as lunate and femoral head for the coverage computation. Often multiple custom subject-specific surfaces are needed from each shape. Currently, to generate multiple surfaces from same template shape, we would run ReconstructSurface multiple times by simply replacing the template mesh name, keeping the points same. I just wanted to cut down on multiple iterations and just one warp estimate is done to warp all the required custom templates to specific subjects. Does that make sense ?
@archanasri Is this command consolidated?
@sheryjoe Nope, not yet.
Note: This is Libs/Mesh/ReconstructSamplesAlongPCAModes
@sheryjoe Can we move this to 6.3? We can focus on consolidation of particle-based executables for the next release
sounds good.
Relevant to #1018
Note: This is Libs/Mesh/ReconstructSamplesAlongPCAModes
This executable has been consolidated. Is this issue complete?
It could be useful if this code can work on a template mesh along with its set of correspondence points in place of only the mean mesh.