SlideShare a Scribd company logo
1 of 40
The THIRD EYE
CORRELATING IMAGE-SOUND-VIDEO
Gunjan Gupta 10BEC112
Romil Shah 10BEC093
Sagar Patel 10BEC072
Mentor : Prof. Sachin Gajjar
1
Outline
 Motivation
 Technological Objective
 Present Scenario
 Bionics: Concept and Cyborg
 Our Innovation
 Approach (Pros and Cons)
 Applications
 Algorithms
 References
2
Wah Taj !! 3
Beautiful… 4
Again Nice to See!! 5
Oh, This bus is going to LAL DARWAJA 6
BUT CAN EVERYBODY SEE THIS
BEAUTY ?
CAN EVERYONE SAY THE BUS
NUMBER BY SEEING IT ?
NO!!
ALL PEOPLE DON’T HAVE SAME EYE-
SIGHT or EYE-VISION !
7
WHAT FOR THESE GUYS ?? 8
A project to build a system that
converts visual input into audio signals
which may lead to a practical product
to help the blind or visually impaired
navigate
9
Technological Objectives
 The main objective is to obtain a device for the whole Visually Impaired
(V.I.) community- totally blind, partially sighted, and people in a situation
of progressive loss of vision.
 To integrate the developments of image segmentation, image
enhancement, 3D Real World perception, audio representation of space
into a unique basic prototype with the purpose of assisting visually
impaired people in mobility in outdoor spaces.
 To develop new ways of interfacing with V. I. people- to develop an
acoustic interface (Ear-plugs for presentation) for the blinds.
 To develop a system able to calculate a person’s head orientation in a
static and dynamic situation.
10
Technological Objectives
 To integrate the 3D modelling system and the intelligent system for the
detection of risks and obstacles
 To integrate in a common platform all the data acquired from the
environment from different sources- artificial vision system, 3D Real World
Recognition System.
 To finally develop a prototype which can be commercialised
 During the project a simple device able to make a direct transformation
from the acquisition system into an acoustic representation will be created
as a final product
11
Gadgets/Technology for V.I. Person 12
 Brainport Vision Device
 Electric lollipop that allows blind people to 'see'
using their tongue
 Converts images captured by a tiny camera into
a series of electrical tingles, which can be felt on
the tongue
 Nerves then send these messages to the brain,
which turn the tingles back into pictures
 Costs around 6000 Pounds ( 5 Lakh INR)
Gadgets/Technology for V.I. Person
 Devices that alert you when a pot of liquid begins to boil
 Gadgets that make a sound when a cup or container you're pouring liquid
into is nearly full
 Knives with an adjustable guide to help you cut slices of even thickness
 Tactile watches and alarm clocks
13
Gadgets/Technology for V.I. Person 14
Cyborg / Bionics
 An organism “to which exogenous components have been added for the
purpose of adapting to new environments”.
 Recent meaning of the term bionics refers to merging organism and
machine.
 This approach results in a hybrid system combining biological and
engineering parts, which can also be referred as a cybernetic organism
(cyborg).
15
Natural-Artificial Feedback 16
Neil Harbisson: A Real Cyborg
17
What is Image Processing?
 In electrical engineering and computer science, image processing is any form of signal
processing for which the input is an image, such as a photograph or video frame; the
output of image processing may be either an image or, a set of characteristics or
parameters related to the image.
 Most image-processing techniques involve treating the image as a two-dimensional
signal and applying standard signal-processing techniques to it.
 In other words it is basically the transformation of data from a still or video camera
into either a decision or a new representation.
 All such transformations are done for achieving some particular goal. The input data
may be a live video feed, the decision may be that a face has been detected, and a new
representation may be conversion of a color image into a gray scale image.
Our Innovation
 Locating everyday items using Image-Video Processing.
 Detection of potential hazards (location and motion of objects, persons,
obstacles).
 Face Detection and Tagging.
 Text to Speech Conversion.
 Color Detection
 Detecting and analyzing in-front objects (living and non-living) and
perform operations on them.
19
Approach
 We are using OpenCV with Panda Board for this application.
 Interfacing OpenCV and Panda Board along with webcam to generate real
time images.
 Coding to find distance of objects or any obstacle and provide output as
an audio signal.
 Provide with inbuilt images and search for them. Coding to match the
images and provide the respective name of object as sound signal.
 Advance further to develop for general usage amongst people.
20
Advantage & Disadvantage
 Advantage
 Detection of known objects if they are lost.
 Can read newspaper, books, or rather any reading material.
 Can easily detect color and hence can be useful in various scenarios.
 Face Detection and Face tagging mode.(He can easily know person and can
also save new face)
 Most of the software are freeware, so cheap in cost.
 Disadvantage
 A fully-assembled device (Panda Board + Webcam) is to be carried for all the
operations.
 Bulkier in comparison to Mobile.
21
Hardware/Software
 The Panda Board is a low-power, low-cost single-board
computer development platform based on the Texas
Instruments OMAP4430 system on a chip (SoC). It is a community
supported development platform.
 The Panda Board ES is a newer version based on the OMAP4460 SoC, with
the CPU and GPU running at higher clock rates. Like its predecessor, it is a
community supported development platform. We are working with Panda
Board ES.
22
Pandaboard
Pandaboard Overview
 OMAP4 (Cortex-A9) CPU based open development platform.
 OMAP4430 Application processor
 1GB low-power DDR2
 Display HDMI v1.3 Connector (Type A) to drive HD displays, DVI-D Connector,
 3.5" audio in/out and HDMI Audio out
 Full size SD/MMC card
 Built in 802.11 & Bluetooth v2.1+EDR
 On board 10/100 Ethernet
 Expansion: 1xUSB OTG, 2xUSB HS host ports, General purpose expansion
header
What OS does Pandaboard support?
 Debian
 Ubuntu
 Android
 Fedora
 Sabayon
 Xubuntu
 Angstrom
OpenCV
 OpenCV grew out of an Intel Research initiative to advance CPU-intensive
applications.
 The intent behind OpenCV was to provide a platform that a student can
readily utilize for developing applications, instead of reinventing the basic
functions from scratch.
Why use OpenCV?
 It is free.
 It is fast.
 Good documentation in the form of documentation, tutorials, user groups,
forums etc.
 Lot of pre-built functions and algorithms to get a head start.
 There is an active development on interfaces for other languages like
Ruby, Python, Matlab etc.
 Pretty fast.
License
 OpenCV is released under a BSD license, it is free for both academic and
commercial use.
 There are only a few algorithms inside it that may have been patented and
those are not free.
KINECT
Kinect SENSOR
Photo Album
by Gunjan Gupta
BLOCK
DIAGRAM
31
Face Recognition 32
Object Detection
Dynamic (Moving)Stationary
33
Detection by Segmentation
34
Segmentation Algorithm
Segmentation
Discontinuity
Point Detection Line Detection Edge Detection
Similarity
Thresholding Region Growing
Region splitting
and merging
35
Using MATLAB
inbuilt function
Using our own
algorithm, we applied
linear differentiator. It
works fast and is more
efficient in
comparison to
MATLAB INBUILT
ALGO
36EDGE
DETECTION
Application
 This project is applied mainly in the commercial field of helping visually
impaired people with lower eyesight or completely BLIND
 Industrial applications can be devised and enhanced like robots and
machineries
 Concept can be used for Autonomous Cars
 For Security, Identifying and Tracking
37
Projects Implemented
1. Capturing Image using hand gesture and uploading it directly to Google Drive (Internet needed)
2. Face Detection and Person Identity Detection for running lifetime of prog
3. Optical Character Recognition
4. Cartoonifying Real Time Images
5. Colour Detection and Diff Sound for Diff Colour
6. Ball Detection
7. Head Pose Estimation
8. Augmented Reality based Position Change Tracking
9. Combined Project of OpenGL and OpenCV for Image Operation
10. Number Recognition in real-time
11. Text to Speech Synthesis using C++
12. Kinect with WINDOWS
13. Kinect with Ubuntu
14. Sound Marking
References
 A collaborative European project CASBliP, or Cognitive Aid System for
Blind People
 Andhajan Mandal, Ahmedabad, Gujarat, India
 Electric lollipop that allows blind people to 'see' using their tongue-
Brainport Vision Device
 OMAP4460 Pandaboard ES System Reference Manual
 Neil Harbisson-
http://www.ted.com/talks/neil_harbisson_i_listen_to_color.html
 AMTS-www.amts.co.in
39
THANK YOU

More Related Content

What's hot

Sensor Technology ppt
Sensor Technology pptSensor Technology ppt
Sensor Technology pptmansimore1
 
Arduino based health monitoring system
Arduino based health monitoring systemArduino based health monitoring system
Arduino based health monitoring systemYousuf Shaikh
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTDr. Amarjeet Singh
 
Home automation system
Home automation systemHome automation system
Home automation systemNaman Gautam
 
Silent sound-technology ppt final
Silent sound-technology ppt finalSilent sound-technology ppt final
Silent sound-technology ppt finalLohit Dalal
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Ushaswini Chowdary
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTMayur Rahangdale
 
automatic street light
automatic street lightautomatic street light
automatic street lightAnish Anand
 
Smart Blind Stick for Blind Peoples
Smart Blind Stick for Blind PeoplesSmart Blind Stick for Blind Peoples
Smart Blind Stick for Blind PeoplesDharmaraj Morle
 
Automatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counterAutomatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counterNiladri Dutta
 
Smart street lighting control system project PPT
Smart street lighting control system project PPT Smart street lighting control system project PPT
Smart street lighting control system project PPT PetchiMuthu26
 
Smart blind
Smart blindSmart blind
Smart blindRaja
 
Smart Mirror using Raspberry PI
Smart Mirror using Raspberry PISmart Mirror using Raspberry PI
Smart Mirror using Raspberry PIPrathmesh Gavankar
 
Screenless Display PPT
Screenless Display PPTScreenless Display PPT
Screenless Display PPTVikas Kumar
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptSyed Saleem Ahmed
 

What's hot (20)

Third Eye For Blind.pptx
Third Eye For Blind.pptxThird Eye For Blind.pptx
Third Eye For Blind.pptx
 
Pill Camera ppt
Pill Camera pptPill Camera ppt
Pill Camera ppt
 
Eye directive wheel chair
Eye directive wheel chairEye directive wheel chair
Eye directive wheel chair
 
Sensor Technology ppt
Sensor Technology pptSensor Technology ppt
Sensor Technology ppt
 
Arduino based health monitoring system
Arduino based health monitoring systemArduino based health monitoring system
Arduino based health monitoring system
 
Women Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOTWomen Safety Night Patrolling Robot Using IOT
Women Safety Night Patrolling Robot Using IOT
 
Home automation system
Home automation systemHome automation system
Home automation system
 
Silent sound-technology ppt final
Silent sound-technology ppt finalSilent sound-technology ppt final
Silent sound-technology ppt final
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)
 
Water quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOTWater quality monitoring in a smart city based on IOT
Water quality monitoring in a smart city based on IOT
 
automatic street light
automatic street lightautomatic street light
automatic street light
 
Smart Blind Stick for Blind Peoples
Smart Blind Stick for Blind PeoplesSmart Blind Stick for Blind Peoples
Smart Blind Stick for Blind Peoples
 
Automatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counterAutomatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counter
 
Drowsy Driver detection system
Drowsy Driver detection systemDrowsy Driver detection system
Drowsy Driver detection system
 
Smart street lighting control system project PPT
Smart street lighting control system project PPT Smart street lighting control system project PPT
Smart street lighting control system project PPT
 
Smart blind
Smart blindSmart blind
Smart blind
 
Smart Mirror using Raspberry PI
Smart Mirror using Raspberry PISmart Mirror using Raspberry PI
Smart Mirror using Raspberry PI
 
Embedded system seminar
Embedded system seminarEmbedded system seminar
Embedded system seminar
 
Screenless Display PPT
Screenless Display PPTScreenless Display PPT
Screenless Display PPT
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair ppt
 

Viewers also liked

BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...
BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...
BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...SalonMiEmpresa
 
Diario Resumen 20140625
Diario Resumen 20140625Diario Resumen 20140625
Diario Resumen 20140625Diario Resumen
 
Manual de Instruções do Removedor De Calosidades MPE 50 da Beurer
Manual de Instruções do Removedor De Calosidades MPE 50 da BeurerManual de Instruções do Removedor De Calosidades MPE 50 da Beurer
Manual de Instruções do Removedor De Calosidades MPE 50 da BeurerViver Qualidade
 
Diseño y maquetación
Diseño y maquetaciónDiseño y maquetación
Diseño y maquetaciónMarieta2014
 
Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...
Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...
Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...Frederic Prigent
 
Catálogo de productos Larivière 2012
Catálogo de productos Larivière 2012Catálogo de productos Larivière 2012
Catálogo de productos Larivière 2012joaquinglz
 
Kemal Koštrebić Valicon
Kemal Koštrebić ValiconKemal Koštrebić Valicon
Kemal Koštrebić Valiconbezrabotni
 
Ensayo logos
Ensayo logosEnsayo logos
Ensayo logosclau1312
 
The Dreamcatcher -- Catch your dream!
The Dreamcatcher -- Catch your dream!The Dreamcatcher -- Catch your dream!
The Dreamcatcher -- Catch your dream!Yosua Omimaru
 
Presentación la cámara de video
Presentación la cámara de videoPresentación la cámara de video
Presentación la cámara de videoArmando_Claros
 
Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...
Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...
Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...SocialCooking
 
Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012
Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012
Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012Raúl Reinoso
 
Tiroiditis Dra Gonza
Tiroiditis Dra GonzaTiroiditis Dra Gonza
Tiroiditis Dra GonzaMarcos
 
What is evidence-based midwifery?
What is evidence-based midwifery?What is evidence-based midwifery?
What is evidence-based midwifery?Sarah Stewart
 
Literatura d'Eivissa i Formentera
Literatura d'Eivissa i FormenteraLiteratura d'Eivissa i Formentera
Literatura d'Eivissa i FormenteraGemma Tur
 
TOTO Lösch
TOTO LöschTOTO Lösch
TOTO LöschSpruchZ
 
Globalization;ADVANTAGES & DISADVANTAGES
Globalization;ADVANTAGES & DISADVANTAGESGlobalization;ADVANTAGES & DISADVANTAGES
Globalization;ADVANTAGES & DISADVANTAGESASIF SULTAN
 

Viewers also liked (20)

BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...
BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...
BIg data como apoyo a la comercialización_Fernando Cocho (Sala Internacionali...
 
Diario Resumen 20140625
Diario Resumen 20140625Diario Resumen 20140625
Diario Resumen 20140625
 
Manual de Instruções do Removedor De Calosidades MPE 50 da Beurer
Manual de Instruções do Removedor De Calosidades MPE 50 da BeurerManual de Instruções do Removedor De Calosidades MPE 50 da Beurer
Manual de Instruções do Removedor De Calosidades MPE 50 da Beurer
 
Jardines de Murcia
Jardines de MurciaJardines de Murcia
Jardines de Murcia
 
Diseño y maquetación
Diseño y maquetaciónDiseño y maquetación
Diseño y maquetación
 
Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...
Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...
Tddigitalday 2011 Innovation et performance, le point de vue du Social Media ...
 
Catálogo de productos Larivière 2012
Catálogo de productos Larivière 2012Catálogo de productos Larivière 2012
Catálogo de productos Larivière 2012
 
Kemal Koštrebić Valicon
Kemal Koštrebić ValiconKemal Koštrebić Valicon
Kemal Koštrebić Valicon
 
Meningitis lewis
Meningitis lewisMeningitis lewis
Meningitis lewis
 
Ensayo logos
Ensayo logosEnsayo logos
Ensayo logos
 
The Dreamcatcher -- Catch your dream!
The Dreamcatcher -- Catch your dream!The Dreamcatcher -- Catch your dream!
The Dreamcatcher -- Catch your dream!
 
Presentación la cámara de video
Presentación la cámara de videoPresentación la cámara de video
Presentación la cámara de video
 
Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...
Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...
Presentaciones con poder // El poder de las ideas, el cuerpo y la voz para co...
 
Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012
Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012
Realidad Aumentada y Educación, una overview -Jornada Aumentame 2012
 
Tiroiditis Dra Gonza
Tiroiditis Dra GonzaTiroiditis Dra Gonza
Tiroiditis Dra Gonza
 
What is evidence-based midwifery?
What is evidence-based midwifery?What is evidence-based midwifery?
What is evidence-based midwifery?
 
Curso de monitor
Curso de monitorCurso de monitor
Curso de monitor
 
Literatura d'Eivissa i Formentera
Literatura d'Eivissa i FormenteraLiteratura d'Eivissa i Formentera
Literatura d'Eivissa i Formentera
 
TOTO Lösch
TOTO LöschTOTO Lösch
TOTO Lösch
 
Globalization;ADVANTAGES & DISADVANTAGES
Globalization;ADVANTAGES & DISADVANTAGESGlobalization;ADVANTAGES & DISADVANTAGES
Globalization;ADVANTAGES & DISADVANTAGES
 

Similar to THE THIRD EYE-Presentation

Open Cv – An Introduction To The Vision
Open Cv – An Introduction To The VisionOpen Cv – An Introduction To The Vision
Open Cv – An Introduction To The VisionHemanth Haridas
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSIRJET Journal
 
Screenless pd presentation
Screenless pd presentationScreenless pd presentation
Screenless pd presentationShalini1293
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET Journal
 
SCREENLESS DISPLAY.pptx
SCREENLESS DISPLAY.pptxSCREENLESS DISPLAY.pptx
SCREENLESS DISPLAY.pptxAlenJames14
 
Iirdem screen less displays – the imminent vanguard
Iirdem screen less displays – the imminent vanguardIirdem screen less displays – the imminent vanguard
Iirdem screen less displays – the imminent vanguardIaetsd Iaetsd
 
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGINTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGIRJET Journal
 
Reading System for the Blind PPT
Reading System for the Blind PPTReading System for the Blind PPT
Reading System for the Blind PPTBinayak Ghosh
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...IRJET Journal
 
Robotic design: Frontiers in visual and tactile sensing
Robotic design: Frontiers in visual and tactile sensingRobotic design: Frontiers in visual and tactile sensing
Robotic design: Frontiers in visual and tactile sensingDesign World
 
Computer Vision Applications - White Paper
Computer Vision Applications - White Paper Computer Vision Applications - White Paper
Computer Vision Applications - White Paper Addepto
 
Computer Vision - White Paper 2020
Computer Vision - White Paper 2020Computer Vision - White Paper 2020
Computer Vision - White Paper 2020AmandaAntoszewska
 
IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...
IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...
IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...IRJET Journal
 
Law cost portable machine vision system
Law cost portable machine vision systemLaw cost portable machine vision system
Law cost portable machine vision systemSagarika Muthukumarana
 
An Assistive System for Visually Impaired People
An Assistive System for Visually Impaired PeopleAn Assistive System for Visually Impaired People
An Assistive System for Visually Impaired PeopleIRJET Journal
 
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind PersonsIRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind PersonsIRJET Journal
 

Similar to THE THIRD EYE-Presentation (20)

Open Cv – An Introduction To The Vision
Open Cv – An Introduction To The VisionOpen Cv – An Introduction To The Vision
Open Cv – An Introduction To The Vision
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
 
Screenless pd presentation
Screenless pd presentationScreenless pd presentation
Screenless pd presentation
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for Blinds
 
SCREENLESS DISPLAY.pptx
SCREENLESS DISPLAY.pptxSCREENLESS DISPLAY.pptx
SCREENLESS DISPLAY.pptx
 
Iirdem screen less displays – the imminent vanguard
Iirdem screen less displays – the imminent vanguardIirdem screen less displays – the imminent vanguard
Iirdem screen less displays – the imminent vanguard
 
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGINTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
 
Reading System for the Blind PPT
Reading System for the Blind PPTReading System for the Blind PPT
Reading System for the Blind PPT
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
 
Screenless display
Screenless displayScreenless display
Screenless display
 
Screenless display
Screenless displayScreenless display
Screenless display
 
Robotic design: Frontiers in visual and tactile sensing
Robotic design: Frontiers in visual and tactile sensingRobotic design: Frontiers in visual and tactile sensing
Robotic design: Frontiers in visual and tactile sensing
 
Screenlessdisplay
ScreenlessdisplayScreenlessdisplay
Screenlessdisplay
 
Computer Vision Applications - White Paper
Computer Vision Applications - White Paper Computer Vision Applications - White Paper
Computer Vision Applications - White Paper
 
Computer Vision - White Paper 2020
Computer Vision - White Paper 2020Computer Vision - White Paper 2020
Computer Vision - White Paper 2020
 
IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...
IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...
IRJET- Voice Assisted Text Reading and Google Home Smart Socket Control Syste...
 
Law cost portable machine vision system
Law cost portable machine vision systemLaw cost portable machine vision system
Law cost portable machine vision system
 
An Assistive System for Visually Impaired People
An Assistive System for Visually Impaired PeopleAn Assistive System for Visually Impaired People
An Assistive System for Visually Impaired People
 
screen less display
screen less displayscreen less display
screen less display
 
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind PersonsIRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
 

More from Romil Shah

Thermal Imaging
Thermal ImagingThermal Imaging
Thermal ImagingRomil Shah
 
Microwave Power Transmission
Microwave Power TransmissionMicrowave Power Transmission
Microwave Power TransmissionRomil Shah
 
Pick your poison: Quiz on Vices
Pick your poison: Quiz on VicesPick your poison: Quiz on Vices
Pick your poison: Quiz on VicesRomil Shah
 
Business Plan on newspaper
Business Plan on newspaperBusiness Plan on newspaper
Business Plan on newspaperRomil Shah
 
Seven Sisters: Political Research on Develepment
Seven Sisters: Political Research on DevelepmentSeven Sisters: Political Research on Develepment
Seven Sisters: Political Research on DevelepmentRomil Shah
 
Free Space Optical Communication
Free Space Optical CommunicationFree Space Optical Communication
Free Space Optical CommunicationRomil Shah
 
Microwave Photonics
Microwave PhotonicsMicrowave Photonics
Microwave PhotonicsRomil Shah
 

More from Romil Shah (9)

Boston hacks
Boston hacksBoston hacks
Boston hacks
 
Thermal Imaging
Thermal ImagingThermal Imaging
Thermal Imaging
 
RFID
RFIDRFID
RFID
 
Microwave Power Transmission
Microwave Power TransmissionMicrowave Power Transmission
Microwave Power Transmission
 
Pick your poison: Quiz on Vices
Pick your poison: Quiz on VicesPick your poison: Quiz on Vices
Pick your poison: Quiz on Vices
 
Business Plan on newspaper
Business Plan on newspaperBusiness Plan on newspaper
Business Plan on newspaper
 
Seven Sisters: Political Research on Develepment
Seven Sisters: Political Research on DevelepmentSeven Sisters: Political Research on Develepment
Seven Sisters: Political Research on Develepment
 
Free Space Optical Communication
Free Space Optical CommunicationFree Space Optical Communication
Free Space Optical Communication
 
Microwave Photonics
Microwave PhotonicsMicrowave Photonics
Microwave Photonics
 

THE THIRD EYE-Presentation

  • 1. The THIRD EYE CORRELATING IMAGE-SOUND-VIDEO Gunjan Gupta 10BEC112 Romil Shah 10BEC093 Sagar Patel 10BEC072 Mentor : Prof. Sachin Gajjar 1
  • 2. Outline  Motivation  Technological Objective  Present Scenario  Bionics: Concept and Cyborg  Our Innovation  Approach (Pros and Cons)  Applications  Algorithms  References 2
  • 5. Again Nice to See!! 5
  • 6. Oh, This bus is going to LAL DARWAJA 6
  • 7. BUT CAN EVERYBODY SEE THIS BEAUTY ? CAN EVERYONE SAY THE BUS NUMBER BY SEEING IT ? NO!! ALL PEOPLE DON’T HAVE SAME EYE- SIGHT or EYE-VISION ! 7
  • 8. WHAT FOR THESE GUYS ?? 8
  • 9. A project to build a system that converts visual input into audio signals which may lead to a practical product to help the blind or visually impaired navigate 9
  • 10. Technological Objectives  The main objective is to obtain a device for the whole Visually Impaired (V.I.) community- totally blind, partially sighted, and people in a situation of progressive loss of vision.  To integrate the developments of image segmentation, image enhancement, 3D Real World perception, audio representation of space into a unique basic prototype with the purpose of assisting visually impaired people in mobility in outdoor spaces.  To develop new ways of interfacing with V. I. people- to develop an acoustic interface (Ear-plugs for presentation) for the blinds.  To develop a system able to calculate a person’s head orientation in a static and dynamic situation. 10
  • 11. Technological Objectives  To integrate the 3D modelling system and the intelligent system for the detection of risks and obstacles  To integrate in a common platform all the data acquired from the environment from different sources- artificial vision system, 3D Real World Recognition System.  To finally develop a prototype which can be commercialised  During the project a simple device able to make a direct transformation from the acquisition system into an acoustic representation will be created as a final product 11
  • 12. Gadgets/Technology for V.I. Person 12  Brainport Vision Device  Electric lollipop that allows blind people to 'see' using their tongue  Converts images captured by a tiny camera into a series of electrical tingles, which can be felt on the tongue  Nerves then send these messages to the brain, which turn the tingles back into pictures  Costs around 6000 Pounds ( 5 Lakh INR)
  • 13. Gadgets/Technology for V.I. Person  Devices that alert you when a pot of liquid begins to boil  Gadgets that make a sound when a cup or container you're pouring liquid into is nearly full  Knives with an adjustable guide to help you cut slices of even thickness  Tactile watches and alarm clocks 13
  • 15. Cyborg / Bionics  An organism “to which exogenous components have been added for the purpose of adapting to new environments”.  Recent meaning of the term bionics refers to merging organism and machine.  This approach results in a hybrid system combining biological and engineering parts, which can also be referred as a cybernetic organism (cyborg). 15
  • 17. Neil Harbisson: A Real Cyborg 17
  • 18. What is Image Processing?  In electrical engineering and computer science, image processing is any form of signal processing for which the input is an image, such as a photograph or video frame; the output of image processing may be either an image or, a set of characteristics or parameters related to the image.  Most image-processing techniques involve treating the image as a two-dimensional signal and applying standard signal-processing techniques to it.  In other words it is basically the transformation of data from a still or video camera into either a decision or a new representation.  All such transformations are done for achieving some particular goal. The input data may be a live video feed, the decision may be that a face has been detected, and a new representation may be conversion of a color image into a gray scale image.
  • 19. Our Innovation  Locating everyday items using Image-Video Processing.  Detection of potential hazards (location and motion of objects, persons, obstacles).  Face Detection and Tagging.  Text to Speech Conversion.  Color Detection  Detecting and analyzing in-front objects (living and non-living) and perform operations on them. 19
  • 20. Approach  We are using OpenCV with Panda Board for this application.  Interfacing OpenCV and Panda Board along with webcam to generate real time images.  Coding to find distance of objects or any obstacle and provide output as an audio signal.  Provide with inbuilt images and search for them. Coding to match the images and provide the respective name of object as sound signal.  Advance further to develop for general usage amongst people. 20
  • 21. Advantage & Disadvantage  Advantage  Detection of known objects if they are lost.  Can read newspaper, books, or rather any reading material.  Can easily detect color and hence can be useful in various scenarios.  Face Detection and Face tagging mode.(He can easily know person and can also save new face)  Most of the software are freeware, so cheap in cost.  Disadvantage  A fully-assembled device (Panda Board + Webcam) is to be carried for all the operations.  Bulkier in comparison to Mobile. 21
  • 22. Hardware/Software  The Panda Board is a low-power, low-cost single-board computer development platform based on the Texas Instruments OMAP4430 system on a chip (SoC). It is a community supported development platform.  The Panda Board ES is a newer version based on the OMAP4460 SoC, with the CPU and GPU running at higher clock rates. Like its predecessor, it is a community supported development platform. We are working with Panda Board ES. 22
  • 24. Pandaboard Overview  OMAP4 (Cortex-A9) CPU based open development platform.  OMAP4430 Application processor  1GB low-power DDR2  Display HDMI v1.3 Connector (Type A) to drive HD displays, DVI-D Connector,  3.5" audio in/out and HDMI Audio out  Full size SD/MMC card  Built in 802.11 & Bluetooth v2.1+EDR  On board 10/100 Ethernet  Expansion: 1xUSB OTG, 2xUSB HS host ports, General purpose expansion header
  • 25. What OS does Pandaboard support?  Debian  Ubuntu  Android  Fedora  Sabayon  Xubuntu  Angstrom
  • 26. OpenCV  OpenCV grew out of an Intel Research initiative to advance CPU-intensive applications.  The intent behind OpenCV was to provide a platform that a student can readily utilize for developing applications, instead of reinventing the basic functions from scratch.
  • 27. Why use OpenCV?  It is free.  It is fast.  Good documentation in the form of documentation, tutorials, user groups, forums etc.  Lot of pre-built functions and algorithms to get a head start.  There is an active development on interfaces for other languages like Ruby, Python, Matlab etc.  Pretty fast.
  • 28. License  OpenCV is released under a BSD license, it is free for both academic and commercial use.  There are only a few algorithms inside it that may have been patented and those are not free.
  • 35. Segmentation Algorithm Segmentation Discontinuity Point Detection Line Detection Edge Detection Similarity Thresholding Region Growing Region splitting and merging 35
  • 36. Using MATLAB inbuilt function Using our own algorithm, we applied linear differentiator. It works fast and is more efficient in comparison to MATLAB INBUILT ALGO 36EDGE DETECTION
  • 37. Application  This project is applied mainly in the commercial field of helping visually impaired people with lower eyesight or completely BLIND  Industrial applications can be devised and enhanced like robots and machineries  Concept can be used for Autonomous Cars  For Security, Identifying and Tracking 37
  • 38. Projects Implemented 1. Capturing Image using hand gesture and uploading it directly to Google Drive (Internet needed) 2. Face Detection and Person Identity Detection for running lifetime of prog 3. Optical Character Recognition 4. Cartoonifying Real Time Images 5. Colour Detection and Diff Sound for Diff Colour 6. Ball Detection 7. Head Pose Estimation 8. Augmented Reality based Position Change Tracking 9. Combined Project of OpenGL and OpenCV for Image Operation 10. Number Recognition in real-time 11. Text to Speech Synthesis using C++ 12. Kinect with WINDOWS 13. Kinect with Ubuntu 14. Sound Marking
  • 39. References  A collaborative European project CASBliP, or Cognitive Aid System for Blind People  Andhajan Mandal, Ahmedabad, Gujarat, India  Electric lollipop that allows blind people to 'see' using their tongue- Brainport Vision Device  OMAP4460 Pandaboard ES System Reference Manual  Neil Harbisson- http://www.ted.com/talks/neil_harbisson_i_listen_to_color.html  AMTS-www.amts.co.in 39