MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / bitmap_to_polygon

Function bitmap_to_polygon

mmdet/core/mask/structures.py:1075–1102  ·  view source on GitHub ↗

Convert masks from the form of bitmaps to polygons. Args: bitmap (ndarray): masks in bitmap representation. Return: list[ndarray]: the converted mask in polygon representation. bool: whether the mask has holes.

(bitmap)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

draw_masksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected