![]() |
NDEVR
API Documentation
|
Arguments used for creating vectorizations of an image. More...
Public Attributes | |
| std::function< void(RGBColor color, Buffer< Polygon< fltp08 > > polygon_add)> | add_polygon |
| Callback invoked to emit vectorized polygon geometry with its associated color. | |
| std::function< void(bool)> | finished_callback |
| Callback invoked when vectorization completes; the bool indicates success or failure. | |
| String | input_image |
| The file path or identifier of the input raster image to vectorize. | |
| LogPtr | log |
| Log target for reporting progress and diagnostics during vectorization. | |
Arguments used for creating vectorizations of an image.
Definition at line 17 of file ImageVectorizationEngine.h.