Integration Steps
Here are the steps for integrating Spark! into your application:
- Create a Spark! model and save it.
- Export the .h file
- Create your custom application
- Include SparkModel.h
- Include the .h file you exported
- Declare a SparkModel or SparkModelWrapper object
- Load the Spark! model
- If using MSVC++ include SparkModel.lib in your project settings
- Call the Spark! API where needed
|