find_contours
- Top level = polygon
- Second level = list of rings (first is outer contour, rest are inner/holes)
- Third level = flat list of coordinates [x1, y1, x2, y2, …]
mask- np.ndarray
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Announcing our Series C with $110M in total funding. Read more →.
def find_contours(mask: Any) -> List[List[List[float]]]
mask - np.ndarrayWas this page helpful?
