You are on page 1of 11

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/348325187

Python Based Multiple Face Detection System

Article · June 2020

CITATION READS

1 2,430

5 authors, including:

Talari Tirupal
G PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY
45 PUBLICATIONS 236 CITATIONS

SEE PROFILE

All content following this page was uploaded by Talari Tirupal on 08 January 2021.

The user has requested enhancement of the downloaded file.


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

Python Based Multiple Face Detection System


2 2
T. Tirupal1*, P. Rajesh , G. Nagarjuna2, K. Sandeep2, P. Rafiq Ahmed
1
Head of Eleectronics Communications and Engineering, 2Student, Department of Eleectronics Communications
and Engineering, G. Pullaiah College of Engineering and Technology, Kurnool, Andhra Pradesh, India

*Corresponding Author: hodece@gpcet.ac.in

ABSTRACT created. The goals of this proposition are to give a


Face affirmation from a video is a standard lot of location calculations that can be later bundled
subject in biometrics investigation. Face in an easily portable system among the diverse
affirmation development has commonly stood processor designs we find in machines (PCs) today.
apart due to its huge application worth and These calculations must give at any rate a 95%
market potential, for instance, a nonstop video effective acknowledgment rate, out of which under
surveillance structure. It is comprehensively 3% of the distinguished countenances are bogus
perceived that the face affirmation has expected positives.
a huge activity in perception system as it needn't As of late, biometric-based procedures [1-
waste time with the article's co-action. We plan 4] have risen as the most encouraging alternative
a persistent face affirmation system subject to for perceiving people. These strategies look at a
IP camera and picture set figuring by technique person's physiological and conduct attributes to
for OpenCV and Python programming decide and find out their personality as opposed to
improvement. The system fuses three segments: verifying individuals and giving them access to
Detection module, planning module, and physical spaces by utilizing passwords, PINs, keen
affirmation module. This paper gives capable cards, plastic cards, tokens or keys. Passwords and
and amazing estimations to constant face PINs are difficult to recall and can be taken or
recognizable proof and affirmation in complex speculated effectively; cards, tokens, keys, and
establishments. The figurings are executed using such can be lost, overlooked, purloined, or copied;
a movement of sign planning techniques attractive cards can get defiled and
including Local Binary Pattern (LBP), Haar incomprehensible. Notwithstanding, a person's
Cascade feature. The LBPH figuring is utilized organic characteristics can't be lost, overlooked,
to evacuate facial features for brisk face ID. The taken, or produced. Face acknowledgment is one of
eye revelation count reduces the fake face the least nosy and quickest biometrics contrasted
distinguishing proof rate. The recognized facial and different strategies, for example, finger print
picture is then arranged to address the heading [5-6] and iris acknowledgment. For instance, in
and addition the separation, along these lines, observation frameworks [7], rather than expecting
keeps up high facial affirmation precision. individuals to put their hands on a peruser (finger
Colossal databases with faces and non-faces printing) or position their eyes before a scanner
pictures are used to get ready and endorse face (iris acknowledgment), face acknowledgment
revelation and facial affirmation counts. The frameworks [8-9] subtly accept photos of
estimations achieve a general veritable positive individuals' countenances as they enter a defined
pace of 98.8% for the face area and 99.2% for territory. Neural Networks [10], the S-AdaBoost
right facial affirmation. calculation, Support Vector Machines (SVM) [11],
and the Bayes.
Keywords-- Biometrics, LBP, OpenCV, Python,
Surveillance. PROBLEM DEFINITION

Over the previous decade face


INTRODUCTION identification and acknowledgment have risen
above from exclusive to mainstream territories of
The objective of this article is to give a research in PC vision and one of the better and
simpler human-machine connection routine when effective utilization of picture examination and
client verification is required through face calculation based comprehension. As a result of the
identification and acknowledgment. With the guide inborn idea of the issue, PC vision isn't just a
of a standard web camera, a machine can identify software engineering territory of research, yet also,
and perceive an individual's face; a custom login the object of neuroscientific and mental
screen with the capacity to channel client get too examinations additionally, for the most part on
dependent on the clients' facial highlights will be account of the general conclusion that propels in

5 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

PC picture preparing and understanding exploration OpenCV, with Gary and Vadim by and by driving
will give bits of knowledge into how our cerebrum the exertion.
work and the other way around. A general Intel’s open-source PC vision library can
articulation of the face acknowledgment issue (in incredibly disentangle computer vision
PC vision) can be figured as follows: given still or programming. It incorporates propelled abilities -
video pictures of a scene, distinguish or confirm at face identification, face following, face
least one person in the scene utilizing a put-away acknowledgment, Kalman sifting, and an
database of appearances. Facial acknowledgment assortment of artificial intelligence (AI) techniques
for the most part includes two phases: Face - in prepared touse structure. What's more, it gives
Detection where a photograph is looked to discover numerous essential PC vision calculations using its
a face, at that point the picture is prepared to lower-level APIs.
harvest and concentrate the individual's face for
simpler acknowledgment. Face Recognition where LITERATURE REVIEW
that identified and prepared face is contrasted with
a database of known appearances, to choose who Asas During the most recent decade, a few
that individual is. Since 2002, face identification promising face identification calculations have
can be performed decently effectively and been created and distributed. Among these three
dependably with Intel's open-source system called stands apart because they are regularly alluded to
OpenCV. This system has an inbuilt Face Detector when execution figures and so on are looked at.
that works in around 90-95% of clear photographs This segment quickly presents the framework and
of an individual looking forward at the camera. In primary concerns of every one of these
any case, recognizing an individual's face when that calculations.
individual is seen from an edge is generally harder,
once in a while requiring 3D Head Pose Existing Methods for Face Detection
Estimation. Additionally, the absence of
appropriate brilliance of a picture can significantly Robust Real-Time Object Detection: By
expand the trouble of recognizing a face, or Paul Viola and Michael J. Jones [8-12] . This is by
expanded differentiation in shadows on the face, or all accounts the primary article where Viola-Jones
perhaps the image is hazy, or the individual is presents the lucid arrangement of thoughts that
wearing glasses, and so forth. comprise the basics of their face location
Face acknowledgment anyway is calculation. This calculation just discovers frontal
considerably less solid than face recognition, with a upstanding countenances yet is in 2003 introduced
precision of 30-70% when all is said in done. Face in a variation that likewise recognizes profile and
acknowledgment has been a solid field of research pivoted sees.
since the 1990s, however, it is as yet a far route Neural Network-Based Face Detection:
away from a dependable strategy for client An image pyramid is calculated to detect faces at
validation. An ever-increasing number of multiple scales. In the pyramid, a fixed size sub-
procedures are being built up every year. The window is moved through each image. The
Eigenface strategy is viewed as the least complex substance of a sub-window is remedied for non-
technique for precise face acknowledgment, uniform lightning and exposed to histogram
however numerous other (considerably more equalization. The prepared substance is taken care
confused) strategies or mixes of different of to a few equal neural systems [10] that do the
techniques are marginally progressively exact. real face detection. The outputs are joined utilizing
OpenCV was begun at Intel in 1999 by logical AND, along these lines lessening the
Gary Bradski for the motivations behind quantity of bogus location. In its first structure this
quickening research in and business uses of PC algorithm additionally just recognizes frontal
vision on the planet and, for Intel, making an upstanding faces.
interest forever incredible PCs by such A Statistical method for 3d Object
applications. Vadim Pisarevsky joined Gary to deal Detection [11] applied to Faces and Cars: The
with Intel's Russian programming OpenCV group. fundamental mechanics of this calculation is
After some time the OpenCV group proceeded additionally to ascertain a picture pyramid and
onward to different organizations and other sweep a fixed size sub-window through each layer
Research. A few of the first group, in the end, of this pyramid. The substance of the sub-window
wound up working in mechanical technology and is exposed to a wavelet investigation [13-20] and
discovered their approach to Willow Garage. In histograms are made for the distinctive wavelet
2008, Willow Garage saw the need to quickly coefficients. These coefficients are taken care of to
progress automated discernment capacities in an diversely prepare equal locators that are delicate to
open manner that use the whole research and different directions of the item. The direction of the
business network and started effectively supporting article is dictated by the locator that yields the most

6 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

noteworthy yield. Restricted to the essential Viola- in Verification mode, where the biometric
Jones calculation and the calculation introduced by framework [24-26] verifies an individual's asserted
Rowley et al. this calculation likewise recognizes personality from their recently enlisted design. This
profile sees. is additionally called one-to-one coordination. In
most PC access or system get to situations,
Existing Methods for Recognition: [21-22] confirmation mode would be utilized.
Types of Biometrics: There are various
Introduction to Biometrics: Biometrics is types of biometric techniques [27] that we observe
a robotized technique for distinguishing an in our daily life. Some of them are shown below
individual or confirming the personality of an Face Recognition: The recognizable
individual dependent on a physiological or conduct proof of an individual by their facial picture should
trademark. Instances of physiological qualities be possible from various perspectives, for example,
incorporate hand or finger pictures, facial by catching a picture of the face in the obvious
attributes. Biometric confirmation requires looking range utilizing a cheap camera or by utilizing the
at an enlisted or selected biometric test (biometric infrared examples of facial warmth emanation.
format or identifier) against a recently caught Facial acknowledgment [28-31] in noticeable light
biometric test (for instance, caught picture during a commonly model key highlights from the focal bit
login). During Enrollment, as appeared in the of a facial picture. Utilizing a wide grouping of
image beneath, an example of the biometric quality cameras, the obvious light frameworks remove
is caught, handled by a PC, and store for later highlights from the caught pictures that don't
examination. change after some time while evading shallow
Biometric Authentication Technology: highlights, for example, outward appearances or
Biometric acknowledgment can be utilized in hair. A few ways to deal with demonstrating facial
Identification mode, where the biometric pictures in the noticeable range are Principal
framework recognizes an individual [23] from the Component Analysis, Local Feature Analysis,
whole selected populace via looking at a database neural systems, versatile diagram hypothesis, and
for a match dependent on the biometric. Now and multi-goals investigation. Figure 1 speaks to the
then distinguishing proof is called one-to-many face acknowledgment framework for various
coordinating. A framework can likewise be utilized preparing faces.

Figure 1: Face Recognition.

Fingerprint Recognition: Fingerprints are passwords – rather, just a touch gives a moment to
extraordinary for each finger of an individual get to. Unique mark frameworks can likewise be
including indistinguishable twins. One of the most utilized in distinguishing proof mode. A few states
economically accessible biometric advances, check fingerprints for new candidates to social
unique mark acknowledgment gadgets for work administrations' advantages to guarantee
area, and PC get to are currently broadly accessible beneficiaries don't deceitfully get benefits under
from a wide range of merchants effortlessly. With phony names. Figure 2 speaks to the unique finger
these device clients no longer need to type impression acknowledgment framework.

7 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

Figure 2: Fingerprint Recognition.

Palm Recognition: Palm print hands. Palm prints and fingerprints are regularly
acknowledgment is a biometric validation utilized together to upgrade the exactness of
technique dependent on the interesting examples of distinguishing proof. The structure of the palm
different qualities in the palms of individuals' appears in fig. 3.

Figure 3: Palm Recognition

Gait Recognition: The Machine classification use strategy for video and image
Visions way to deal with step acknowledgment handling to distinguish the client's image in a
involves the securing of stride signals utilizing scene, to follow the client's walk, and to
at least one camcorders from a separation. In separate step highlights for client
this manner, it requires a surrounding set-up. As acknowledgment Figure4 speaks to the style of
a first regular advance, frameworks in this stride acknowledgment.

Figure 4: Gait Recognition.

8 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

Voice Recognition: Voice verbally expressed words are not exact. Every
acknowledgment is the innovation by which human voice is unique, and indistinguishable words
sounds, words, or expressions verbally expressed can have various implications whenever spoken
by people are changed over into electrical signs, with various intonations or in various settings.
and these signs are changed into coding examples Iris Recognition: This acknowledgment
to which importance has been assigned‖. While the strategy utilizes the iris of the eye, which is the
idea could all the more, for the most part, be called shaded territory that encompasses the student. Iris
―sound recognition‖, we center here around the designs are thought one of a kind. The iris designs
human voice since we frequently and most are gotten through a video-based image
normally utilize our voices to convey our plans to procurement framework. Iris filtering gadgets have
others in our quick environmental factors. The been utilized in close to home confirmation
trouble in utilizing voice as a contribution to a PC applications for quite a while. Frameworks
reproduction lies in the major contrasts between dependent on iris acknowledgment have
human discourse and the more conventional types considerably diminished in cost and this pattern is
of PC input. While PC programs are usually relied upon to proceed. The innovation functions
intended to deliver an exact and all around admirably in both confirmation and distinguishing
characterized reaction after accepting the correct proof modes. Figure 5 speaks to the state of the iris
(and similarly exact) input, the human voice and that appeared in the piece of eye.

Figure 5: Iris Recognition.

DNA Recognition: Deoxyribonucleic acid acknowledgment is contained inside a few


(DNA) is the genetic material found in most modules.
organisms, including humans. DNA serves as a
hereditary code that is one of a kind to each living PROPOSED METHOD
being, no two being similar; just indistinguishable
twins are an accurate DNA coordinate. On account Figure 6 speaks to the schematic of the
of individuals, there are around 3 million bases, proposed technique for face identification utilizing
99% of which are the equivalent from individual to python programming. Face location and
individual. The varieties found in the last 1% are acknowledgment from an image or a video is a
the way DNA gets exceptional to every person. The famous subject in biometrics examination. Face
last 1%also fills in as the establishment for DNA acknowledgment innovation has generally stood
biometrics out because of its tremendous application worth
OpenCV: OpenCV has the upside of and market potential. We structure a continuous
being a multi-stage structure; it bolsters the two face acknowledgment framework dependent on IP
Windows and Linux, and all the more as of late, camera and image set calculation by the method of
Mac OS X. OpenCV has such huge numbers of OpenCV and Python programming improvement.
capacities it can appear to be overpowering from The framework incorporates three sections:
the start. A decent comprehension of how these Detection module, preparing module, and
techniques work is the way to getting great acknowledgment module.
outcomes when utilizing OpenCV. Luckily, just a The distinguished facial image is then
chosen few should be known in advance to begin. handled to address the direction and increment the
OpenCV's usefulness that will be utilized for facial difference, in this manner, it keeps up high facial

9 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

acknowledgment precision. Huge databases with evacuated for acceptable outcomes. To begin with,
faces and non-faces images are utilized to prepare the RGB image is changed over to the grayscale
and approve face location and facial image for an upgrade.
acknowledgment algorithms. The calculations
accomplish a general genuine positive pace of Face Detection
98.8% for face identification and 99.2% for right
facial acknowledgment. An image of the separate individual is
looked to discover a face, at that point the image is
Image Acquisition handled to harvest and concentrate the individual's
face for simpler acknowledgment.
The image is acquired from a high
definition camera and is processed. Face Recognition

Histogram Normalization The recognized and handled face is


contrasted with a database of known appearances,
The caught images now and again have to choose whom than an individual is.
brilliance or murkiness in it which ought to be

Start with Python


Editor

Read the input images

Convert to Gray-scale image

Detection of Faces using Python code

Select Region of interest

DATA SET
Data Set
Input Image Database Image Stored
Images

MATCH

RESULT

If it matches
NO Displays
Name

YES

End

Figure 6: Schematic Diagram of the Proposed Method.

10 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

EXPERIMENTAL RESULTS appeared in Fig. 7b is a face recognized image


identifying all faces present in the gathering image.
Figure 7 speaks to the trial consequences of Figure 7d is the prepared images that are prepared and
the prosed strategy for face location framework put away in a database for additional handling. Figure
utilizing python-based programming. The primary 7e speaks to the recognized individual countenances of
image appeared in Fig. 7a is an information image with individuals and showed with name os the individual to
the gathering of individuals. The subsequent image which that face has a place.

(a) (b)

(c) (d)

(e)
Figure 7: Output Images for Proposed Method a) Input image b) Face Detected image c) Grayscale Image d)
Trained Images e) Output Images.

11 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

CONCLUSION DOI: 10.1109/5.628674.


6. Syed Mohsin Saif et al . (205), “Effectiveness
This paper portrays the smaller than usual Of Gaussian And Average Noise Reduction
undertaking for visual discernment and Filters On Ideal Fingerprint Image In
independence module. Next, it clarifies the Biometric Fingerprint Identification System,”
advances utilized in the venture and the procedure International Journal of Recent Scientific
utilized. At last, it shows the outcomes, talks about Research, Vol. 6, No. 8, pp. 5731-5736,
the difficulties and how they were settled trailed by Available at:
a conversation. Utilizing Haar-falls for face http://www.recentscientific.com/effectiveness
recognition worked amazingly well in any event -gaussian-and-average-noise-reduction-filters-
when subjects wore exhibitions. Ongoing video ideal-fingerprint-image-biometric-fingerp.
speed was agreeable also without observable casing 7. Erik Learned-Miller, Gary Huang, Aruni Roy-
slack. Thinking about all elements, LBPH joined Chowdhury, Haoxiang Li, and Gang Hua
with Haar-falls can be actualized as a cost effective (2015), “Labeled Faces in the Wild: A
face acknowledgment stage. A model is a Survey,” in Advances in Face Detection and
framework to distinguish known troublemakers in a Facial Image Analysis, Edited by Michal
shopping center or a market to give the proprietor Kawulok, M. Emre Celebi, Bogdan Smolka,
an admonition to keep him alert or for programmed Springer, DOI:10.1007/978-3-319-25958-1_8.
participation taking in a class. 8. P. Viola, and M. J. Jones (2004), “Robust
Real-Time Face Detection,” International
REFERENCES Journal of Computer Vision, Vol. 57, No. 2,
pp. 137-154, Available at:
1. N. I. Zainal, K. A. Sidek, T. S. Gunawan, and https://link.springer.com/article/10.1023%2F
H. M. M. Kartiwi (2015), “Design and B%3AVISI.0000013087.49260.fb.
development of portable classroom attendance 9. S. Z. Li, and Z. Q. Zhang (2004), “Float Boost
system based on Arduino and fingerprint Learning and Statistical Face Detection,”
Biometric," IEEE International conference IEEE Transactions on Pattern Analysis and
on information and communication Machine Intelligence, Vol. 26, No. 9, pp.
technology for the Muslim world, DOI: 1112-1123, Available at:
10.1109/ICT4M.2014.7020601. http://www.cbsr.ia.ac.cn/Li%20Group/papers/
2. M. P. Potadar, V. V. Marathe, A. S. Khose, Li-PAMI-04.pdf.
and L. A. Kotkar (2015), “Biometric 10. Henry A. Rowley, Shumeet Baluja, Takeo
Attendance Recording and Communication Kanade, (2005) “Neural Network-Based Face
System," International Journal of Innovations Detection,” IEEE Transactions on Pattern
in engineering and technology (IJIET), Vol. 5, Analysis and Machine Intelligence, vol. 53,
No. 2, pp. 230-234, Available at: no. 2, pp. 105-115, DOI: 10.1109/34.655647.
http://ijiet.com/wp- 11. J. Kittler, P. Koppen, et. al. (2018),
content/uploads/2015/04/33.pdf. “Conformal Mapping of a 3D Face
3. Wang and Jingli (2015), “The Design of Representation onto a 2D Image for CNN
Teaching Management System in Universities Based Face Recognition,” 2018 International
Based on Biometrics Identification and the Conference on Biometrics (ICB), Gold Coast,
Internet of Things Technology,” IEEE 10th QLD, pp. 124 -131.
International Conference on Computer DOI: 10.1109/ICB2018.2018.00029.
Science & Education (ICCSE), Cambridge 12. T. Tirupal and B. Chandra Mohan (2012),
University, UK, pp. 979-982, “Pixel-Level Multifocus Image Fusion based
DOI: 10.1109/ICCSE.2015.7250393. on Wavelet Transform & Principal
4. M. B. Srinidhi and R. Roy (2015), "A Web- Component Analysis,” Journal of Innovation
Enabled Secured System for Attendance in Electronics & Communication, Vol. 2, No.
Monitoring and Real-Time Location Tracking 2, pp. 60–64, Available at:
Using Biometric and Radio Frequency https://scholar.google.co.in/citations?user=cQ
Identification (RFID) Technology,” IEEE HsneIAAAAJ&hl=en.
International Conference on Computer 13. E. Jagadeesh and T. Tirupal (2015), "A
Communication and Informatics (ICCCI), Multimodal Image Fusion based on Dual-Tree
Coimbatore, Complex 2D-Discrete Wavelet Transform
DOI: 10.1109/ICCCI.2015.7218103. Method," International Journal for
5. A. Jain, L. Hong, S. Pankanti, and R. Bolle Technological Research in Engineering, Vol.
(1997), “An Identity Authentication System 2, No. 12, pp. 3151-3156, Available at:
Using Fingerprints,” Proceedings of the IEEE, https://www.researchgate.net/publication/304
Vol. 85, No. 9, pp. 1365-1388, 024714_A_MULTIMODAL_IMAGE_FUSI

12 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

ON_BASED_ON_DUAL_TREE_COMPLE based multi-view face detection and


X_2D- recognition,” In IEEE International
DISCRETE_WAVELET_TRANSORM_ME Conference on Automatic Face and Gesture
THOD. Recognition,
14. E. Gopi Krishna and T. Tirupal (2015), DOI: 10.1109/AFGR.2000.840650.
“Performance of Image Fusion Techniques for 22. P. Viola, and M. Jones (2001), “Rapid Object
Satellite Images,” International Journal for Detection Using a Boosted Cascade of Simple
Technological Research in Engineering, vol. Features,” in Proc. IEEE Conf. Computer
2, No. 12, pp. 3184-3188, Available at: Vision and Pattern Recognition,
https://www.researchgate.net/publication/304 DOI: 10.1109/CVPR.2001.990517.
024403_PERFORMANCE_OF_IMAGE_FU 23. Anil K. Jain, Arun Ross, and Salil Prabhakar
SION_TECHNIQUES_FOR_SATELLITE_I (2004), “An introduction to biometric
MAGES. recognition,” IEEE Transactions on Circuits
15. T. Tirupal, B. Chandra Mohan and S. Srinivas and Systems for Video Technology, Vol. 14,
Kumar (2014), “On the Use of Undecimated No. 1, pp. 4-20,
Discrete Wavelet Transform for Medical DOI: 10.1109/TCSVT.2003.818349 .
Image Fusion,” National Conference on 24. Taiping Zhang, Yuan Yan Tang, Bin Fang,
‘Present Scenario and Future Trends in Zhaowei Shang, Xiaoyu Liu (2009), “Face
Biomedical Engineering and Healthcare Recognition Under Varying Illumination
Technologies’, FTBH-2014, IIT BHU, Using Gradient faces,” IEEE Transactions in
Varanasi, pp. 5-6, 17-18, Available at: Image Processing, Vol. 18, Issue 11,
http://orcid.org/0000-0001-9208-4296. DOI: 10.1109/TIP.2009.2028255.
16. T. Tirupal, B. Chandra Mohan and S. Srinivas 25. D. Saini and R. Kaur (2016), "Assembling of
Kumar (2015), “Image Fusion of Natural, Human Beings in an Image to Detect a Group
Satellite, and Medical Images using based on Distance using Digital Image
Undecimated Discrete Wavelet Transform and Processing," International Journal of Current
Contrast Visibility,” IEEE National Engineering and Technology, Vol. 6, No. 2,
Conference on Recent Advances in pp. 462-466, Available at:
Electronics & Computer Engineering https://inpressco.com/wp-
(RAECE), IIT Roorkee, India, pp. 11-16, content/uploads/2016/03/Paper13462-466.pdf.
DOI:10.1109/RACE.2015.7510217. 26. H. M. Z. Hewa Majeed Zangana (2013), “A
17. T. Tirupal, B. Chandra Mohan, and S. New Algorithm for Human Face Detection
Srinivas Kumar (2015), "Multifocus Medical Using Skin Color Tone,” IOSR Journal of
Image Fusion based on Fractional Lower Computer Engineering, Vol. 11, No. 6, pp.
Order Moments and Modified Spatial 31-38, DOI: 10.9790/0661-1163138.
Frequency," International Conference on 27. A. Amine, S. Ghouzali, and M. Rziza (2014),
Advances in Biotechnology, IIT Kanpur, Face Detection in Still Color Images Using
India, pp. 145-154, DOI: 10.5176/2251- Skin Color Information, Network, vol. 24,
2489_BioTech15.46. Available at:
18. T. Tirupal, B. Chandra Mohan and S. Srinivas https://www.eurasip.org/Proceedings/Ext/ISC
Kumar (2019), “Multimodal Medical Image CSP2006/defevent/papers/cr1268.pdf.
Fusion based on Yager’s Intuitionistic Fuzzy 28. F. Mahmud, M. T. Khatun, S. T. Zuhori, S.
Sets,” Iranian Journal of Fuzzy Systems, Vol. Afroge , M. Aktar, and B. Pal (2015), “Face
16, No. 1, pp. 33-48, recognition using Principle Component
DOI:10.22111/IJFS.2019.4482. Analysis and Linear Discriminant
19. T. Tirupal, B. Chandra Mohan and S. Srinivas Analysis,” 2015 International Conference on
Kumar (2017), “Multimodal Medical Image Electrical Engineering and Information
Fusion based on Sugeno’s Intuitionistic Fuzzy Communication Technology (ICEEICT),
Sets,” ETRI Journal, Vol. 39, No. 2, pp. 173- Dhaka, pp. 1-4, DOI:
180, doi.org/10.4218/etrij.17.0116.0568. 10.1109/ICEEICT.2015.7307518.
20. T. Tirupal, B. Chandra Mohan, S. Srinivas 29. Payal Maken (2019), “An Elementary Study
Kumar (2018), "Multimodal Medical Image on Various Techniques Involved in Face
Fusion based on Fuzzy sets with Orthogonal Recognition Systems: A Review,”
Teaching–Learning-Based Optimization, International Journal of Scientific Research in
Advances in Intelligent Systems and Computer Science Engineering and
Computing, Vol. 799, Springer, Singapore, Information Technology, vol. 5, no.1, pp. 519-
doi.org/10.1007/978-981-13-1135-2_37. 525, DOI :
21. Y. Li, S. Gong, and H. Liddell (2000), https://doi.org/10.32628/CSEIT1951116.
“Support vector regression and classification 30. Z. Lu, X. Jiang, and A. Kot (2017), “Enhance

13 Page 5-14 © MAT Journals 2020. All Rights Reserved


Journal of Volume-6, Issue-2 (May-August, 2020)
Electronic Design Engineering

www.matjournals.com

deep learning performance in face Symposium on Intelligent Systems and


recognition,” 2017 2nd International Informatics, pp. 53-58,
Conference on Image, Vision, and Computing DOI: 10.1109/SISY.2017.8080587.
(ICIVC), pp. 244-248, Chengdu, 32. T. Tirupal, B. Chandra Mohan and S. Srinivas
DOI:10.1109/ICIVC.2017.7984554. Kumar, “Multimodal Medical Image Fusion
31. M. Arsenovic, S. Sladojevic, A. Anderla, and Techniques – A Review”, Current Signal
D. Stefanovic (2017), “FaceTime–Deep Transduction Therapy, vol.15, no.1, March
learning-based face recognition attendance 2020.
system," 2017 IEEE 15th International doi.org/10.2174/1574362415666200226103116.

14 Page 5-14 © MAT Journals 2020. All Rights Reserved

View publication stats

You might also like