sketchkit.vectorization.LineDrawer

class sketchkit.vectorization.LineDrawer(method: str = 'CNNVE', device: str = 'cuda')[source]

Native LineDrawer integration that mirrors the structure of other vectorizers.

__init__(method: str = 'CNNVE', device: str = 'cuda')[source]

Methods

__init__([method, device])

run(img)

Vectorize the provided numpy image.