sksurgeryfredmatplotlib.algorithms.ablation module

Functions for point based registration using Orthogonal Procrustes.

class sksurgeryfredmatplotlib.algorithms.ablation.Ablator(margin)[source]

Bases: object

handles the simulated ablation for scikit-surgery fred

ablate(estimated_target)[source]

performs and ablation, returns a score.

decrease_margin()[source]

Make the margin smaller

increase_margin()[source]

Make the margin bigger

setup(target, target_radius)[source]

Setup target etc.