ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

Update facedetectcnn.h #251

Closed np-csu closed 4 years ago

np-csu commented 4 years ago

fix a memory leakage problem. memory used in vector<CDataBlob *> filters is not released.