ewoksndreg.evaluation.evaluation.post_evaluation#
- ewoksndreg.evaluation.evaluation.post_evaluation(aligned_stacks, transformations)[source]#
Evaluation of the stack after alignment based on the mse error and the smoothness of the transformations
param aligned_stacks: list of stacks after alignment param transformations: list of list of calculated transformations param a: the ratio between the two evaluations: total_eval = mse_eval + smoothness_eval
returns: ranking of presumably best alignments in descending order
- Parameters:
aligned_stacks (
List
[ndarray
])transformations (
List
[List
[Homography
]])