ewoksndreg.evaluation.eval_metrics#

Functions

mse_eval(stack, reference)

Evaluate success based on the remaining mse error after alignment

noisy_eval(stack)

Determines how noisy the images in the given stack are This is determined by denoising the image with a gaussian filter and comparing the variance before and after.

peak_eval(stack, reference)

Calculate a measure of how reliable a stack of images is to determine the transformations between the images.

smoothness_eval(transformations, img_size)

Evaluates the transformations by smoothness.