How can I use Haar cascade for face detection and kalman filter for tracking?

2020-09-04 Thread Chirag Atha
I am new to computer vision and I am trying to use haar cascade for face detection and kalman filtering for tracking I intend to run the code on raspberry pi 3B. Hence cannot use any deep learning methods for tracking. How can I use cv2.kalmanfilter() (https://docs.opencv.org/trunk/dd/d6a

face detection

2014-09-22 Thread narayan naik
good evening sir, I am doing my M.Tech project on face detection,I am confused with the face detection algorithm,can you please tell me the simple and best algorithm. -- https://mail.python.org/mailman/listinfo/python-list

Re: face detection

2014-09-22 Thread Denis McMahon
On Mon, 22 Sep 2014 15:29:58 +0530, narayan naik wrote: good evening sir, I am doing my M.Tech project on face detection,I am confused with the face detection algorithm,can you please tell me the simple and best algorithm. http://www.lmgtfy.com/?q=best+face

Re: face detection

2014-09-22 Thread Gary Herron
On 09/22/2014 02:59 AM, narayan naik wrote: good evening sir, I am doing my M.Tech project on face detection,I am confused with the face detection algorithm,can you please tell me the simple and best algorithm. No, sorry, but this newsgroup is about Python