Open ltetrel opened 2 weeks ago
Current state for this PR:
VirtualFit
class skeleton in place, with its members callable as standalone functions.Transducer
class).extract_skin_surface
is called in the __post_init__
function and stores the segmented skin (np.ndarray) in a new attribute, as well as the fitted interpolator. This to be able to call VirtualFit.run
with different targets and not re-segmenting the volume.
This adds the minimal implementation for the virtual fitting algorithm.
Close #147