A Real-Time Face Recognition System Based on IP Camera and SRC Algorithm

We design a real-time face recognition system based on IP camera and SRC algorithm by way of OpenCV and C++ programming development. Meanwhile, we do research on the IP camera and rewrite some function of SDK so that OpenCV can process the video frame. First, AdaBoost algorithm is used to detect face in each frame, and then LBP is used to extract the feature of texture. Finally, we obtain the result by SRC algorithm. Experimental results show that the system can deal with real-time video and have robustness to the illumination.