NDEVR
API Documentation
VectorizeImageParams

Arguments used for creating vectorizations of an image. More...

Collaboration diagram for VectorizeImageParams:
[legend]

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.

Detailed Description

Arguments used for creating vectorizations of an image.


Definition at line 17 of file ImageVectorizationEngine.h.


The documentation for this struct was generated from the following file: