mingw32-make
is in your PATH. See these instructions for more information..zip
file and place the contents in the 'example-standalone-inferencing' folder (which you downloaded above). Your final folder structure should look like this:// Copy raw features here
:...
won't compile--I just wanted to demonstrate where the features would go).features[]
buffer non-const. You would fill it with samples from your sensor(s) and call run_classifier()
or run_classifier_continuous()
. See deploy your model as a C++ library tutorial for more information.features[]
buffer and then give you the classification output:EIDSP_SIGNAL_C_FN_POINTER=1
and EI_C_LINKAGE=1
macros, then link to it from a C application. The run_classifier
can then be invoked from your application. An end-to-end application that demonstrates this and can be used with this tutorial is under example-standalone-inferencing-c.