如何使用c++调用openpose

已经编译好openpose,能够打开openposedemo,准备用c++做一个手势识别系统,需要在代码里调用openpose,应该怎么做呢?

openpose自带的例子难道不是在c++代码里调用openpose