100 likes | 259 Views
Student: Dane Brown Supervisor: James Connan. SUSPICIOUS ACTIVITY DETECTION. OVERVIEW. INTRODUCTION USER REQUIREMENTS USER INTERFACE SPECIFICATION HIGH LEVEL DESIGN LOW LEVEL DESIGN DEMO REFERENCES QUESTIONS & ANSWERS. INTRODUCTION . What does the system regard as normal activity
E N D
Student: Dane Brown Supervisor: James Connan SUSPICIOUS ACTIVITY DETECTION
OVERVIEW • INTRODUCTION • USER REQUIREMENTS • USER INTERFACE SPECIFICATION • HIGH LEVEL DESIGN • LOW LEVEL DESIGN • DEMO • REFERENCES • QUESTIONS & ANSWERS
INTRODUCTION • What does the system regard as normal activity • Park car, get out, walk away, get back in, drive away • What does the system regard as suspicious? • Loitering next to a vehicle is suspicious
USER REQUIREMENTS • Video Camera • Capture the parking lot • Server • Runs the c++ code.
HIGH LEVEL DESIGN Canny Edge Detection Extract Frames Haar-feature extraction Video Manipulation Grayscale Output Gaussian Smoothing
LOW LEVEL DESIGN Car classifier Car Detection Salient points are matched Haar-feature extraction Contours detected Human Detection Human classifier Salient points are matched Contours detected
REFERENCES • http://library.wolfram.com/examples/edgedetection/ • http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/RAJA/CV.html • http://opencv.willowgarage.com/wiki/ • http://www.owlnet.rice.edu/~elec539/Projects97/morphjrks/laplacian.html • http://www.pages.drexel.edu/~weg22/can_tut.html