LARGE CROWD COUNTING by MIRTES CORREA RET 2018

Slides:



Advertisements
Similar presentations
AP Computer Science A – Healdsburg High School 1 Unit 3 - Classes and Objects - Example.
Advertisements

3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Spherical Convolution in Computer Graphics and Vision Ravi Ramamoorthi Columbia Vision and Graphics Center Columbia University SIAM Imaging Science Conference:
Design principle of biological networks—network motif.
Paper Title Your Name CMSC 838 Presentation. CMSC 838T – Presentation Motivation u Problem paper is trying to solve  Characteristics of problem  … u.
Computer Vision Introduction to Image formats, reading and writing images, and image environments Image filtering.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Edge Detection Evaluation in Boundary Detection Framework Feng Ge Computer Science and Engineering, USC.
Brief overview of ideas In this introductory lecture I will show short explanations of basic image processing methods In next lectures we will go into.
Orthogonal Transforms
1 Introducing the working groups for Simulation group Per Henrik Hogstad 2.
CMPUT 617 (Topics in Computing Science): Advanced Image Analysis Nilanjan Ray Fall 2012 Computing Science University of Alberta.
Software systems for Computer Vision and Image Processing Sungsoo Ha Prof. Murali Subbarao (Stony Brook University) Prof. A.N. Rajagopalan (Indian Institute.
Computer Math AP Computer Science Computer Programming.
The State of K-12 Computer Science Education The instructional practices and assessments discussed or shown are not an endorsement by ACM or the U.S. Department.
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 35 – Review for midterm.
The Fish4Knowledge Project Disclosing Computer Vision Errors to End-Users Emma Beauxis-Aussalet, Lynda Hardman, Jacco Van Ossenbruggen, Jiyin He, Elvira.
Introduction to Bioinformatics Prologue. Bioinformatics Living things have the ability to store, utilize, and pass on information Bioinformatics strives.
Bekir Mugayitoglu, MBA Learn to code, code to learn.
computer
G52IVG, School of Computer Science, University of Nottingham 1 Administrivia Timetable Lectures, Friday 14:00 – 16:00 Labs, Friday 17:00 -18:00 Assessment.
Metrology 1.Perspective distortion. 2.Depth is lost.
Academic and pedagogical options in CIM laboratory CIM in universities.
Traffic Sign Pattern Recognition Pilho Kim (ECE), Zhaohua Wang, Yichang (James) Tsai (CE)
Optical Coherence Tomography for Retinal Imaging ECE 172A Julio Flores.
Augmented Reality and 3D modelling By Stafford Joemat Supervised by Mr James Connan.
Christopher Mitchell The Cooper Union Fluorescent Microscopy, Eigenobjects, and the Cellular Density Project Christopher Mitchell The Cooper Union Stevens.
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP 2011 Summary Topic 1 Overview of the course Related topics Image processing Computer.
Computers and software are changing everything…. …but the majority of schools don’t teach computer science: Source: Gallup 9 in 10 parents want their.
End of Week 3 + Weekend Work UCF Computer Vision REU 2012 Paul Finkel 6/4/12.
1 Computational Vision CSCI 363, Fall 2012 Lecture 6 Edge Detection.
Perceptify Vocabularies Xiaofen Zheng Faculty of Computer Science Dalhousie University.
Graphs. Introduction Graphs are a collection of vertices and edges Graphs are a collection of vertices and edges The solid circles are the vertices A,
Amagees Tech Corp value added services Data Management and Infrastructure.
Auxiliary Application for Mammography system calibration and testing Prepared by: Alex Shkatov Professional advice and images: Andrey Broisman, Ariel University.
CSE 6367 Computer Vision Image Operations and Filtering “You cannot teach a man anything, you can only help him find it within himself.” ― Galileo GalileiGalileo.
Machine Vision. Image Acquisition > Resolution Ability of a scanning system to distinguish between 2 closely separated points. > Contrast Ability to detect.
Connor Carey. Aims  Record road scene from Android  Detect speed sign  Determine speed limit  Compare to current speed(GPS)  Alert driver if speeding.
Dr. J. Shanbehzadeh M.HosseinKord Science and Research Branch of Islamic Azad University Machine Vision 1/49 slides.
Image Features (I) Dr. Chang Shu COMP 4900C Winter 2008.
You have 10 seconds to name…
Image from
1.5.3 Walkthrough #4 bouncing_ball.py wrapping_ball.py
Computer Vision COURSE OBJECTIVES: To introduce the student to computer vision algorithms, methods and concepts. EXPECTED OUTCOME: Get introduced to computer.
CS262: Computer Vision Lect 06: Face Detection
The Master Nuclear Engineering computing course 2010/2011
WELCOME TO AP COMPUTER SCIENCE PRINCIPLES!
AP computer science PRINCIPLES
Fl Floyd County Schools College & Career Academy
Online Gifts Buy for wishes happy mother's day to yours choice and with happy gifts find here:
Fourier Transform: Real-World Images
Teaching Geoscience with MATLAB Workshop!!!
Research Experience for Teachers, 2016
در تجزیه و تحلیل شغل باید به 3 سوال اساسی پاسخ دهیم Job analysis تعریف کارشکافی، مطالعه و ثبت جنبه های مشخص و اساسی هر یک از مشاغل عبارتست از مراحلی.
9th Lecture - Image Filters
Discrete Surfaces and Manifolds: A Potential tool to Image Processing
Topics discussed in this section:
Topics discussed in this section:
On Convolutional Neural Network
Digital Image Processing Week IV
Designing Algorithms for Multiplication of Fractions
Magnetic Resonance Imaging
Word2Vec.
HCI/ComS 575X: Computational Perception
User Interface Often overlooked.
From Cosmos to Connectomes: The Evolution of Data-Intensive Science
Project Presentation – Week 6
Computer Vision Project
Integrating Computer Vision through Medical Imaging in a High School Biotechnology Class Kathy Savage Center for Research in Computer Vision (CRCV), University.
Presentation transcript:

LARGE CROWD COUNTING by MIRTES CORREA RET 2018 Wekiva High School – Orange County (Apopka) 5th year teaching AP Computer Principles and AP Statistics

MOTIVATION AND EDUCATIONAL GOALS To introduce the concepts of Computer Vision, crowd counting and edge detection Show all the opportunities on the Computer Science jobs Use real-world applications of Computer Vision and Computer Science Practice and compare different methods for Large Crowd Counting Create Algorithm for count large crowd image

DAY 1 - Computer Vision definition and areas of application UCF – Center for Research for Computer Vision DAY 2 & 3 – CROWD COUNTING Algorithm: how to count people/objects in an image Apply Jacob’s Method for Crowd counting Students count crowd manually Compare manual and software for Crowd Counting Day 4 – EDGE DETECTION How a computer see an image Convolution intuition / edge detection Practice example (multiply matrix to detect edge)