baidu / boteye

211 stars 72 forks source link

where is AI interface? #4

Closed dysenustc closed 6 years ago

dysenustc commented 6 years ago

when I set EnableRecognition flag is true, couldn't include baidu AI interface as belows: XP └── util └── aip ├── base
│ ├── base.h // 请求客户端基类 │ ├── base64.h // base64加密相关类 │ ├── http.h // http请求封装类 │ └── utils.h // 工具类 ├── ocr.h // 文字识别 ├── image_classify // 图像识别 ├── face.h // 人脸识别 └── speech.h // 语音识别,语音合成