SlideShare a Scribd company logo
1 of 5
Download to read offline
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090
ISSN: 2249-6645

Nose Tip Detection Using Shape index and Energy Effective
for 3d Face Recognition
Sawsen Abdulhadi Mahmood1,Rana Fareed Ghani2, Abdulamir Abdullah Kerim3
Computer Science Department, University of Technology, Baghdad,Iraq

Abstract:Nose tip detection is an essential point in 3d face alignment, pose estimation and the discrimination process. A
method to determine nose tip location based on exploiting local descriptors(shape index) from each point cloud on the 3d
surface mesh is presented in this paper. Furthermore, theeffective energy constraint was appliedover each 3d mesh data
point. Then NN-Nearest Neighbour classification methodwas applied in order to locate the nose tip and nose region based
3d feature extraction techniques.The detection method is also characterized by the refining of candidate points for nose tip
regions and is robust against pose and expression variations.All computations were based on the pure 3D mesh data points
of a face without texture information. The proposed method was tested using a 3d face image sample database FRAV3d, and
GAVADB database. The experimental results show 96% and 76% correct nose tip detection for FRAV3d and GAVADB
databases respectively.

I.

INTRODUCTION

The detection of three dimensional facial landmarks is an important stage in biometric applications, computer vision
and computer graphics. In order to perform face registration, recognition, facial expression recognition, facial shape analysis
and segmentation in 3d face recognition systems,the facial landmarks must be located. Compared to other facial landmarks
the nose tipis one of the most important and critical landmarks because of its distinct shape and symmetrical property.
Technically in a 3D face environment, the nose tip is the point with the maximum depth value.In reality, the nose tip point
(region) has a maximum depth value which is true only in the frontal image[1].
A lot of researches have been done to locate the nose tip of 3d faces. Breitenstein et al. [12] proposed an approach
to detect an invariant pose for the nose tip. For each point in the acquisitioned image, the shape signature was calculated and
the corresponding pose hypotheses were generated in parallel. Then, the nose tip was selected using error function which
compares the input range image to the pre-computed pose images of an average face model.
Zhu et al.[10] assumed the protuberant points as nose tip candidates. Since only frontal faces were considered, symmetry
calculation was performed in order to obtain the nose tip location, which was implemented using the direction comparison of
normal vectors.
Werghi et al.[9] investigated a method of nose tip detection and frontal face extraction by estimating mesh quality.
They measured and assessed mesh surface quality by extracting groups of triangular facets. The nose tip was detected by
identifying the single triangular facet using a cascaded filtering framework mostly based on simple topological rules.
Bagchi et al. [8] used HK classification to detect the nose tip and eye corner which is based on curvature analysis of the
entire facial surface.
In this paper,a nose tip detection approach is presented for 3d facial data points.This approach is based on a
simultaneous filtering technique. The extraction of local geometry information from the 3d data point is carried out, at the
same time that the effective energy constraint is computed for nose tip candidates.Therefore, the two region points which are
deduced from the two approaches feed into NN-Nearest Neighbour classifier to obtain the nose tip location on the 3d facial
image.

II.

3D SHAPE DESCRIPTORS

Surface curvature is a property of the local surface, which has the advantage of being invariant against rigid
transformation (translations and rotations)[15].Therefore the shape descriptors derived from curvature have been adopted in
this work.Curvature based measures, which are related to second-order derivatives of theraw depth measurements, were used
to extract features from 3D facial images. To understand principal curvatures, imagine the normal on a surface and an
infinite set of planes (a pencil of planes) each of which contains this normal. Each of these planes intersects the surface in a
plane curve and the principal curvatures are defined as the maximum curvature K1, and minimum curvature K2of this infinite
set of plane curves. The directions that correspond to maximum and minimum curvatures are always perpendicular and are
called the principal directions of the surface. Principal curvatures are in fact the eigenvalues of the Weingarten matrix, which
is a 2 × 2 matrix containing the parameters of aquadratic local surface patch fitted in a local plane that is aligned to the
surface tangentplane[4].

III.

THE PROPOSED NOSE TIP DETECTION METHOD

The proposednose tip detection method is based on the extraction of local descriptors and statistical characteristics
from 3d data points. Figure (1) shows the outlines of the proposed method.The process starts with the acquisition of the 3d
face data by a face scanner. In the next stage the3d data is filtered and smoothed by median noise removal. Preprocessed 3d
data is fed into the next stage in order to perform the calculation of the local shape index and effective energy. At the final
stage, the nose tip location and nose regionare extracted by applying the NN-Nearest Neighbour classification method on the
two candidate regions. The details of these stages are given in the following sections.
www.ijmer.com3086 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090
ISSN: 2249-6645

Fig 1. Block Diagram of The Proposed nose tip detection method
1.

Pre-processing
Preprocessing is an important stage of the recognitionsystems, since all the features will be extracted from theoutput
of this step [3].The 3d face images are obtained by 3d scanner.Each captured image (mesh) is composed of 3d coordinate
points, set of faces (polygons), normal of vertex, and may also contain texture information. Therefor the first step is to
remove spikes formacquisition datausing filtering techniques. A 2d median filter is used to smooth 3d data which is applied
to Z-values.This technique will remove spikes from the 3d facial image.
2.

Curvature Analysis
The local curvature information about a point is independent of the coordinate system. The feature points and
geometry information of the 3d surface is captured by calculatingthe shape index of each 3d point. Shape index is
extensively used for 3D landmark detection [14].And is a scale independent component derived from principle curvatures.In
other words the shape index values represent continuous mapping of principal curvature values(K max , K min )of a 3D face
pointPinto the interval [0,1],and can be computed as follows:
𝑆𝐼 =

1 1 𝐾 𝑚𝑎𝑥 + 𝐾 𝑚𝑖𝑛
−
… … … (1)
2 𝜋 𝐾 𝑚𝑎𝑥 − 𝐾 𝑚𝑖𝑛

The principle curvatures (𝐾 𝑚𝑎𝑥 , 𝐾 𝑚𝑖𝑛 )are in fact the eigenvalues of the Weingarten matrix, which is a 2×2 matrix
containing the parameters of a quadratic local surface patch [4]. The surface patch equation is:
𝑓 𝑥, 𝑦 = 𝑧 = 𝑎𝑥 2 + 𝑏𝑦 2 + 𝑐𝑥𝑦 + 𝑑𝑥 + 𝑒𝑦 + 𝑓
. . …. . (2)
Since 𝑥 𝑖 , 𝑦 𝑖 , 𝑧 𝑖 are neighbouring points and a,b,c,d,e,f are thesurface parameters to be found by the least square
fitting technique. The Weingarten matrixformula is:
𝑎 𝑏
𝑊=
… … .. . (3)
𝑏 𝑐
The shape index captures the curvature value for each point on the surface. Every distinct surface shape corresponds
to aunique value of shape index, except the planar shape. Points on a planar surfacehave an indeterminate shape index,
since𝐾 𝑚𝑎𝑥 = 𝐾 𝑚𝑖𝑛 = 0. In fact there are five well-known shape types and their locations on the shape index scale are shown
in figure(2):

Spherical cup=0.0
Rut
= 0.25
Saddle = 0.5Ridge = 0.75
Spherical cap
Fig 2.Sample representative shapes on the shape index scale[13]

= 1.0

After calculating shape index values for all 3d facial data points, the surface points that have a shape index within a
threshold range are extracted, which indicates the convex regions of thesurface of the face.The low values of the shape index
represent a spherical cup while a high values representsa spherical cap.
This step will reduce the search space for nose tip candidate regions and produce at the same time what is called candidate
nose tip regions(1).

www.ijmer.com3087 | Page
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com
Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090
ISSN: 2249-6645
3. Effective Energy Calculations
The usual method to find the nose tip candidate region on 3d face images is to select N points with highestZ-value
from the entire 3d mesh data points [7]. This process will reduce the possible candidate nose tipregions
significantly.However with pose variation this processwilllead to incorrect regionlocations.As a resultthe effective
energyconstraint which wasadopted in[2]was applied over 3d mesh data points in order to collect the points which satisfy the
locally protuberant conditions and to locate convex regions in the facial image. First of all the neighbours for each vertex𝑃 in
the polygons mesh should be found.This is done by finding the faces that share this vertex.The effective energy𝑑 𝑖 for each
neighbour points𝑃𝑖 is calculated using the following formula:
𝑑 𝑖 = 𝑃𝑖 − 𝑃 ∙ 𝑁 𝑝 = 𝑃𝑖 − 𝑃 ∙ cos 𝜃 … … … . 4
Where 𝜃 is the angle between (𝑃𝑖 − 𝑃) vector and the normal vector𝑁 𝑝 isthe normal vector of the vertex 𝑃, which
is calculated according to the common method based on a weighted average of theadjacent faces normal 𝑛 𝑓 for a face
composed of vertices v1, v2 and v3.The face normal is given by the formula (5) which is given in [4]:
(𝑣1 − 𝑣2) × (𝑣1 − 𝑣3)
𝑛𝑓 =
… … … . (5)
(𝑣1 − 𝑣2) × (𝑣1 − 𝑣3)
Next the points that have a negative value of 𝑑 𝑖 (peaked region)are selected,which leadsto a reduction in the
searching space for the nose tip candidate points.The Effective Energy constraint removes most of the points which are
unlikely to be the nose tip.
3.1 Local characteristic
There are severalpossible nose tip regionsdue to the fact that the other regions like (chine, cheeks, forehead, ...)
have a negative effective energy also. Since the effective energy measure is based on distance and angle,a nose tip candidate
vertex should have a small variance value (the amount of dispersion in relation to neighbouring vertices). The next step is to
select the vertex with smaller variance value from nose tip candidate regions as shown in figure (3). The mean and variance
for each candidate region is calculated as follows:
𝑛
1
𝜇=
𝑑𝑖
… … … … (6)
𝑛
𝑖=1

1
𝜎 =
𝑛

𝑛

2

(𝑑 𝑖 − 𝜇)2 … … … … (7)
𝑖=1

Where𝜇 is the mean,𝜎 2 is the variance, 𝑛 is the number of neighbouring vertex and 𝑑 𝑖 is the effective energyfor a neighbours.

a)

for FRAV3D database

(a)

b)

for GAVADB database
(b)

(b)
Fig 3. Nose tip detection based on effective energy calculation a) for FRAV3D database, b)for GAVADB database
4. Nose Tip Detection
www.ijmer.com3088 | Page
International Journal of Modern Engineering Research (IJMER)
www.ijmer.com
Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090
ISSN: 2249-6645
The last step in the proposed method for locating nose tip is to apply the Nearest Neighbour algorithm on two
candidate regions.The results shown inFigure (4).Figure (4-a) represent the result values that come from two
techniquespresented, the green points represent the nose tip candidate which are extracted using the EE method,while the red
points represent the nose tip candidate points which are extracted using the shape index descriptor. Figure (4-b)represents the
result values after applying the NN-classifier.

(a) Before applying NN-classifier

(a) Before applying NN-classifier
(b) Afterapplying NN-classifier

(b) After applying NN-classifier.
Fig 4. Presentation for values of two candidate regions (a) Before applying NN-classifier,(b) After applying NN-classifier.

IV.

DATABASE

The proposed nose detection methodwasappliedto two different 3d facial databases: the FRAV3D and GAVADB
database[5][6]. The FRAV3D database containeda 3D point cloud of106subjects,with 16 captures per person. In addition,
each subject had a different pose (rotation about x-axis,y-axis,z-axis),
which includes facialscans with frontal(1,2,3,4), 25° right turn in Y direction (5,6),5° left turn in Y direction(7,8), severe
right turn in Zdirection(9), small right turn in Z direction(10), smilinggesture(11), open mouth gesture(12), looking up turn
in Xdirection(13), looking down turn in X direction(14), frontal
images with uncontrolled illumination(15,16) as shown in [5] [11].
Furthermore the experimentshave been conducted over 40 random subjectsof the GAVADB database. Thiscontained 61
individual(45 male and 16 female)including (9)a 3d faceimage for each individual, whereby each image consisted ofa
3dmesh representing thefacial surface. This database did not contain normal of vertices, the normal for each face in a 3d face
mesh was found in order to obtain the normal of verticesas described in section 2.3.
The required programmes werewritten in Visual C++ platformwith assistedOpengl graphic library.

V.

EXPERIMENTAL RESULTS

Experiment 1:The first test was performed with the FRAV3D and GAVADB databases, which included locating the nose
tip of the input 3d facial images using energy effective constraint for N- highest Z-values.The results shown in table (1)
representthe detection rate for the nose tip in both databases.
Experiment 2:The second test was performed with theGAVADB database,which included the following:

Locating nose tipfor the frontal 3d face image and profile sides withnon-acute rotation angles−35° 𝑡𝑜 + 35° around
(x-axis, y-axis, z-axis)

Detecting the nose region for non-frontal 3d face images with acute rotation angles−90° 𝑡𝑜 + 90° around y-axis.
The testwas performed based on EE constraint and a local shape descriptor for 3d data points. The results shown in table (2)
(3) represent the detection rate for the nose tip and nose region respectively.
www.ijmer.com3089 | Page
www.ijmer.com

International Journal of Modern Engineering Research (IJMER)
Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090
ISSN: 2249-6645
DB Name

Nose tip detection rate

FRAV3d
GAVADB

96%
66.6

Table 1. Nose tip Detection rate based on EE constraint calculation
Frontal and non frontal posses (−35° 𝑡𝑜 + 35° )
DB. Name
EE constraint
EE & shape index
GAVADB
66.6%
96%
Table 2.Nose tip Detection rate using EE constraint and Shape index for

DB. Name
GAVADB
Table 3.Nose Region Detection

Profile Posses (−90° & + 90° )
EE constraint
EE & shape index
66.6%
76.8%

VI.

CONCLUSIONS

In this paper, acombinedschemefor determining nose tip and nose region in a three dimensional facial image has
been presented with the presence of expression and pose variations. The local shape information was exploited from each
data point using ashape index descriptor.The vertices which have a shape index value within a threshold range were
selected.This step produced the first candidate region of the nose tip. Furthermore the energy effective for each neighbouring
vertex was calculated.Next, the candidate points that had negative EE and the smallest variance value were selected to
collect the second candidate regions of the nose tip.
The final step in the proposed method wasthe application of the Nearest Neighbour classification method on the two
candidate regions.In this stepa detection process for nose tip location and nose region was performedwith high rate detection
for frontal and semi frontal posses.

REFERENCES
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]

Panagiotis P., Georgios P., Theoharis T. and Ioannis ―A 3D Facial Landmark Detection & Face Registration, A 3D Facial
Landmark Model & 3D Local Shape Descriptors Approach‖, CGL Technical Report, No. TP-2010-01, January 2010.
ChenghuaXu., Yunhong W., Tieniu T. and Long Q., ‖ Robust Nose Detection In 3D Facial Data Using Local Characteristic‖,
Image Processing, ICIP '04. International Conference, pp.(1995 – 1998), Vol. 3, 2004.
Parvin A., Ahmad A., Siamak A. and ReihanehA.i, ‖ The Novel Approach for 3D Face Recognition Using Simple
Preprocessingmethod‖,InternationalMulticonference of Engineers and Computer Scientist , March (16-18),Hong Kong, 2011.
Ajmal M. and Nick P., ―3d Imaging and analysis‖, Book, Springer-Verlag London 2012.
http://www.frav.es/databases/FRAV3D/
http://gavab.escet.urjc.es
Yeunghak L. andTaihong Y., ―3D Face Recognition Using Multiple Features For
Parama B., Debotosh B., Mita N. and Dipak K.,‖A novel approach to nose-tip and eye corners detection using H-K Curvature
analysis‖, Third International Conference on Emerging Applications of Information Technology (EAIT),IEEE ,2012.
Naoufel W., Haykel B., Youssef M. and Harish B., ― Nose Detection and Face Extraction from 3D Raw Facial Surface Based on
Mesh Quality Assessment‖,2010.
Wenhao Z., Yanyun W., and BaogangW.,―Nose Detection based Feature
Extraction on both Normal and Abnormal 3D
Faces‖,Computer and Information Technology, IEEE. 2008.
B. H.Shekar , N.Harivinod , M.SharmilaK.andK.Raghurama H.,‖3D Face
Recognition using Significant Point based SULD
Descriptor‖,Recent Trends in
Michael D. B., Daniel K., Thibaut W. and Luc V. G., ―Real-Time Face Pose Estimation from Single Range Images‖,Computer
Vision and Pattern Recognition, IEEE Conference ,2008.
C. Dorai and A.K. Jain, ―COSMOS—A Representation Scheme for 3D Free-Form
Objects‖ ,IEEE Trans. Pattern
Analysis and Machine Intelligence, vol. 19, no. 10, pp.
J. Koenderink and A. van D., ―Surface Shape and Curvature Scales,‖ Image and Vision Computing, vol. 10, pp. 557-565, Oct.
1992.
Augusto S., Alexander C., and Flavio P., ―3D Curvature-Based Shape Descriptors for Face Segmentation‖,An Anatomical-Based
Analysis‖, ISVC, pp. 349–358, 2010.

www.ijmer.com3090 | Page

More Related Content

What's hot

FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELDFINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELDijesajournal
 
SURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVES
SURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVESSURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVES
SURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVESZac Darcy
 
Efficient fingerprint image enhancement algorithm based on gabor filter
Efficient fingerprint image enhancement algorithm based on gabor filterEfficient fingerprint image enhancement algorithm based on gabor filter
Efficient fingerprint image enhancement algorithm based on gabor filtereSAT Publishing House
 
Formation and morphology of architectural surfaces design
Formation and morphology of architectural surfaces designFormation and morphology of architectural surfaces design
Formation and morphology of architectural surfaces designIJSRED
 
Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...sipij
 
The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...
The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...
The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...ijceronline
 
Extraction of texture features by using gabor filter in wheat crop disease de...
Extraction of texture features by using gabor filter in wheat crop disease de...Extraction of texture features by using gabor filter in wheat crop disease de...
Extraction of texture features by using gabor filter in wheat crop disease de...eSAT Journals
 
Histogram expansion a technique of histogram equlization
Histogram expansion a technique of histogram equlizationHistogram expansion a technique of histogram equlization
Histogram expansion a technique of histogram equlizationeSAT Journals
 
Harries corner detector derived by local autocorrelation function (survey)
Harries corner detector derived by local autocorrelation function (survey)Harries corner detector derived by local autocorrelation function (survey)
Harries corner detector derived by local autocorrelation function (survey)Angu Ramesh
 
An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...ijcsity
 
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHINGSEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHINGijma
 
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...IJMER
 
Beginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeks
Beginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeksBeginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeks
Beginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeksJinTaek Seo
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 

What's hot (16)

FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELDFINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
FINGERPRINT CLASSIFICATION BASED ON ORIENTATION FIELD
 
SURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVES
SURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVESSURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVES
SURVEY ON POLYGONAL APPROXIMATION TECHNIQUES FOR DIGITAL PLANAR CURVES
 
B04310408
B04310408B04310408
B04310408
 
Efficient fingerprint image enhancement algorithm based on gabor filter
Efficient fingerprint image enhancement algorithm based on gabor filterEfficient fingerprint image enhancement algorithm based on gabor filter
Efficient fingerprint image enhancement algorithm based on gabor filter
 
Formation and morphology of architectural surfaces design
Formation and morphology of architectural surfaces designFormation and morphology of architectural surfaces design
Formation and morphology of architectural surfaces design
 
Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...
Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...
Verification of Efficacy of Inside-Outside Judgement in Respect of a 3D-Primi...
 
Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...Global threshold and region based active contour model for accurate image seg...
Global threshold and region based active contour model for accurate image seg...
 
The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...
The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...
The Birefringent Property of an Optical Resinfor the Study of a Stress Field ...
 
Extraction of texture features by using gabor filter in wheat crop disease de...
Extraction of texture features by using gabor filter in wheat crop disease de...Extraction of texture features by using gabor filter in wheat crop disease de...
Extraction of texture features by using gabor filter in wheat crop disease de...
 
Histogram expansion a technique of histogram equlization
Histogram expansion a technique of histogram equlizationHistogram expansion a technique of histogram equlization
Histogram expansion a technique of histogram equlization
 
Harries corner detector derived by local autocorrelation function (survey)
Harries corner detector derived by local autocorrelation function (survey)Harries corner detector derived by local autocorrelation function (survey)
Harries corner detector derived by local autocorrelation function (survey)
 
An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...
 
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHINGSEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
 
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
 
Beginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeks
Beginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeksBeginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeks
Beginning direct3d gameprogramming04_3dfundamentals_20160414_jintaeks
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

Viewers also liked

A043010106
A043010106A043010106
A043010106IJMER
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...IJMER
 
Du3211861191
Du3211861191Du3211861191
Du3211861191IJMER
 
Moving Object Detection for Video Surveillance
Moving Object Detection for Video SurveillanceMoving Object Detection for Video Surveillance
Moving Object Detection for Video SurveillanceIJMER
 
An Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) Tools
An Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) ToolsAn Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) Tools
An Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) ToolsIJMER
 
Optimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier TechniqueOptimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier TechniqueIJMER
 
Br32864868
Br32864868Br32864868
Br32864868IJMER
 
Absorption of Nitrogen Dioxide into Sodium Carbonate Solution in Packed Column
Absorption of Nitrogen Dioxide into Sodium Carbonate Solution  in Packed Column Absorption of Nitrogen Dioxide into Sodium Carbonate Solution  in Packed Column
Absorption of Nitrogen Dioxide into Sodium Carbonate Solution in Packed Column IJMER
 
Experimental Study Using Different Tools/Electrodes E.G. Copper, Graphite on...
Experimental Study Using Different Tools/Electrodes E.G.  Copper, Graphite on...Experimental Study Using Different Tools/Electrodes E.G.  Copper, Graphite on...
Experimental Study Using Different Tools/Electrodes E.G. Copper, Graphite on...IJMER
 
Ai32647651
Ai32647651Ai32647651
Ai32647651IJMER
 
Ca32920923
Ca32920923Ca32920923
Ca32920923IJMER
 
Be31178182
Be31178182Be31178182
Be31178182IJMER
 
An Experimental Analysis of Performance, Combustion and Emission Characteris...
An Experimental Analysis of Performance, Combustion and  Emission Characteris...An Experimental Analysis of Performance, Combustion and  Emission Characteris...
An Experimental Analysis of Performance, Combustion and Emission Characteris...IJMER
 
Hydrological Modeling of Upper Indus Basin and Assessment of Deltaic Ecology
Hydrological Modeling of Upper Indus Basin and Assessment of  Deltaic EcologyHydrological Modeling of Upper Indus Basin and Assessment of  Deltaic Ecology
Hydrological Modeling of Upper Indus Basin and Assessment of Deltaic EcologyIJMER
 
A Study of Wind Turbine Blade Power Enhancement Using Aerodynamic Properties
A Study of Wind Turbine Blade Power Enhancement Using  Aerodynamic Properties A Study of Wind Turbine Blade Power Enhancement Using  Aerodynamic Properties
A Study of Wind Turbine Blade Power Enhancement Using Aerodynamic Properties IJMER
 
Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...
Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...
Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...IJMER
 
On Contra – RW Continuous Functions in Topological Spaces
On Contra – RW Continuous Functions in Topological SpacesOn Contra – RW Continuous Functions in Topological Spaces
On Contra – RW Continuous Functions in Topological SpacesIJMER
 
Bp31250253
Bp31250253Bp31250253
Bp31250253IJMER
 
Design &Analysis of Pure Iron Casting with Different Moulds
Design &Analysis of Pure Iron Casting with Different MouldsDesign &Analysis of Pure Iron Casting with Different Moulds
Design &Analysis of Pure Iron Casting with Different MouldsIJMER
 
Office Security System
Office Security SystemOffice Security System
Office Security SystemIJMER
 

Viewers also liked (20)

A043010106
A043010106A043010106
A043010106
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...
 
Du3211861191
Du3211861191Du3211861191
Du3211861191
 
Moving Object Detection for Video Surveillance
Moving Object Detection for Video SurveillanceMoving Object Detection for Video Surveillance
Moving Object Detection for Video Surveillance
 
An Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) Tools
An Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) ToolsAn Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) Tools
An Approach for Project Scheduling Using PERT/CPM and Petri Nets (PNs) Tools
 
Optimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier TechniqueOptimized FIR filter design using Truncated Multiplier Technique
Optimized FIR filter design using Truncated Multiplier Technique
 
Br32864868
Br32864868Br32864868
Br32864868
 
Absorption of Nitrogen Dioxide into Sodium Carbonate Solution in Packed Column
Absorption of Nitrogen Dioxide into Sodium Carbonate Solution  in Packed Column Absorption of Nitrogen Dioxide into Sodium Carbonate Solution  in Packed Column
Absorption of Nitrogen Dioxide into Sodium Carbonate Solution in Packed Column
 
Experimental Study Using Different Tools/Electrodes E.G. Copper, Graphite on...
Experimental Study Using Different Tools/Electrodes E.G.  Copper, Graphite on...Experimental Study Using Different Tools/Electrodes E.G.  Copper, Graphite on...
Experimental Study Using Different Tools/Electrodes E.G. Copper, Graphite on...
 
Ai32647651
Ai32647651Ai32647651
Ai32647651
 
Ca32920923
Ca32920923Ca32920923
Ca32920923
 
Be31178182
Be31178182Be31178182
Be31178182
 
An Experimental Analysis of Performance, Combustion and Emission Characteris...
An Experimental Analysis of Performance, Combustion and  Emission Characteris...An Experimental Analysis of Performance, Combustion and  Emission Characteris...
An Experimental Analysis of Performance, Combustion and Emission Characteris...
 
Hydrological Modeling of Upper Indus Basin and Assessment of Deltaic Ecology
Hydrological Modeling of Upper Indus Basin and Assessment of  Deltaic EcologyHydrological Modeling of Upper Indus Basin and Assessment of  Deltaic Ecology
Hydrological Modeling of Upper Indus Basin and Assessment of Deltaic Ecology
 
A Study of Wind Turbine Blade Power Enhancement Using Aerodynamic Properties
A Study of Wind Turbine Blade Power Enhancement Using  Aerodynamic Properties A Study of Wind Turbine Blade Power Enhancement Using  Aerodynamic Properties
A Study of Wind Turbine Blade Power Enhancement Using Aerodynamic Properties
 
Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...
Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...
Implementation of Six Sigma Using DMAIC Methodology in Small Scale Industries...
 
On Contra – RW Continuous Functions in Topological Spaces
On Contra – RW Continuous Functions in Topological SpacesOn Contra – RW Continuous Functions in Topological Spaces
On Contra – RW Continuous Functions in Topological Spaces
 
Bp31250253
Bp31250253Bp31250253
Bp31250253
 
Design &Analysis of Pure Iron Casting with Different Moulds
Design &Analysis of Pure Iron Casting with Different MouldsDesign &Analysis of Pure Iron Casting with Different Moulds
Design &Analysis of Pure Iron Casting with Different Moulds
 
Office Security System
Office Security SystemOffice Security System
Office Security System
 

Similar to Nose Tip Detection Using Shape index and Energy Effective for 3d Face Recognition

An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...ieijjournal
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ijcseit
 
& Topics International Journal of Computer Science, Engineering and Informati...
& Topics International Journal of Computer Science, Engineering and Informati...& Topics International Journal of Computer Science, Engineering and Informati...
& Topics International Journal of Computer Science, Engineering and Informati...ijcseit
 
Method of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical StatisticsMethod of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical StatisticsIJRESJOURNAL
 
Generative Network for 3D Face Modelling
Generative Network for 3D Face ModellingGenerative Network for 3D Face Modelling
Generative Network for 3D Face ModellingIRJET Journal
 
3D Face Modelling of Human Faces using GANs
3D Face Modelling of Human Faces using GANs3D Face Modelling of Human Faces using GANs
3D Face Modelling of Human Faces using GANsIRJET Journal
 
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...cscpconf
 
Extended hybrid region growing segmentation of point clouds with different re...
Extended hybrid region growing segmentation of point clouds with different re...Extended hybrid region growing segmentation of point clouds with different re...
Extended hybrid region growing segmentation of point clouds with different re...csandit
 
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic ThresholdEstimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic ThresholdAIRCC Publishing Corporation
 
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLDESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLDijcsit
 
2. 7698 8113-1-pb
2. 7698 8113-1-pb2. 7698 8113-1-pb
2. 7698 8113-1-pbIAESIJEECS
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUEScscpconf
 
32 8950 surendar s comparison of surface roughness (edit ari)new
32 8950 surendar s   comparison of surface roughness (edit ari)new32 8950 surendar s   comparison of surface roughness (edit ari)new
32 8950 surendar s comparison of surface roughness (edit ari)newIAESIJEECS
 
32 8950 surendar s comparison of surface roughness (edit ari)new
32 8950 surendar s   comparison of surface roughness (edit ari)new32 8950 surendar s   comparison of surface roughness (edit ari)new
32 8950 surendar s comparison of surface roughness (edit ari)newIAESIJEECS
 
Ijartes v1-i2-005
Ijartes v1-i2-005Ijartes v1-i2-005
Ijartes v1-i2-005IJARTES
 
Human’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expressionHuman’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expressionijitjournal
 

Similar to Nose Tip Detection Using Shape index and Energy Effective for 3d Face Recognition (20)

An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
& Topics International Journal of Computer Science, Engineering and Informati...
& Topics International Journal of Computer Science, Engineering and Informati...& Topics International Journal of Computer Science, Engineering and Informati...
& Topics International Journal of Computer Science, Engineering and Informati...
 
Method of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical StatisticsMethod of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical Statistics
 
Generative Network for 3D Face Modelling
Generative Network for 3D Face ModellingGenerative Network for 3D Face Modelling
Generative Network for 3D Face Modelling
 
3D Face Modelling of Human Faces using GANs
3D Face Modelling of Human Faces using GANs3D Face Modelling of Human Faces using GANs
3D Face Modelling of Human Faces using GANs
 
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
EXTENDED HYBRID REGION GROWING SEGMENTATION OF POINT CLOUDS WITH DIFFERENT RE...
 
Extended hybrid region growing segmentation of point clouds with different re...
Extended hybrid region growing segmentation of point clouds with different re...Extended hybrid region growing segmentation of point clouds with different re...
Extended hybrid region growing segmentation of point clouds with different re...
 
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic ThresholdEstimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
 
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLDESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
 
2. 7698 8113-1-pb
2. 7698 8113-1-pb2. 7698 8113-1-pb
2. 7698 8113-1-pb
 
Lw3620362041
Lw3620362041Lw3620362041
Lw3620362041
 
C012271015
C012271015C012271015
C012271015
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
 
JBSC_online
JBSC_onlineJBSC_online
JBSC_online
 
Ih2616101615
Ih2616101615Ih2616101615
Ih2616101615
 
32 8950 surendar s comparison of surface roughness (edit ari)new
32 8950 surendar s   comparison of surface roughness (edit ari)new32 8950 surendar s   comparison of surface roughness (edit ari)new
32 8950 surendar s comparison of surface roughness (edit ari)new
 
32 8950 surendar s comparison of surface roughness (edit ari)new
32 8950 surendar s   comparison of surface roughness (edit ari)new32 8950 surendar s   comparison of surface roughness (edit ari)new
32 8950 surendar s comparison of surface roughness (edit ari)new
 
Ijartes v1-i2-005
Ijartes v1-i2-005Ijartes v1-i2-005
Ijartes v1-i2-005
 
Human’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expressionHuman’s facial parts extraction to recognize facial expression
Human’s facial parts extraction to recognize facial expression
 

More from IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingIJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreIJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationIJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless BicycleIJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemIJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesIJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningIJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersIJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And AuditIJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLIJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyIJMER
 

More from IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 

Nose Tip Detection Using Shape index and Energy Effective for 3d Face Recognition

  • 1. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090 ISSN: 2249-6645 Nose Tip Detection Using Shape index and Energy Effective for 3d Face Recognition Sawsen Abdulhadi Mahmood1,Rana Fareed Ghani2, Abdulamir Abdullah Kerim3 Computer Science Department, University of Technology, Baghdad,Iraq Abstract:Nose tip detection is an essential point in 3d face alignment, pose estimation and the discrimination process. A method to determine nose tip location based on exploiting local descriptors(shape index) from each point cloud on the 3d surface mesh is presented in this paper. Furthermore, theeffective energy constraint was appliedover each 3d mesh data point. Then NN-Nearest Neighbour classification methodwas applied in order to locate the nose tip and nose region based 3d feature extraction techniques.The detection method is also characterized by the refining of candidate points for nose tip regions and is robust against pose and expression variations.All computations were based on the pure 3D mesh data points of a face without texture information. The proposed method was tested using a 3d face image sample database FRAV3d, and GAVADB database. The experimental results show 96% and 76% correct nose tip detection for FRAV3d and GAVADB databases respectively. I. INTRODUCTION The detection of three dimensional facial landmarks is an important stage in biometric applications, computer vision and computer graphics. In order to perform face registration, recognition, facial expression recognition, facial shape analysis and segmentation in 3d face recognition systems,the facial landmarks must be located. Compared to other facial landmarks the nose tipis one of the most important and critical landmarks because of its distinct shape and symmetrical property. Technically in a 3D face environment, the nose tip is the point with the maximum depth value.In reality, the nose tip point (region) has a maximum depth value which is true only in the frontal image[1]. A lot of researches have been done to locate the nose tip of 3d faces. Breitenstein et al. [12] proposed an approach to detect an invariant pose for the nose tip. For each point in the acquisitioned image, the shape signature was calculated and the corresponding pose hypotheses were generated in parallel. Then, the nose tip was selected using error function which compares the input range image to the pre-computed pose images of an average face model. Zhu et al.[10] assumed the protuberant points as nose tip candidates. Since only frontal faces were considered, symmetry calculation was performed in order to obtain the nose tip location, which was implemented using the direction comparison of normal vectors. Werghi et al.[9] investigated a method of nose tip detection and frontal face extraction by estimating mesh quality. They measured and assessed mesh surface quality by extracting groups of triangular facets. The nose tip was detected by identifying the single triangular facet using a cascaded filtering framework mostly based on simple topological rules. Bagchi et al. [8] used HK classification to detect the nose tip and eye corner which is based on curvature analysis of the entire facial surface. In this paper,a nose tip detection approach is presented for 3d facial data points.This approach is based on a simultaneous filtering technique. The extraction of local geometry information from the 3d data point is carried out, at the same time that the effective energy constraint is computed for nose tip candidates.Therefore, the two region points which are deduced from the two approaches feed into NN-Nearest Neighbour classifier to obtain the nose tip location on the 3d facial image. II. 3D SHAPE DESCRIPTORS Surface curvature is a property of the local surface, which has the advantage of being invariant against rigid transformation (translations and rotations)[15].Therefore the shape descriptors derived from curvature have been adopted in this work.Curvature based measures, which are related to second-order derivatives of theraw depth measurements, were used to extract features from 3D facial images. To understand principal curvatures, imagine the normal on a surface and an infinite set of planes (a pencil of planes) each of which contains this normal. Each of these planes intersects the surface in a plane curve and the principal curvatures are defined as the maximum curvature K1, and minimum curvature K2of this infinite set of plane curves. The directions that correspond to maximum and minimum curvatures are always perpendicular and are called the principal directions of the surface. Principal curvatures are in fact the eigenvalues of the Weingarten matrix, which is a 2 × 2 matrix containing the parameters of aquadratic local surface patch fitted in a local plane that is aligned to the surface tangentplane[4]. III. THE PROPOSED NOSE TIP DETECTION METHOD The proposednose tip detection method is based on the extraction of local descriptors and statistical characteristics from 3d data points. Figure (1) shows the outlines of the proposed method.The process starts with the acquisition of the 3d face data by a face scanner. In the next stage the3d data is filtered and smoothed by median noise removal. Preprocessed 3d data is fed into the next stage in order to perform the calculation of the local shape index and effective energy. At the final stage, the nose tip location and nose regionare extracted by applying the NN-Nearest Neighbour classification method on the two candidate regions. The details of these stages are given in the following sections. www.ijmer.com3086 | Page
  • 2. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090 ISSN: 2249-6645 Fig 1. Block Diagram of The Proposed nose tip detection method 1. Pre-processing Preprocessing is an important stage of the recognitionsystems, since all the features will be extracted from theoutput of this step [3].The 3d face images are obtained by 3d scanner.Each captured image (mesh) is composed of 3d coordinate points, set of faces (polygons), normal of vertex, and may also contain texture information. Therefor the first step is to remove spikes formacquisition datausing filtering techniques. A 2d median filter is used to smooth 3d data which is applied to Z-values.This technique will remove spikes from the 3d facial image. 2. Curvature Analysis The local curvature information about a point is independent of the coordinate system. The feature points and geometry information of the 3d surface is captured by calculatingthe shape index of each 3d point. Shape index is extensively used for 3D landmark detection [14].And is a scale independent component derived from principle curvatures.In other words the shape index values represent continuous mapping of principal curvature values(K max , K min )of a 3D face pointPinto the interval [0,1],and can be computed as follows: 𝑆𝐼 = 1 1 𝐾 𝑚𝑎𝑥 + 𝐾 𝑚𝑖𝑛 − … … … (1) 2 𝜋 𝐾 𝑚𝑎𝑥 − 𝐾 𝑚𝑖𝑛 The principle curvatures (𝐾 𝑚𝑎𝑥 , 𝐾 𝑚𝑖𝑛 )are in fact the eigenvalues of the Weingarten matrix, which is a 2×2 matrix containing the parameters of a quadratic local surface patch [4]. The surface patch equation is: 𝑓 𝑥, 𝑦 = 𝑧 = 𝑎𝑥 2 + 𝑏𝑦 2 + 𝑐𝑥𝑦 + 𝑑𝑥 + 𝑒𝑦 + 𝑓 . . …. . (2) Since 𝑥 𝑖 , 𝑦 𝑖 , 𝑧 𝑖 are neighbouring points and a,b,c,d,e,f are thesurface parameters to be found by the least square fitting technique. The Weingarten matrixformula is: 𝑎 𝑏 𝑊= … … .. . (3) 𝑏 𝑐 The shape index captures the curvature value for each point on the surface. Every distinct surface shape corresponds to aunique value of shape index, except the planar shape. Points on a planar surfacehave an indeterminate shape index, since𝐾 𝑚𝑎𝑥 = 𝐾 𝑚𝑖𝑛 = 0. In fact there are five well-known shape types and their locations on the shape index scale are shown in figure(2): Spherical cup=0.0 Rut = 0.25 Saddle = 0.5Ridge = 0.75 Spherical cap Fig 2.Sample representative shapes on the shape index scale[13] = 1.0 After calculating shape index values for all 3d facial data points, the surface points that have a shape index within a threshold range are extracted, which indicates the convex regions of thesurface of the face.The low values of the shape index represent a spherical cup while a high values representsa spherical cap. This step will reduce the search space for nose tip candidate regions and produce at the same time what is called candidate nose tip regions(1). www.ijmer.com3087 | Page
  • 3. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090 ISSN: 2249-6645 3. Effective Energy Calculations The usual method to find the nose tip candidate region on 3d face images is to select N points with highestZ-value from the entire 3d mesh data points [7]. This process will reduce the possible candidate nose tipregions significantly.However with pose variation this processwilllead to incorrect regionlocations.As a resultthe effective energyconstraint which wasadopted in[2]was applied over 3d mesh data points in order to collect the points which satisfy the locally protuberant conditions and to locate convex regions in the facial image. First of all the neighbours for each vertex𝑃 in the polygons mesh should be found.This is done by finding the faces that share this vertex.The effective energy𝑑 𝑖 for each neighbour points𝑃𝑖 is calculated using the following formula: 𝑑 𝑖 = 𝑃𝑖 − 𝑃 ∙ 𝑁 𝑝 = 𝑃𝑖 − 𝑃 ∙ cos 𝜃 … … … . 4 Where 𝜃 is the angle between (𝑃𝑖 − 𝑃) vector and the normal vector𝑁 𝑝 isthe normal vector of the vertex 𝑃, which is calculated according to the common method based on a weighted average of theadjacent faces normal 𝑛 𝑓 for a face composed of vertices v1, v2 and v3.The face normal is given by the formula (5) which is given in [4]: (𝑣1 − 𝑣2) × (𝑣1 − 𝑣3) 𝑛𝑓 = … … … . (5) (𝑣1 − 𝑣2) × (𝑣1 − 𝑣3) Next the points that have a negative value of 𝑑 𝑖 (peaked region)are selected,which leadsto a reduction in the searching space for the nose tip candidate points.The Effective Energy constraint removes most of the points which are unlikely to be the nose tip. 3.1 Local characteristic There are severalpossible nose tip regionsdue to the fact that the other regions like (chine, cheeks, forehead, ...) have a negative effective energy also. Since the effective energy measure is based on distance and angle,a nose tip candidate vertex should have a small variance value (the amount of dispersion in relation to neighbouring vertices). The next step is to select the vertex with smaller variance value from nose tip candidate regions as shown in figure (3). The mean and variance for each candidate region is calculated as follows: 𝑛 1 𝜇= 𝑑𝑖 … … … … (6) 𝑛 𝑖=1 1 𝜎 = 𝑛 𝑛 2 (𝑑 𝑖 − 𝜇)2 … … … … (7) 𝑖=1 Where𝜇 is the mean,𝜎 2 is the variance, 𝑛 is the number of neighbouring vertex and 𝑑 𝑖 is the effective energyfor a neighbours. a) for FRAV3D database (a) b) for GAVADB database (b) (b) Fig 3. Nose tip detection based on effective energy calculation a) for FRAV3D database, b)for GAVADB database 4. Nose Tip Detection www.ijmer.com3088 | Page
  • 4. International Journal of Modern Engineering Research (IJMER) www.ijmer.com Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090 ISSN: 2249-6645 The last step in the proposed method for locating nose tip is to apply the Nearest Neighbour algorithm on two candidate regions.The results shown inFigure (4).Figure (4-a) represent the result values that come from two techniquespresented, the green points represent the nose tip candidate which are extracted using the EE method,while the red points represent the nose tip candidate points which are extracted using the shape index descriptor. Figure (4-b)represents the result values after applying the NN-classifier. (a) Before applying NN-classifier (a) Before applying NN-classifier (b) Afterapplying NN-classifier (b) After applying NN-classifier. Fig 4. Presentation for values of two candidate regions (a) Before applying NN-classifier,(b) After applying NN-classifier. IV. DATABASE The proposed nose detection methodwasappliedto two different 3d facial databases: the FRAV3D and GAVADB database[5][6]. The FRAV3D database containeda 3D point cloud of106subjects,with 16 captures per person. In addition, each subject had a different pose (rotation about x-axis,y-axis,z-axis), which includes facialscans with frontal(1,2,3,4), 25° right turn in Y direction (5,6),5° left turn in Y direction(7,8), severe right turn in Zdirection(9), small right turn in Z direction(10), smilinggesture(11), open mouth gesture(12), looking up turn in Xdirection(13), looking down turn in X direction(14), frontal images with uncontrolled illumination(15,16) as shown in [5] [11]. Furthermore the experimentshave been conducted over 40 random subjectsof the GAVADB database. Thiscontained 61 individual(45 male and 16 female)including (9)a 3d faceimage for each individual, whereby each image consisted ofa 3dmesh representing thefacial surface. This database did not contain normal of vertices, the normal for each face in a 3d face mesh was found in order to obtain the normal of verticesas described in section 2.3. The required programmes werewritten in Visual C++ platformwith assistedOpengl graphic library. V. EXPERIMENTAL RESULTS Experiment 1:The first test was performed with the FRAV3D and GAVADB databases, which included locating the nose tip of the input 3d facial images using energy effective constraint for N- highest Z-values.The results shown in table (1) representthe detection rate for the nose tip in both databases. Experiment 2:The second test was performed with theGAVADB database,which included the following:  Locating nose tipfor the frontal 3d face image and profile sides withnon-acute rotation angles−35° 𝑡𝑜 + 35° around (x-axis, y-axis, z-axis)  Detecting the nose region for non-frontal 3d face images with acute rotation angles−90° 𝑡𝑜 + 90° around y-axis. The testwas performed based on EE constraint and a local shape descriptor for 3d data points. The results shown in table (2) (3) represent the detection rate for the nose tip and nose region respectively. www.ijmer.com3089 | Page
  • 5. www.ijmer.com International Journal of Modern Engineering Research (IJMER) Vol. 3, Issue. 5, Sep-Oct. 2013 pp-3086-3090 ISSN: 2249-6645 DB Name Nose tip detection rate FRAV3d GAVADB 96% 66.6 Table 1. Nose tip Detection rate based on EE constraint calculation Frontal and non frontal posses (−35° 𝑡𝑜 + 35° ) DB. Name EE constraint EE & shape index GAVADB 66.6% 96% Table 2.Nose tip Detection rate using EE constraint and Shape index for DB. Name GAVADB Table 3.Nose Region Detection Profile Posses (−90° & + 90° ) EE constraint EE & shape index 66.6% 76.8% VI. CONCLUSIONS In this paper, acombinedschemefor determining nose tip and nose region in a three dimensional facial image has been presented with the presence of expression and pose variations. The local shape information was exploited from each data point using ashape index descriptor.The vertices which have a shape index value within a threshold range were selected.This step produced the first candidate region of the nose tip. Furthermore the energy effective for each neighbouring vertex was calculated.Next, the candidate points that had negative EE and the smallest variance value were selected to collect the second candidate regions of the nose tip. The final step in the proposed method wasthe application of the Nearest Neighbour classification method on the two candidate regions.In this stepa detection process for nose tip location and nose region was performedwith high rate detection for frontal and semi frontal posses. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] Panagiotis P., Georgios P., Theoharis T. and Ioannis ―A 3D Facial Landmark Detection & Face Registration, A 3D Facial Landmark Model & 3D Local Shape Descriptors Approach‖, CGL Technical Report, No. TP-2010-01, January 2010. ChenghuaXu., Yunhong W., Tieniu T. and Long Q., ‖ Robust Nose Detection In 3D Facial Data Using Local Characteristic‖, Image Processing, ICIP '04. International Conference, pp.(1995 – 1998), Vol. 3, 2004. Parvin A., Ahmad A., Siamak A. and ReihanehA.i, ‖ The Novel Approach for 3D Face Recognition Using Simple Preprocessingmethod‖,InternationalMulticonference of Engineers and Computer Scientist , March (16-18),Hong Kong, 2011. Ajmal M. and Nick P., ―3d Imaging and analysis‖, Book, Springer-Verlag London 2012. http://www.frav.es/databases/FRAV3D/ http://gavab.escet.urjc.es Yeunghak L. andTaihong Y., ―3D Face Recognition Using Multiple Features For Parama B., Debotosh B., Mita N. and Dipak K.,‖A novel approach to nose-tip and eye corners detection using H-K Curvature analysis‖, Third International Conference on Emerging Applications of Information Technology (EAIT),IEEE ,2012. Naoufel W., Haykel B., Youssef M. and Harish B., ― Nose Detection and Face Extraction from 3D Raw Facial Surface Based on Mesh Quality Assessment‖,2010. Wenhao Z., Yanyun W., and BaogangW.,―Nose Detection based Feature Extraction on both Normal and Abnormal 3D Faces‖,Computer and Information Technology, IEEE. 2008. B. H.Shekar , N.Harivinod , M.SharmilaK.andK.Raghurama H.,‖3D Face Recognition using Significant Point based SULD Descriptor‖,Recent Trends in Michael D. B., Daniel K., Thibaut W. and Luc V. G., ―Real-Time Face Pose Estimation from Single Range Images‖,Computer Vision and Pattern Recognition, IEEE Conference ,2008. C. Dorai and A.K. Jain, ―COSMOS—A Representation Scheme for 3D Free-Form Objects‖ ,IEEE Trans. Pattern Analysis and Machine Intelligence, vol. 19, no. 10, pp. J. Koenderink and A. van D., ―Surface Shape and Curvature Scales,‖ Image and Vision Computing, vol. 10, pp. 557-565, Oct. 1992. Augusto S., Alexander C., and Flavio P., ―3D Curvature-Based Shape Descriptors for Face Segmentation‖,An Anatomical-Based Analysis‖, ISVC, pp. 349–358, 2010. www.ijmer.com3090 | Page