A matlab assignment for moving object detection based on MLE(Maximum Likelihood Estimation).
Matlab 2012 or higher
This project contains two seperate executable files: Q2.m and UI.m, Q2.m contains the main implementation of MLE for moving object detection, and UI.m has the same implementation logic along with user interface.
Users needs to modify vr = VideoReader('');
(in line 8) to a custom input video, and training frames (in line 50).