zhangmeng
2019-12-19 1118eaddcadb8b7c4a5da084a46c0c4fc18040e1
udpate
1个文件已修改
4 ■■■■ 已修改文件
gohumantrack/gohumantrack.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gohumantrack/gohumantrack.go
@@ -40,6 +40,10 @@
}
int process(void *handle, void *imgs, const int size, void *result){
    c_img *images = (c_img*)imgs;
    for (int i = 0; i < size; i++){
        printf("batch~~~~~~C image index %d, address: %p, size: %dx%dx%d\n",
            i, images[i].data_, images[i].w_, images[i].h_, images[i].c_);
    }
    c_fgRet *res = (c_fgRet *)result;
    return c_human_tracker_process(handle, images, size, res);
}