Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 811 Bytes

File metadata and controls

21 lines (18 loc) · 811 Bytes

Human-identification-Image-sequences

Identifying Human objects from set of frames using frame differencing, connecting components, thresholding, and bounding boxes.

Test File

Juptyer Notebook - test.ipynb

Code Structure

find_bounding_box :

This function uses frame differencing, thresholding, connecting components and bounding boxes to create a bounding box around the human object

person_present :

This function checks if a person is present in the frame or not.

person_speed :

This function calculates the speed of the person and returns 2D numpy array.

Running Instructions

import assignment1.py as ap
ap.FUNCTION_NAME(ARGUMENTS)

or

juptyer test.ipynb

Example

alt text