it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability
Client/server wrapper around C's popen function. Open arbitrary server processes remotely from client
A toolkit for making real world machine learning and data analysis applications in C++
Custom shape predictor model trained to find 81 facial feature landmarks given any image
Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
人脸检测、人脸标记,人脸识别以及换脸技术。涉及到的技术点:python、dlib、opencv等。本人会不断更新研究成果,与君共勉,附件中有ppt
采用opencv gpu模式进行人脸检测,并用delib检测人脸的68个特征点。已经将人脸检测器封装成类,并测试通过