|
Img2Num C++
API Documentation
|
This is the heart of Img2Num. All implementations start here and are built upwards using this framework of functions and libraries. C++ developers include this library directly, C developers include a lightweight wrapper around it, and JavaScript developers import a safe wrapper that protects them from manual memory management.
The main raster image vectorization functions are located in this part of the library—FFTs, contour tracing, blurring, and much more.
All public functions are exported from img2num.h:
To build the project, follow these instructions:
To install the library, use the following commands:
The library and headers will be installed as follows:
/usr/local/lib/usr/local/includeTo link to the library in your CMake project, use:
For complete working examples, see the example-apps/ directory.
Browse the detailed function documentation: