Comments on: Face Detection Counter with MATLAB https://matlabhelper.com/blog/face-detection-counter-with-matlab/ Education is our future. MATLAB is our feature. Wed, 20 Jan 2021 15:45:00 +0000 hourly 1 By: Abhishek mishra https://matlabhelper.com/blog/face-detection-counter-with-matlab/#comments/3001982 https://matlabhelper.com/?p=416#comment-3001982 In reply to Aditya Chaudhari.

I need some help regarding my project. If u could then pls contact me whatsapp 9453955033

]]>
By: Aditya Chaudhari https://matlabhelper.com/blog/face-detection-counter-with-matlab/#comments/3001981 https://matlabhelper.com/?p=416#comment-3001981 In reply to Jayson.

Hi Jayson, you will have to download the resources from above or use the link: https://gitlab.com/matlabhelperteam/wolfie/-/tree/master/Face%20Detection%20Counter%20Blog

Here you can find a separate file ‘MultiObjectTrackerKLT.m’ which contains the function. By putting the file in the same working directory, you should be able to execute the code as mentioned in the blog and video.

Hope you are able to get the desired output! Please feel free to drop another comment, if you face any difficulties.

]]>
By: Jayson https://matlabhelper.com/blog/face-detection-counter-with-matlab/#comments/3001980 https://matlabhelper.com/?p=416#comment-3001980 I’m facing a challenge here with the code. when I execute it tells me this: Undefined function or variable ‘MultiObjectTrackerKLT’.

Error in EntireCode (line 5)
tracker = MultiObjectTrackerKLT;

]]>
By: Aditya Chaudhari https://matlabhelper.com/blog/face-detection-counter-with-matlab/#comments/3001979 https://matlabhelper.com/?p=416#comment-3001979 In reply to Anurag.

Hi Anurag, you can use the inbuilt function ‘VideoReader’, syntax as below:

vidObj = VideoReader(‘filename.mp4’);

You can add the video to your current directory by simply dragging dropping the video into it. I hope that clears your doubt. If not you can comment or directly get in touch with our team at ​[email protected]

]]>
By: Anurag https://matlabhelper.com/blog/face-detection-counter-with-matlab/#comments/3001978 https://matlabhelper.com/?p=416#comment-3001978 How to upload video file in matlab. I am doing project on face recognition and face count ..

]]>