test_centriole_detection_accuracy_mAP module

Created on Wed Feb 7 22:55:20 2018

@author: felix

test_centriole_detection_accuracy_mAP.compute_matching_statistics(detections_manual, detections_auto, max_match_dist=10)[source]

Computes missed man, intersection, auto over detections.

test_centriole_detection_accuracy_mAP.match_auto_man_detections(man_xy, auto_xy, max_dist=None)[source]