Identifying Human objects from set of frames using frame differencing, connecting components, thresholding, and bounding boxes.
Juptyer Notebook - test.ipynb
This function uses frame differencing, thresholding, connecting components and bounding boxes to create a bounding box around the human object
This function checks if a person is present in the frame or not.
This function calculates the speed of the person and returns 2D numpy array.
import assignment1.py as ap
ap.FUNCTION_NAME(ARGUMENTS)
juptyer test.ipynb