sample_id.ann.hough module

sample_id.ann.hough.cluster(matches, cluster_size=3, cluster_dist=20)[source]
Return type

Tuple[List[Cluster], List[Cluster]]

sample_id.ann.hough.ght(matches, cluster_dist=20)[source]
Return type

Dict[str, Dict[Tuple[float, float], Set[Match]]]

sample_id.ann.hough.round_to(x, base=1, n=2)[source]
Return type

Tuple[float, float]