Blob Detection (radionets.evaluation.blob_detection)#

Blob detection submodule of radionets.evaluation.

Reference/API#

radionets.evaluation.blob_detection Module#

Functions#

blob_log(image[, min_sigma, max_sigma, ...])

Finds blobs in the given grayscale image.

calc_blobs(ifft_pred, ifft_truth)

corners(x, y, r)

Generates the value range for cropping the first component out of the images.

crop_first_component(pred, truth, blob_truth)

Returns the cropped image with the first component of the true image for both prediction and truth.

sqrt(x, /)

Return the square root of x.