Elecbits Electronic shade.

Slides:



Advertisements
Similar presentations
OpenCV Introduction Hang Xiao Oct 26, History  1999 Jan : lanched by Intel, real time machine vision library for UI, optimized code for intel 
Advertisements

Advanced Cubesat Imaging Payload
Binary Decision Diagrams1 BINARY DECISION DIAGRAMS.
OpenCV Stacy O’Malley CS-590 Summer, What is OpenCV? Open source library of functions relating to computer vision. Cross-platform (Linux, OS X,
Eye Tracking Project Project Supervisor: Ido Cohen By: Gilad Ambar
Juan Guzman ASU Mentor: Shea Ferring. About Me Name: Juan Guzman Computer Science major ASU Senior (graduating December 2012) Have prior internship with.
Mayuresh Varerkar. Hardware Elements Triple Axis Accelerometer for mouse orientation I 2 C /Serial Interface µC and Accelerometer/ Graphical LCD Graphical.
Electrical and Computer Engineer Large Portable Projected Peripheral Touchscreen Team Jackson Brian Gosselin Jr. Greg Langlois Nick Jacek Dmitry Kovalenkov.
Kalman Tracking for Image Processing Applications Student : Julius Oyeleke Supervisor : Dr Martin Glavin Co-Supervisor : Dr Fearghal Morgan.
system design Final report
Raspberry Pi Camera for Measuring Bottle Size
Augmented Reality and 3D modelling Done by Stafford Joemat Supervised by Mr James Connan and Mr Mehrdad Ghaziasgar.
Shane Tuohy.  In 2008, rear end collisions accounted for almost 25% of all injuries sustained in road traffic accidents on Irish roads [RSA Road Collision.
Video Segmentation Prepared By M. Alburbar Supervised By: Mr. Nael Abu Ras University of Palestine Interactive Multimedia Application Development.
An Efficient Search Strategy for Block Motion Estimation Using Image Features Digital Video Processing 1 Term Project Feng Li Michael Su Xiaofeng Fan.
Object Recognition in ROS Using Feature Extractors and Feature Matchers By Dolev Shapira.
Figure ground segregation in video via averaging and color distribution Introduction to Computational and Biological Vision 2013 Dror Zenati.
QUADCOPTER- Vision Based Object Tracking By By Pushyami Kaveti Pushyami Kaveti.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
1/13/ Detection & Recognition of Alert Traffic Signs Chia-Hsiung (Eric) Chen Marcus Chen Tianshi Gao.
Electrical and Computer Engineer Large Portable Projected Peripheral Touchscreen Team Jackson Brian Gosselin Jr. Greg Langlois Nick Jacek Dmitry Kovalenkov.
Motion Detection and Processing Performance Analysis Thomas Eggers, Mark Rosenberg Department of Electrical and Systems Engineering Abstract Histograms.
Final Year Project. Project Title Kalman Tracking For Image Processing Applications.
Augmented Reality and 3D modelling Done by Stafford Joemat Supervised by Mr James Connan.
Frank Bergschneider February 21, 2014 Presented to National Instruments.
Machine Language Computer languages cannot be directly interpreted by the computer – they are not in binary. All commands need to be translated into binary.
OpenCV C++ Image Processing
Luminosity measurements at Hadron Colliders
Nasal Cannula X particulate mask
CS284 Paper Presentation Arpad Kovacs
Wavelet Coherence & Cross-Wavelet Transform
MOCLA02 Design of a Compact L-­band Transverse Deflecting Cavity with Arbitrary Polarizations for the SACLA Injector Sep. 14th, 2015 H. Maesaka, T. Asaka,
Y V =0 a V =V0 x b b V =0 z
Climate-Energy-Policy Interaction
Small-Sample Methods for Cluster-Robust Inference in School-Based Experiments James E. Pustejovsky UT Austin Educational Psychology Department Quantitative.
Wednesday 9/6 Welcome back!
Conformational Sampling to Interpret SAXS Profiles
In-Band OAM Frank Brockners, Shwetha Bhandari, Sashank Dara, Carlos Pignataro (Cisco) Hannes Gedler (rtbrick) Steve Youell (JMPC) John Leddy (Comcast)
DISTRIBUTIONAL SEMANTICS
Physics 7E Prof. D. Casper.
Meicong Liang, Fei Teng* Institute of Energy, Environment and Economy
CPIXTEG3b: An SOI pixel sensor with in-pixel binary counter
Math 3 Calculus Tommy Khoo Department of Mathematics Dartmouth College
Radioactivity in everyday life
Probability and Statistics
GOOD MORNING Please have out your weekly homework to be stamped.
You must learn this for your GCSE
CSC391/691 Intro to OpenCV Dr. Rongzhong Li Fall 2016
Automated Detection of Human Emotion
Tracking the eyes using a webcam
Image Segmentation Classify pixels into groups having similar characteristics.
Introduction Computer vision is the analysis of digital images
Funny Face Application
Introduction Computer vision is the analysis of digital images
Introduction to Image Processing in Python
Use of Python Scripts to Compare and Contrast Photo Images
James Murphy IV Computer Science and Economics ID Major
GPU Video Stitching Alex Watras.
Electronic Door Unlock with Face Recognition
Project #2 Multimodal Caricatural Mirror Intermediate report
Deep Neural Networks: A Hands on Challenge Deep Neural Networks: A Hands on Challenge Deep Neural Networks: A Hands on Challenge Deep Neural Networks:
Digital Smart Stethoscope
Basic Camera Function The camera converts an optical image into electrical signals that are reconverted by a television receiver into visible screen images.
AHED Automatic Human Emotion Detection
Midterm Report “Makeup” Against Face Detection
Introduction Computer vision is the analysis of digital images
Application of Facial Recognition in Biometric Security
FISH IDENTIFICATION SYSTEM
PRELIMINARY DESIGN REVIEW
Report 4 Brandon Silva.
Presentation transcript:

Elecbits Electronic shade

Abstract Open Computer Vision library Widely used for image processing Basic image operations Object detection Facial and feature detection

Working Micro controller processes the centrally the data gather form the camera feed. For processing it uses the python library OpenCV which is provides the computerize vision to the driver. In python the camera feed is converted into numpy arrays. Each video frame is converted into array object which in turn used by the OpenCV. Further this array objects are being is being used to apply various threshold filter like Gaussian, binary etc. This filter each frame and return the live feed on the screen of the on driver screen.

Block Diagram

Thank You