ovl.target_filters.sorter_helper_functions module

ovl.target_filters.sorter_helper_functions.contour_and_point_distance(point)[source]

A reusable function that preloads a point and then calculates the distance to a given contour. :param point: an (x,y) tuple point :return:

ovl.target_filters.sorter_helper_functions.contour_center_and_point_distance(point)[source]