SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1883
Augmented Reality: Social Profile Detection by Face Recognition
Yadav Preeti1, Shinde Pratiksha2, Prof. Mayank Mangal 3
1,2BE, Computer, ARMIET, Maharashtra, India
3Professor, Computer, ARMIET, Maharashtra, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Augmented Reality has the goal of enhancing
a person’s perception about the surrounding world. It is
about overlaying the augmented interface on the physical
world. Social media is source of communication and is also
the best way to know the person. The person’s personal as
well as professional life is on this social media platform. In
order to know someone’s bare fact’s the social media
platform is preferable. In the proposed approach, face
detection and recognition techniques are used. By which it
will show the social profile of a person. These social
platform details will be shown on the augmented interface
with the help of head mounted display.
Keyword: Augmented Reality, Artificial Intelligence,
Machine Learning, OpenCV, Face detection.
1. Introduction
AR is within a more general context termed
Mixed Reality (MR), which refers to a multi-axis
spectrum of areas that cover Virtual Reality (VR), AR,
telepresence, and other related technologies. AR has
been acquainted with assortment of fields in the most
recent decade. Ongoing improvement of convenient
gadgets, for example, advanced mobile phone and tablet
PC gives the network a considerable measure of
conceivable applications in AR frameworks. Indeed, even
in the medicinal field, different AR frameworks been
proposed: frameworks for training, prearranging, and
those in the working room. Augmented Reality is an
innovation that figures the position and edge of the
camera and includes related pictures to the applicable
genuine world continuously. The objective of this
innovation is to put the virtual world and genuine world
on screen together and make collaboration.
In this system the concept of AR and face
recognition is combined to design a device that will
display the social profile of a person . In today’s era
everyone is crazy about social media use and like to
connect to peoples knowingly or not. This device will
help us to know about persons social media profile just
by face recognition.
2.Related Work
2.1 Building an AR based product Promotion
system with ARToolkit.[1]
This system includes a graphics data server which
keeps AR markers and 3D models, which the advertisers
can manipulate, add, delete, and associate them to 1-D
barcode data. The second part of the system is an
ARToolkit-based AR application, developed under the
MS Windows platform and linked a USB webcam. The
AR application first searches for a valid barcode within
the video frame and try to decode it. If successful, the
application will connect to the graphics data server and
attempts to retrieves the AR marker and 3D model
associated with the barcode. If the advertiser have
already built a link between the barcode with the AR
marker and 3D data, then the database server will return
them in a package back to the application. Once the
application receives the package, it will use the
information received to search for the AR marker on the
product packaging and to display the 3D model on top of
it.
2.2 3d Based Modern Education System Using
AR.[2]
AR technology highlights can likewise assist
instructors with explaining great and make the
understudies effectively comprehend what they are
educated. It is Easy to use and interactive. Student can
acquire much more knowledge and experience in
learning by using this technology in education as
compared to the traditional method of learning. This
technology has also increased their motivational level
and the results indicated that the AR technology
provided a fun and engaging environment. All the 3D
models can be used again and again without getting
damaged. Therefore, it’s an effective foundation to use
AR technology as an educational tool. AR features are
able to engage students in learning processes and help
improve their visualization skills. The features can also
help teachers to explain well and make the students
easily understand what they are taught.
2.3 Pseudo Eye: The Next-Generation Shopping
Application Using AR.[3]
This paper puts light on the major part of the
application that is the implementation of visual search
technology for the retrieval of product details. The
product finder in Pseudo Eye is implemented using the
Ricoh Visual Search (RVS) technology which connects
the information on the physical world with the digital
information or services on the digital world bringing a
wonderful experience to the users. The recognition
technology uses the image characteristics of captured
image similar to fingerprint matching recognition.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1884
2.4 Real Time Face Recognition System.[4]
Face recognition called biometric systems that
automatically identifies or verifies a person's identity
using his/her facial features and expressions. It is widely
used to identify passports and driver’s licenses carrying
individuals even if they are not aware that a face
recognition system is autonomously checking their
identity. Face recognition software has many application
in the modern world such as logging in on to a computer
using facial verification as a password, gaming, people
tagging, security and so on. The current Face Recognition
Systems and applications in the market have deficiencies
that range from reliability problems, reduced recognition
accuracies in certain environment, complicated feature
extraction, high setup costs and performance issues.
However, the demand for a robust Face Recognition
System (FRS) applicable across various industrial uses,
organizations and the public is increasing dramatically.
3. Existing System
In this system two technique is used
3.1 Face Recognition
The face recognition technique that is used in AR are
the Adaboost and Multi-class recognition. The AdaBoost
is a method to combine a collection of weak classification
function to form a stronger classifier. It is an adaptive
algorithm to boost a sequence of classifier in which the
weights are updated dynamically cording to the errors in
previous learning. It is kind of a large margin classifier.
AdaBoost is typically used to solve two-class
classification problems. In a multi-class Scenario
majority voting (MV) strategy to combine all pair-wise
classification result is used. The face recognition result
can also be shown with the method of probabilistic
reasoning models (PRM). Which is an approximation to
the Bayesian classifier with the assumption that the
covariance matrix is diagonal.
3.2 AR Display
It is the user interface through which the AR output
is viewed. The two framework is used earlier one is the
screen based AR framework and other is video
transparent AR framework. Screen based AR framework
depends on the PC screen to display the AR picture.
Where as in video transparent AR framework the head
mounted display is needed to display. Camcorders
record the real data and the video of genuine world is
joined with the virtual pictures and after that the
consolidated video will appeared on the screen.
4. Algorithm
4.1 Eigenface Algorithm
The problem with the image representation at it’s
high dimensionality, two dimensional grayscale
images span a dimensional vector space, so an
image with pixels lies in a 10,000
dimensional image space already. The question is: Are all
dimensions equally useful for us? We can only make a
decision if there’s any variance in data, so what we are
looking for are the components that account for most of
the information. The Principal Component Analysis
(PCA) turn a set of possibly correlated variables into a
smaller set of uncorrelated variables. The idea is, that a
high-dimensional dataset is often described by
correlated variables and therefore only a few meaningful
dimensions account for most of the information. The PCA
method finds the directions with the greatest variance in
the data, called principal components.
4.2 Haar cascade SVM classifier Algorithm
1. Input the image.
2. Convert the input image into different colour
space model with the goal of obtaining specific
region from the image.
a. RGB space
b. YCbCr space
c. HLS space
3. Convert the image obtained from different
colour models into combined binary image. This
step would put the value of pixel as 1 if it falls
within the specified criteria; otherwise it puts
the value as 0.
4. Filter the obtained binary image by applying
different morphology
5. Detect blob type region from the binary image
and extract those elliptical region of interest.
6. Determine the face features from extracted
region by calculating the mouth, eye and nose
map.
7. Collect the parameters from above pre-
processing stages in the form of support vectors
and pass them to the function of linear SVM to
classify them into face and non-face region.
8. Highlight the classified face region by using
rectangle box in the original image.
Through this paper we want to introduce the idea of
combining the AR and face recognition concept. By
developing a device that can recognize the social status
of a person. Social status of a suspect includes social
media records, criminal record, health records, missing
person record. This could help the operator to recognize
the any of the above record of a particular person even in
crowd unknowingly to the suspect.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1885
5. Conclusion
The main aim is to enhance the interface among
the user of technology. This technique can have various
application in the field of criminal detection, disaster
management, entertainment, education, research etc.
References
[1] Jong-Chih Chien, Hoang-Yang Lu, in-Sen Pon, Yi-
Sheng Wu, Li-Chang Liu. “Building an
Augumented Reality based Product Promotion
System with ARtoolkit Integrated with an
Adaboosted Classifier-Assisted 1-D barcoe
Reader.” 2010 IEEE.
[2] K.Chalapaathi Raju, K.Yugandhar,
D.V.N.Bharathi, Nagavalli.Vegesna Assistant
Professors S.R.K.R Engineering College “3D
Based Modern Education system using
Augumented Reality.” 2018 IEEE.
[3] Ananda Kanagaraj S Student, Arjun G
Student,Sree Sharmila T “ Pseudo Eye: The Next-
Generation Shopping Application Using
Augmented Reality.” 2013 IEEE
[4] Suad Haji, Asaf Varol “ Real Time Face
Recognition System (RTFRS)”. 2016 IEEE.
[5] Komal Gangurde, Bhagyashree Pardeshi, Dipika
Aher, Trupti Bhabad “Overlaying Virtual Object
into Real World by Using Augmented Reality”.
International Research Journal of Engineering
and Technology (IRJET), Volume: 03 Issue: 03 |
Mar-2016.
[6] R. Silva, J. C. Oliveira, G. A. Giraldi, National
Laboratory for Scientific Computation, Av.
Getulio Vargas, 333 - Quitandinha - Petropolis-
RJ Brazil “Introduction to Augmented Reality”.
[7] Guo-Dong Guo and Hong-Jiang Zhang Microsoft
Research China 5F, Beijing Sigma Center.“
Boosting for Fast Face Recognition”.
[8] Parin M. Shah San Jose State University “Face
Detection from Images Using Support Vector
Machine”. Spring 2012.
[9] Hu Peng Oxbridge College, Kunming University
of Science and Technology, Kunming, china
“Application Research on Face Detection
Technology based on OpenCV in Mobile
Augmented Reality”. International Journal of
Signal Processing, Image Processing and Pattern
Recognition Vol. 8, No. 2 (2015).

More Related Content

What's hot

Effective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsEffective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsIRJET Journal
 
IRJET- Travel Sequence Application
IRJET- Travel Sequence ApplicationIRJET- Travel Sequence Application
IRJET- Travel Sequence ApplicationIRJET Journal
 
Antispoofing techniques in Facial recognition
Antispoofing techniques in Facial recognitionAntispoofing techniques in Facial recognition
Antispoofing techniques in Facial recognitionRishabh shah
 
Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...sushil Choudhary
 
Business Intelligence
Business Intelligence Business Intelligence
Business Intelligence Athari_1996
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET Journal
 
Development of Real Time Face Recognition System using OpenCV
Development of Real Time Face Recognition System using OpenCVDevelopment of Real Time Face Recognition System using OpenCV
Development of Real Time Face Recognition System using OpenCVIRJET Journal
 
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET-  	  Analysis of Face Recognition using Docface+ Selfie MatchingIRJET-  	  Analysis of Face Recognition using Docface+ Selfie Matching
IRJET- Analysis of Face Recognition using Docface+ Selfie MatchingIRJET Journal
 
IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring SystemIRJET Journal
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processingpaperpublications3
 
IRJET - Chatbot with Gesture based User Input
IRJET -  	  Chatbot with Gesture based User InputIRJET -  	  Chatbot with Gesture based User Input
IRJET - Chatbot with Gesture based User InputIRJET Journal
 
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A SurveyIRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A SurveyIRJET Journal
 
VTU final year project report
VTU final year project reportVTU final year project report
VTU final year project reportathiathi3
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for Collegepaperpublications3
 
Railway Concession Automation
Railway Concession AutomationRailway Concession Automation
Railway Concession AutomationIRJET Journal
 
Facial Recognition and Detection Technical Review
Facial Recognition and Detection Technical ReviewFacial Recognition and Detection Technical Review
Facial Recognition and Detection Technical ReviewTkeyah Anderson
 

What's hot (19)

Effective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsEffective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID Tags
 
IRJET- Travel Sequence Application
IRJET- Travel Sequence ApplicationIRJET- Travel Sequence Application
IRJET- Travel Sequence Application
 
Antispoofing techniques in Facial recognition
Antispoofing techniques in Facial recognitionAntispoofing techniques in Facial recognition
Antispoofing techniques in Facial recognition
 
Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...Designing the Process of Stores Management for Implementing ERP in Manufactur...
Designing the Process of Stores Management for Implementing ERP in Manufactur...
 
BLIND ASSISTANT SERVICE
BLIND ASSISTANT SERVICEBLIND ASSISTANT SERVICE
BLIND ASSISTANT SERVICE
 
Business Intelligence
Business Intelligence Business Intelligence
Business Intelligence
 
AUGMENTED REALITY
AUGMENTED REALITYAUGMENTED REALITY
AUGMENTED REALITY
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 
Development of Real Time Face Recognition System using OpenCV
Development of Real Time Face Recognition System using OpenCVDevelopment of Real Time Face Recognition System using OpenCV
Development of Real Time Face Recognition System using OpenCV
 
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
IRJET-  	  Analysis of Face Recognition using Docface+ Selfie MatchingIRJET-  	  Analysis of Face Recognition using Docface+ Selfie Matching
IRJET- Analysis of Face Recognition using Docface+ Selfie Matching
 
IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring System
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processing
 
IRJET - Chatbot with Gesture based User Input
IRJET -  	  Chatbot with Gesture based User InputIRJET -  	  Chatbot with Gesture based User Input
IRJET - Chatbot with Gesture based User Input
 
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A SurveyIRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A Survey
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
 
VTU final year project report
VTU final year project reportVTU final year project report
VTU final year project report
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for College
 
Railway Concession Automation
Railway Concession AutomationRailway Concession Automation
Railway Concession Automation
 
Facial Recognition and Detection Technical Review
Facial Recognition and Detection Technical ReviewFacial Recognition and Detection Technical Review
Facial Recognition and Detection Technical Review
 

Similar to AR Face Recognition Social Profiles

Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionIRJET Journal
 
Augmented Reality for Smart Profile Display Part-2
Augmented Reality for Smart Profile Display Part-2Augmented Reality for Smart Profile Display Part-2
Augmented Reality for Smart Profile Display Part-2IRJET Journal
 
IRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric AttendanceIRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric AttendanceIRJET Journal
 
IRJET - Visual Enhancement of E-Commerce Products
IRJET -  	  Visual Enhancement of E-Commerce ProductsIRJET -  	  Visual Enhancement of E-Commerce Products
IRJET - Visual Enhancement of E-Commerce ProductsIRJET Journal
 
Face Recognition Based Payment Processing System
Face Recognition Based Payment Processing SystemFace Recognition Based Payment Processing System
Face Recognition Based Payment Processing SystemIRJET Journal
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face RecognitionIRJET Journal
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAM Publications
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET Journal
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET Journal
 
IRJET- Augmented Reality based Building Modelling
IRJET- Augmented Reality based Building Modelling IRJET- Augmented Reality based Building Modelling
IRJET- Augmented Reality based Building Modelling IRJET Journal
 
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)IRJET Journal
 
Hand Gesture Identification
Hand Gesture IdentificationHand Gesture Identification
Hand Gesture IdentificationIRJET Journal
 
Review Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face RecognitionReview Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face RecognitionIRJET Journal
 
IRJET - Face Detection and Recognition System
IRJET -  	  Face Detection and Recognition SystemIRJET -  	  Face Detection and Recognition System
IRJET - Face Detection and Recognition SystemIRJET Journal
 
IRJET- Smart Surveillance Cam using Face Recongition Alogrithm
IRJET-  	  Smart Surveillance Cam using Face Recongition AlogrithmIRJET-  	  Smart Surveillance Cam using Face Recongition Alogrithm
IRJET- Smart Surveillance Cam using Face Recongition AlogrithmIRJET Journal
 
Augmented Reality In Environment
Augmented Reality In EnvironmentAugmented Reality In Environment
Augmented Reality In EnvironmentAmanda Summers
 

Similar to AR Face Recognition Social Profiles (20)

Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 
Augmented Reality for Smart Profile Display Part-2
Augmented Reality for Smart Profile Display Part-2Augmented Reality for Smart Profile Display Part-2
Augmented Reality for Smart Profile Display Part-2
 
IRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric AttendanceIRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric Attendance
 
IRJET- Digiyathra
IRJET-  	  DigiyathraIRJET-  	  Digiyathra
IRJET- Digiyathra
 
IRJET - Visual Enhancement of E-Commerce Products
IRJET -  	  Visual Enhancement of E-Commerce ProductsIRJET -  	  Visual Enhancement of E-Commerce Products
IRJET - Visual Enhancement of E-Commerce Products
 
Face Recognition Based Payment Processing System
Face Recognition Based Payment Processing SystemFace Recognition Based Payment Processing System
Face Recognition Based Payment Processing System
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face Recognition
 
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONESAN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face Recognition
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face Recognition
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
 
IRJET- Augmented Reality based Building Modelling
IRJET- Augmented Reality based Building Modelling IRJET- Augmented Reality based Building Modelling
IRJET- Augmented Reality based Building Modelling
 
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
Interior Designing Mobile Application based on Markerless Augmented Reality (AR)
 
Hand Gesture Identification
Hand Gesture IdentificationHand Gesture Identification
Hand Gesture Identification
 
Review Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face RecognitionReview Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face Recognition
 
IRJET - Face Detection and Recognition System
IRJET -  	  Face Detection and Recognition SystemIRJET -  	  Face Detection and Recognition System
IRJET - Face Detection and Recognition System
 
IRJET- Smart Surveillance Cam using Face Recongition Alogrithm
IRJET-  	  Smart Surveillance Cam using Face Recongition AlogrithmIRJET-  	  Smart Surveillance Cam using Face Recongition Alogrithm
IRJET- Smart Surveillance Cam using Face Recongition Alogrithm
 
Augmented Reality In Environment
Augmented Reality In EnvironmentAugmented Reality In Environment
Augmented Reality In Environment
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 

Recently uploaded (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 

AR Face Recognition Social Profiles

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1883 Augmented Reality: Social Profile Detection by Face Recognition Yadav Preeti1, Shinde Pratiksha2, Prof. Mayank Mangal 3 1,2BE, Computer, ARMIET, Maharashtra, India 3Professor, Computer, ARMIET, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Augmented Reality has the goal of enhancing a person’s perception about the surrounding world. It is about overlaying the augmented interface on the physical world. Social media is source of communication and is also the best way to know the person. The person’s personal as well as professional life is on this social media platform. In order to know someone’s bare fact’s the social media platform is preferable. In the proposed approach, face detection and recognition techniques are used. By which it will show the social profile of a person. These social platform details will be shown on the augmented interface with the help of head mounted display. Keyword: Augmented Reality, Artificial Intelligence, Machine Learning, OpenCV, Face detection. 1. Introduction AR is within a more general context termed Mixed Reality (MR), which refers to a multi-axis spectrum of areas that cover Virtual Reality (VR), AR, telepresence, and other related technologies. AR has been acquainted with assortment of fields in the most recent decade. Ongoing improvement of convenient gadgets, for example, advanced mobile phone and tablet PC gives the network a considerable measure of conceivable applications in AR frameworks. Indeed, even in the medicinal field, different AR frameworks been proposed: frameworks for training, prearranging, and those in the working room. Augmented Reality is an innovation that figures the position and edge of the camera and includes related pictures to the applicable genuine world continuously. The objective of this innovation is to put the virtual world and genuine world on screen together and make collaboration. In this system the concept of AR and face recognition is combined to design a device that will display the social profile of a person . In today’s era everyone is crazy about social media use and like to connect to peoples knowingly or not. This device will help us to know about persons social media profile just by face recognition. 2.Related Work 2.1 Building an AR based product Promotion system with ARToolkit.[1] This system includes a graphics data server which keeps AR markers and 3D models, which the advertisers can manipulate, add, delete, and associate them to 1-D barcode data. The second part of the system is an ARToolkit-based AR application, developed under the MS Windows platform and linked a USB webcam. The AR application first searches for a valid barcode within the video frame and try to decode it. If successful, the application will connect to the graphics data server and attempts to retrieves the AR marker and 3D model associated with the barcode. If the advertiser have already built a link between the barcode with the AR marker and 3D data, then the database server will return them in a package back to the application. Once the application receives the package, it will use the information received to search for the AR marker on the product packaging and to display the 3D model on top of it. 2.2 3d Based Modern Education System Using AR.[2] AR technology highlights can likewise assist instructors with explaining great and make the understudies effectively comprehend what they are educated. It is Easy to use and interactive. Student can acquire much more knowledge and experience in learning by using this technology in education as compared to the traditional method of learning. This technology has also increased their motivational level and the results indicated that the AR technology provided a fun and engaging environment. All the 3D models can be used again and again without getting damaged. Therefore, it’s an effective foundation to use AR technology as an educational tool. AR features are able to engage students in learning processes and help improve their visualization skills. The features can also help teachers to explain well and make the students easily understand what they are taught. 2.3 Pseudo Eye: The Next-Generation Shopping Application Using AR.[3] This paper puts light on the major part of the application that is the implementation of visual search technology for the retrieval of product details. The product finder in Pseudo Eye is implemented using the Ricoh Visual Search (RVS) technology which connects the information on the physical world with the digital information or services on the digital world bringing a wonderful experience to the users. The recognition technology uses the image characteristics of captured image similar to fingerprint matching recognition.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1884 2.4 Real Time Face Recognition System.[4] Face recognition called biometric systems that automatically identifies or verifies a person's identity using his/her facial features and expressions. It is widely used to identify passports and driver’s licenses carrying individuals even if they are not aware that a face recognition system is autonomously checking their identity. Face recognition software has many application in the modern world such as logging in on to a computer using facial verification as a password, gaming, people tagging, security and so on. The current Face Recognition Systems and applications in the market have deficiencies that range from reliability problems, reduced recognition accuracies in certain environment, complicated feature extraction, high setup costs and performance issues. However, the demand for a robust Face Recognition System (FRS) applicable across various industrial uses, organizations and the public is increasing dramatically. 3. Existing System In this system two technique is used 3.1 Face Recognition The face recognition technique that is used in AR are the Adaboost and Multi-class recognition. The AdaBoost is a method to combine a collection of weak classification function to form a stronger classifier. It is an adaptive algorithm to boost a sequence of classifier in which the weights are updated dynamically cording to the errors in previous learning. It is kind of a large margin classifier. AdaBoost is typically used to solve two-class classification problems. In a multi-class Scenario majority voting (MV) strategy to combine all pair-wise classification result is used. The face recognition result can also be shown with the method of probabilistic reasoning models (PRM). Which is an approximation to the Bayesian classifier with the assumption that the covariance matrix is diagonal. 3.2 AR Display It is the user interface through which the AR output is viewed. The two framework is used earlier one is the screen based AR framework and other is video transparent AR framework. Screen based AR framework depends on the PC screen to display the AR picture. Where as in video transparent AR framework the head mounted display is needed to display. Camcorders record the real data and the video of genuine world is joined with the virtual pictures and after that the consolidated video will appeared on the screen. 4. Algorithm 4.1 Eigenface Algorithm The problem with the image representation at it’s high dimensionality, two dimensional grayscale images span a dimensional vector space, so an image with pixels lies in a 10,000 dimensional image space already. The question is: Are all dimensions equally useful for us? We can only make a decision if there’s any variance in data, so what we are looking for are the components that account for most of the information. The Principal Component Analysis (PCA) turn a set of possibly correlated variables into a smaller set of uncorrelated variables. The idea is, that a high-dimensional dataset is often described by correlated variables and therefore only a few meaningful dimensions account for most of the information. The PCA method finds the directions with the greatest variance in the data, called principal components. 4.2 Haar cascade SVM classifier Algorithm 1. Input the image. 2. Convert the input image into different colour space model with the goal of obtaining specific region from the image. a. RGB space b. YCbCr space c. HLS space 3. Convert the image obtained from different colour models into combined binary image. This step would put the value of pixel as 1 if it falls within the specified criteria; otherwise it puts the value as 0. 4. Filter the obtained binary image by applying different morphology 5. Detect blob type region from the binary image and extract those elliptical region of interest. 6. Determine the face features from extracted region by calculating the mouth, eye and nose map. 7. Collect the parameters from above pre- processing stages in the form of support vectors and pass them to the function of linear SVM to classify them into face and non-face region. 8. Highlight the classified face region by using rectangle box in the original image. Through this paper we want to introduce the idea of combining the AR and face recognition concept. By developing a device that can recognize the social status of a person. Social status of a suspect includes social media records, criminal record, health records, missing person record. This could help the operator to recognize the any of the above record of a particular person even in crowd unknowingly to the suspect.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1885 5. Conclusion The main aim is to enhance the interface among the user of technology. This technique can have various application in the field of criminal detection, disaster management, entertainment, education, research etc. References [1] Jong-Chih Chien, Hoang-Yang Lu, in-Sen Pon, Yi- Sheng Wu, Li-Chang Liu. “Building an Augumented Reality based Product Promotion System with ARtoolkit Integrated with an Adaboosted Classifier-Assisted 1-D barcoe Reader.” 2010 IEEE. [2] K.Chalapaathi Raju, K.Yugandhar, D.V.N.Bharathi, Nagavalli.Vegesna Assistant Professors S.R.K.R Engineering College “3D Based Modern Education system using Augumented Reality.” 2018 IEEE. [3] Ananda Kanagaraj S Student, Arjun G Student,Sree Sharmila T “ Pseudo Eye: The Next- Generation Shopping Application Using Augmented Reality.” 2013 IEEE [4] Suad Haji, Asaf Varol “ Real Time Face Recognition System (RTFRS)”. 2016 IEEE. [5] Komal Gangurde, Bhagyashree Pardeshi, Dipika Aher, Trupti Bhabad “Overlaying Virtual Object into Real World by Using Augmented Reality”. International Research Journal of Engineering and Technology (IRJET), Volume: 03 Issue: 03 | Mar-2016. [6] R. Silva, J. C. Oliveira, G. A. Giraldi, National Laboratory for Scientific Computation, Av. Getulio Vargas, 333 - Quitandinha - Petropolis- RJ Brazil “Introduction to Augmented Reality”. [7] Guo-Dong Guo and Hong-Jiang Zhang Microsoft Research China 5F, Beijing Sigma Center.“ Boosting for Fast Face Recognition”. [8] Parin M. Shah San Jose State University “Face Detection from Images Using Support Vector Machine”. Spring 2012. [9] Hu Peng Oxbridge College, Kunming University of Science and Technology, Kunming, china “Application Research on Face Detection Technology based on OpenCV in Mobile Augmented Reality”. International Journal of Signal Processing, Image Processing and Pattern Recognition Vol. 8, No. 2 (2015).