Merge branch 'master' of ssh://192.168.5.5:29418/valib/gosdk
# Conflicts:
# csdk.cpp
# csrc/buz/face/face.cpp
# csrc/buz/face/face.h
| | |
| | | } |
| | | |
| | | int c_api_face_track_resize(const int chan, const int wid, const int hei){ |
| | | return face->face_track_resize(chan, wid, hei); |
| | | return face_track_resize(chan, wid, hei); |
| | | } |
| | | |
| | | YoloHandle c_api_yolo_init( |
| | |
| | | } |
| | | |
| | | //THFACETRACKING_API int THFT_Reset(short nChannelID, THFT_Param* pParam); |
| | | int sdkface::face_track_resize(const int chan, const int w, const int h){ |
| | | int face_track_resize(const int chan, const int w, const int h){ |
| | | THFT_Param tmpParam; |
| | | tmpParam.nDeviceID = param.nDeviceID; |
| | | tmpParam.nImageWidth = w; |