openCV Archive
23 Jul 2019
Motion Detection using Frame Differencing and Mean Background Model
Instead of using static background model to find difference in current frame, I am using frame difference technique where current frame is compared or subtracted from previous frame. The difference depends upon speed of moving objects. Making a fair analysis is very difficult. Find the code bellow to find difference in frames. VideoCapture capture("ewap/seq_hotel.avi"); Mat
15 Jul 2019
OpenCV Cascade Classifier Training
This training is based on three stages and i listed all possible steps below. Downloading Tools and preparation : Download and install openCV . It provides important tools for image preparation and training. Download from here and for installation steps visit my previous article from here Download Haar Training material from here. Very useful tools and