vehicle_common.cv.threshold#

Attributes#

cap

Functions#

distance(→ int)

detect_contour(→ tuple[list[numpy.ndarray], ...)

threshold(thresh, prev_center, frame)

Module Contents#

distance(c1: tuple[int, int], c2: tuple[int, int]) int#
detect_contour(threshold, frame: numpy.ndarray) tuple[list[numpy.ndarray], list[tuple[int, int]]]#
threshold(thresh, prev_center, frame)#
cap#