International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 9, Issue 5 (December 2013), PP. 09-11

Nose Tip Detection Using Gradient Weighting Filter
Smoothing
Margret N. Silva1, Vipul Dalal2
1

Student, Computer Engg. Dept.,Vidyalankar Institute of Technology, University of Mumbai.
Associate Professor, Computer Engg. Dept.,Vidyalankar Institute of Technology, University of Mumbai.
___________________________________________________________________________
Abstract:- In the area of face recognition systems, features especially nose tip has less significant attention for
smoothing. This proposed model is based on the process of smoothing of 3D face images with feature detection
like nose tip. Our proposed method uses Gradient Weighting Filter technique for smoothing with particular
points’ neighborhood surrounding in 3D face and replaces that with the weighted value of surrounding points in
3D face images. We will use the gradient weighting algorithm for detecting the nose tip and this method will
correctly detect the nose tip in any position along with X, Y and Z axes. All the experiments will be performed
on GAVAB, a 3D face database.
2

Keywords:- Nose tip, Gradient Weighting Filter, 3D Face images, Smoothing, Noise

I.

INTRODUCTION

Eyes and Nose are the most important features on human faces. The detection of eyes and the nose tip
had been a vital step in many face-related applications. The surface of a 3D model reconstructed from real world
data is often corrupted by noise. An important problem is to suppress noise while preserving the geometric
features of the model. The technique of image smoothing is used to remove the noise in digital images. It is a
classical matter in digital image processing to smooth image. And it has been widely used in many fields, such
as image display, image transmission and image analysis, etc. Image smoothing has been a basic module in
almost all the image processing software. It is a method of improving the quality of images. Its main purpose is
to be fit for the man’s physiological vision system. The objects processed are images corrupted with different
factors during the course of their generation, transmission, process and display, etc.
There are many factors that can cause the existence of noise. Different factors can cause different kinds
of noise. In practice, an image usually contains some different types of noise. So good image smoothing
algorithm should be able to deal with different types of noise. However, image smoothing often causes blur and
offsets of the edges. While the edge information is much important for image analysis and interpretation. So, it
should be considered to keep the precision of edge’s position in image smoothing.
The main idea of our approach consists of applying gradient weighting filter to points on area where the
noise is present and then applying a feature detection algorithm i.e. locating the nose tip on a 3D face in any
orientation. The gradient-dependent weighting filters are mainly based on the following principle: in a discrete
image, the difference of the gray values on pixels in outer area is larger than that in inner area. In same area, the
change on centre pixels is smaller than that on edge pixels. The gray gradient is direct ratio to the gray
difference in vicinity. That is, where the gray change is slower, the gradient is smaller. A function whose value
reduces with the increase of the gradient is adopted, and it is chosen as the weight of the window. So, the
smoothing contribution is mainly coming from the same area. Accordingly the edge and the detail cannot be lost
apparently after image smoothing.

II.

PROPOSED WORK

Firstly the image is read from GAVAB, a 3D face database. Next some pre-processing methods are
applied to eliminate unwanted details such as facial hair, scars etc. After the necessary features are located, the
orientation of models is done using translation and rotation process. The model of the proposed system is as
follows:

9
Nose Tip Detection Using Gradient Weighting Filter Smoothing

Fig. 1 Model of the proposed system
A. Facial Image Reading
Our technique will use GAVAB face database. It contains 249 images of facial surfaces. A range image
is simply an image with depth information as shown in Fig. 2. In other words, a range image is an array of
numbers where the numbers quantify the distances from the focal plane of the sensor to the surfaces of objects
within the field of view along rays emanating from a regularly spaced grid. For example, a nose tip is the closest
point to the camera on a face, so it has the highest numerical value.
Range images have some advantages over 2D intensity images and 3D mesh images. First, range
images are robust to the change of illumination and color because the value on each point represents the depth
value which does not depends on illumination or color. The 3D information in 3D mesh images is useful in face
recognition, but it is difficult to handle. Different from 3D mesh images, it is easy to utilize the 3D information
of range images because the 3D information of each point is explicit on a regularly spaced grid. Due to these
advantages, range images are very promising in face recognition.

Fig. 2 Range image samples from the database
B. Thresholding
Otsu’s method is an adaptive thresholding technique that will be applied here. It is used to
automatically perform the reduction of a gray level image to a binary image. The algorithm assumes that the
image to be thresholded contains two classes of pixels (eg. Foreground and Background) then calculates the
optimum threshold separating those two classes so that their combined spread (intra class variance) is minimal.
C. Gradient Based Smoothing
In designing gradient-selected filters, power and exponential function are often chosen as weighting
function. Especially when the power is equal to –1, the filtering is called gradient reciprocal weighting filtering.
When the function is the exponential one, the filtering is called adaptive filtering. When we extract lines from
remote sensing images, the adaptive filtering is often adopted in pre-processing to realize the aim of noise
removal and edge enhancement. It can be described as:

Where, x is the gradient, k is the parameter that determines the smoothing degree. By analysis, we find
that k can be used to adjust the degree of sharp of the exponential function. If k is bigger, the exponential
function will be slower in change. So, if the gradient is bigger than k, the gradient will increase with the adding
of the iterative times, so as to realize the aim of sharping edge. Oppositely, if the gradient is smaller than k, the
details will be smoothed. Thus, the value of k is critical to the smoothing effect. But, there are not so many
quantitative analysis of k in the description of adaptive filter. Considering the above factor, the selection of k
and its influence to the gradient weighting filtering can be described as follows:

10
Nose Tip Detection Using Gradient Weighting Filter Smoothing




Modify the gradient intensity image. That is, adding a negative value to the gradient intensity on each
pixel, so as the mean gradient intensity is equal to zero.
Calculate the square errors of the new image: σ2=E(x-Ex)2=Ex2. Where, Ex is the mean gray
gradient, x is the gradient intensity on the corresponding pixel.
Assume k=σ, the exponential function will be the standard normal distribution. Adopting this value as
the parameter, we can remove noise and preserve detail simultaneously.

D. Feature Localization
It is one of the most important tasks of any facial classification system. Compared to other facial
landmarks, nose offers few advantages. Due to the distinct shape and symmetrical property of a nose, it is
frequently used as a key feature point in 3D faces representation. For example, finding nose facilitates the search
for other landmarks such as eyes and mouth corners in order to employ robust facial feature extraction. Unlike
nose, other features can change significantly due to facial expression, e.g., closed eyes and open mouth. In
addition, the characteristics of the nose which indicates the center of the face and always pointing frontal are
found useful for head pose estimation and face registration. Also the nose tip is the closest point to the camera
which gives the highest intensity value. For the nose tip localization we will use maximum intensity algorithm
as the tool for the selection process.
E. Orientation of Models
The images are classified as frontal face images and non frontal face images so that non frontal noses
are rotated about x axis. After feature localization based on the extracted feature we will align the extracted face
model. The features are then used for orientation.

III.

CONCLUSIONS

The proposed noise smoothing scheme is based on an observation that the variations of gray levels
inside a region are smaller than those between outer regions which ultimately improves the performance. It also
preserves the details and edges of images effectively as compared to other filtering methods.

REFERENCES
[1].

[2].
[3].
[4].
[5].
[6].
[7].
[8].
[9].
[10].

P. Bagchi, D. Bhattacharjee, M. Nasipuri, D.K. Basu, “ A novel approach for nose tip detection using
smoothing by weighted median filtering applied to 3D face images in variant poses, ” in Proceedings of
the Int. Conf. Pattern Recognition, Informatics and Medical Engineering, March 21-23, 2012, pp. 272277.
Qin Zhiyuan, Zhang Wiqiang, Zhang Zhanmu, Wu Bing, Rui Jie, Zhu Baoshan. “A Robust Adaptive
Image Smoothing Algorithm”. Joonsoo Lee “3D Face Recognition Using Range Images”. Spring 2005.
G. Arce and J. Paredes. Image enhancement and analysis with weighted medians. In S. K.Mitra and G.
L. Si-curanza, editors, NonlinearImage Processing. Academic Press, 2001.
Ping-Sung Liao, Tse-Sheng Chenhen and Pau-choo chung. “A Fast Algorithm for Multilevel
Thresholding”.
Anuar L.H., Mashohar S., Mokhtar M. and Wan Adnan W.A. “Nose Tip Region Detection in 3D Facial
Model across Large Pose Variation and Facial Expression”.
Hirokazu Yagou,Yutaka Ohtake y Alexander G. Belyaev “Mesh Smoothing via Mean and Median
Filtering applied to 3d images”.
F.Tsalakanidou, D.Tzovarus, M.Trinzis “Use of depth and color eigenfaces for recognition”,2003.
Xianfang Sun, Paul L. Rosin, Ralph R. Martin, and Frank Langbein. “Fast and Effective Feature
Preserving Mesh Denoising”.
http://gavab.escet.urjc.es/recursos_en.html
http://www.face-rec.org/databases.

11

More Related Content

PDF
Edge detection by using lookup table
PDF
A Novel Approach for Edge Detection using Modified ACIES Filtering
PPTX
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
PDF
A review on image enhancement techniques
PPTX
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
PDF
Digital Image Processing: Image Segmentation
PDF
Effective Pixel Interpolation for Image Super Resolution
PDF
Quality assessment for online iris
Edge detection by using lookup table
A Novel Approach for Edge Detection using Modified ACIES Filtering
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
A review on image enhancement techniques
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Digital Image Processing: Image Segmentation
Effective Pixel Interpolation for Image Super Resolution
Quality assessment for online iris

What's hot (19)

PDF
IRJET- Skin Cancer Detection using Local and Global Contrast Stretching
PDF
E010232227
PDF
Paper id 21201419
PDF
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
PDF
Image Enhancement using Guided Filter for under Exposed Images
PPTX
IMAGE SEGMENTATION.
PDF
Ed34785790
PDF
Image deblurring based on spectral measures of whiteness
PDF
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
PPTX
Watershed
PDF
Importance of Mean Shift in Remote Sensing Segmentation
PDF
SHADOW DETECTION USING TRICOLOR ATTENUATION MODEL ENHANCED WITH ADAPTIVE HIST...
PDF
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
PDF
[IJET-V1I6P16] Authors : Indraja Mali , Saumya Saxena ,Padmaja Desai , Ajay G...
PDF
Fpga implementation of image segmentation by using edge detection based on so...
PDF
Fpga implementation of image segmentation by using edge detection based on so...
PDF
D018112429
PDF
Dp34707712
IRJET- Skin Cancer Detection using Local and Global Contrast Stretching
E010232227
Paper id 21201419
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
Image Enhancement using Guided Filter for under Exposed Images
IMAGE SEGMENTATION.
Ed34785790
Image deblurring based on spectral measures of whiteness
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Watershed
Importance of Mean Shift in Remote Sensing Segmentation
SHADOW DETECTION USING TRICOLOR ATTENUATION MODEL ENHANCED WITH ADAPTIVE HIST...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
[IJET-V1I6P16] Authors : Indraja Mali , Saumya Saxena ,Padmaja Desai , Ajay G...
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
D018112429
Dp34707712
Ad

Similar to International Journal of Engineering Research and Development (IJERD) (20)

PDF
A novel approach for performance parameter estimation of face recognition bas...
PPTX
Model Based Emotion Detection using Point Clouds
PDF
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
PDF
Ck36515520
PDF
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
PDF
Image segmentation methods for brain mri images
PDF
D04402024029
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Lc3420022006
PDF
Text Extraction and Recognition Using Median Filter
PDF
Bx4301429434
PDF
Vision based non-invasive tool for facial swelling assessment
PDF
Face Detection in Digital Image: A Technical Review
PDF
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
PDF
50620130101001
PDF
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
PDF
Jc3515691575
DOC
Paper on image processing
PDF
Real time facial expression analysis using pca
PDF
E017443136
A novel approach for performance parameter estimation of face recognition bas...
Model Based Emotion Detection using Point Clouds
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Ck36515520
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Image segmentation methods for brain mri images
D04402024029
International Journal of Computational Engineering Research(IJCER)
Lc3420022006
Text Extraction and Recognition Using Median Filter
Bx4301429434
Vision based non-invasive tool for facial swelling assessment
Face Detection in Digital Image: A Technical Review
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
50620130101001
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
Jc3515691575
Paper on image processing
Real time facial expression analysis using pca
E017443136
Ad

More from IJERD Editor (20)

PDF
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
PDF
MEMS MICROPHONE INTERFACE
PDF
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
PDF
Gold prospecting using Remote Sensing ‘A case study of Sudan’
PDF
Reducing Corrosion Rate by Welding Design
PDF
Router 1X3 – RTL Design and Verification
PDF
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
PDF
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
PDF
Study on the Fused Deposition Modelling In Additive Manufacturing
PDF
Spyware triggering system by particular string value
PDF
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
PDF
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
PDF
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
PDF
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
PDF
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
PDF
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
PDF
Moon-bounce: A Boon for VHF Dxing
PDF
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
PDF
Importance of Measurements in Smart Grid
PDF
Study of Macro level Properties of SCC using GGBS and Lime stone powder
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
MEMS MICROPHONE INTERFACE
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Reducing Corrosion Rate by Welding Design
Router 1X3 – RTL Design and Verification
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Study on the Fused Deposition Modelling In Additive Manufacturing
Spyware triggering system by particular string value
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Moon-bounce: A Boon for VHF Dxing
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
Importance of Measurements in Smart Grid
Study of Macro level Properties of SCC using GGBS and Lime stone powder

Recently uploaded (20)

PPTX
Training Program for knowledge in solar cell and solar industry
PDF
Auditboard EB SOX Playbook 2023 edition.
PPTX
MuleSoft-Compete-Deck for midddleware integrations
PDF
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
PDF
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
PDF
IT-ITes Industry bjjbnkmkhkhknbmhkhmjhjkhj
PPTX
agenticai-neweraofintelligence-250529192801-1b5e6870.pptx
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
zbrain.ai-Scope Key Metrics Configuration and Best Practices.pdf
PDF
Introduction to MCP and A2A Protocols: Enabling Agent Communication
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PDF
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
PDF
Build Real-Time ML Apps with Python, Feast & NoSQL
PDF
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
PPTX
Module 1 Introduction to Web Programming .pptx
PPTX
Build automations faster and more reliably with UiPath ScreenPlay
PPTX
SGT Report The Beast Plan and Cyberphysical Systems of Control
PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
PDF
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
Training Program for knowledge in solar cell and solar industry
Auditboard EB SOX Playbook 2023 edition.
MuleSoft-Compete-Deck for midddleware integrations
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
IT-ITes Industry bjjbnkmkhkhknbmhkhmjhjkhj
agenticai-neweraofintelligence-250529192801-1b5e6870.pptx
Data Virtualization in Action: Scaling APIs and Apps with FME
zbrain.ai-Scope Key Metrics Configuration and Best Practices.pdf
Introduction to MCP and A2A Protocols: Enabling Agent Communication
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
giants, standing on the shoulders of - by Daniel Stenberg
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
Build Real-Time ML Apps with Python, Feast & NoSQL
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
Module 1 Introduction to Web Programming .pptx
Build automations faster and more reliably with UiPath ScreenPlay
SGT Report The Beast Plan and Cyberphysical Systems of Control
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf

International Journal of Engineering Research and Development (IJERD)

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 9, Issue 5 (December 2013), PP. 09-11 Nose Tip Detection Using Gradient Weighting Filter Smoothing Margret N. Silva1, Vipul Dalal2 1 Student, Computer Engg. Dept.,Vidyalankar Institute of Technology, University of Mumbai. Associate Professor, Computer Engg. Dept.,Vidyalankar Institute of Technology, University of Mumbai. ___________________________________________________________________________ Abstract:- In the area of face recognition systems, features especially nose tip has less significant attention for smoothing. This proposed model is based on the process of smoothing of 3D face images with feature detection like nose tip. Our proposed method uses Gradient Weighting Filter technique for smoothing with particular points’ neighborhood surrounding in 3D face and replaces that with the weighted value of surrounding points in 3D face images. We will use the gradient weighting algorithm for detecting the nose tip and this method will correctly detect the nose tip in any position along with X, Y and Z axes. All the experiments will be performed on GAVAB, a 3D face database. 2 Keywords:- Nose tip, Gradient Weighting Filter, 3D Face images, Smoothing, Noise I. INTRODUCTION Eyes and Nose are the most important features on human faces. The detection of eyes and the nose tip had been a vital step in many face-related applications. The surface of a 3D model reconstructed from real world data is often corrupted by noise. An important problem is to suppress noise while preserving the geometric features of the model. The technique of image smoothing is used to remove the noise in digital images. It is a classical matter in digital image processing to smooth image. And it has been widely used in many fields, such as image display, image transmission and image analysis, etc. Image smoothing has been a basic module in almost all the image processing software. It is a method of improving the quality of images. Its main purpose is to be fit for the man’s physiological vision system. The objects processed are images corrupted with different factors during the course of their generation, transmission, process and display, etc. There are many factors that can cause the existence of noise. Different factors can cause different kinds of noise. In practice, an image usually contains some different types of noise. So good image smoothing algorithm should be able to deal with different types of noise. However, image smoothing often causes blur and offsets of the edges. While the edge information is much important for image analysis and interpretation. So, it should be considered to keep the precision of edge’s position in image smoothing. The main idea of our approach consists of applying gradient weighting filter to points on area where the noise is present and then applying a feature detection algorithm i.e. locating the nose tip on a 3D face in any orientation. The gradient-dependent weighting filters are mainly based on the following principle: in a discrete image, the difference of the gray values on pixels in outer area is larger than that in inner area. In same area, the change on centre pixels is smaller than that on edge pixels. The gray gradient is direct ratio to the gray difference in vicinity. That is, where the gray change is slower, the gradient is smaller. A function whose value reduces with the increase of the gradient is adopted, and it is chosen as the weight of the window. So, the smoothing contribution is mainly coming from the same area. Accordingly the edge and the detail cannot be lost apparently after image smoothing. II. PROPOSED WORK Firstly the image is read from GAVAB, a 3D face database. Next some pre-processing methods are applied to eliminate unwanted details such as facial hair, scars etc. After the necessary features are located, the orientation of models is done using translation and rotation process. The model of the proposed system is as follows: 9
  • 2. Nose Tip Detection Using Gradient Weighting Filter Smoothing Fig. 1 Model of the proposed system A. Facial Image Reading Our technique will use GAVAB face database. It contains 249 images of facial surfaces. A range image is simply an image with depth information as shown in Fig. 2. In other words, a range image is an array of numbers where the numbers quantify the distances from the focal plane of the sensor to the surfaces of objects within the field of view along rays emanating from a regularly spaced grid. For example, a nose tip is the closest point to the camera on a face, so it has the highest numerical value. Range images have some advantages over 2D intensity images and 3D mesh images. First, range images are robust to the change of illumination and color because the value on each point represents the depth value which does not depends on illumination or color. The 3D information in 3D mesh images is useful in face recognition, but it is difficult to handle. Different from 3D mesh images, it is easy to utilize the 3D information of range images because the 3D information of each point is explicit on a regularly spaced grid. Due to these advantages, range images are very promising in face recognition. Fig. 2 Range image samples from the database B. Thresholding Otsu’s method is an adaptive thresholding technique that will be applied here. It is used to automatically perform the reduction of a gray level image to a binary image. The algorithm assumes that the image to be thresholded contains two classes of pixels (eg. Foreground and Background) then calculates the optimum threshold separating those two classes so that their combined spread (intra class variance) is minimal. C. Gradient Based Smoothing In designing gradient-selected filters, power and exponential function are often chosen as weighting function. Especially when the power is equal to –1, the filtering is called gradient reciprocal weighting filtering. When the function is the exponential one, the filtering is called adaptive filtering. When we extract lines from remote sensing images, the adaptive filtering is often adopted in pre-processing to realize the aim of noise removal and edge enhancement. It can be described as: Where, x is the gradient, k is the parameter that determines the smoothing degree. By analysis, we find that k can be used to adjust the degree of sharp of the exponential function. If k is bigger, the exponential function will be slower in change. So, if the gradient is bigger than k, the gradient will increase with the adding of the iterative times, so as to realize the aim of sharping edge. Oppositely, if the gradient is smaller than k, the details will be smoothed. Thus, the value of k is critical to the smoothing effect. But, there are not so many quantitative analysis of k in the description of adaptive filter. Considering the above factor, the selection of k and its influence to the gradient weighting filtering can be described as follows: 10
  • 3. Nose Tip Detection Using Gradient Weighting Filter Smoothing    Modify the gradient intensity image. That is, adding a negative value to the gradient intensity on each pixel, so as the mean gradient intensity is equal to zero. Calculate the square errors of the new image: σ2=E(x-Ex)2=Ex2. Where, Ex is the mean gray gradient, x is the gradient intensity on the corresponding pixel. Assume k=σ, the exponential function will be the standard normal distribution. Adopting this value as the parameter, we can remove noise and preserve detail simultaneously. D. Feature Localization It is one of the most important tasks of any facial classification system. Compared to other facial landmarks, nose offers few advantages. Due to the distinct shape and symmetrical property of a nose, it is frequently used as a key feature point in 3D faces representation. For example, finding nose facilitates the search for other landmarks such as eyes and mouth corners in order to employ robust facial feature extraction. Unlike nose, other features can change significantly due to facial expression, e.g., closed eyes and open mouth. In addition, the characteristics of the nose which indicates the center of the face and always pointing frontal are found useful for head pose estimation and face registration. Also the nose tip is the closest point to the camera which gives the highest intensity value. For the nose tip localization we will use maximum intensity algorithm as the tool for the selection process. E. Orientation of Models The images are classified as frontal face images and non frontal face images so that non frontal noses are rotated about x axis. After feature localization based on the extracted feature we will align the extracted face model. The features are then used for orientation. III. CONCLUSIONS The proposed noise smoothing scheme is based on an observation that the variations of gray levels inside a region are smaller than those between outer regions which ultimately improves the performance. It also preserves the details and edges of images effectively as compared to other filtering methods. REFERENCES [1]. [2]. [3]. [4]. [5]. [6]. [7]. [8]. [9]. [10]. P. Bagchi, D. Bhattacharjee, M. Nasipuri, D.K. Basu, “ A novel approach for nose tip detection using smoothing by weighted median filtering applied to 3D face images in variant poses, ” in Proceedings of the Int. Conf. Pattern Recognition, Informatics and Medical Engineering, March 21-23, 2012, pp. 272277. Qin Zhiyuan, Zhang Wiqiang, Zhang Zhanmu, Wu Bing, Rui Jie, Zhu Baoshan. “A Robust Adaptive Image Smoothing Algorithm”. Joonsoo Lee “3D Face Recognition Using Range Images”. Spring 2005. G. Arce and J. Paredes. Image enhancement and analysis with weighted medians. In S. K.Mitra and G. L. Si-curanza, editors, NonlinearImage Processing. Academic Press, 2001. Ping-Sung Liao, Tse-Sheng Chenhen and Pau-choo chung. “A Fast Algorithm for Multilevel Thresholding”. Anuar L.H., Mashohar S., Mokhtar M. and Wan Adnan W.A. “Nose Tip Region Detection in 3D Facial Model across Large Pose Variation and Facial Expression”. Hirokazu Yagou,Yutaka Ohtake y Alexander G. Belyaev “Mesh Smoothing via Mean and Median Filtering applied to 3d images”. F.Tsalakanidou, D.Tzovarus, M.Trinzis “Use of depth and color eigenfaces for recognition”,2003. Xianfang Sun, Paul L. Rosin, Ralph R. Martin, and Frank Langbein. “Fast and Effective Feature Preserving Mesh Denoising”. http://gavab.escet.urjc.es/recursos_en.html http://www.face-rec.org/databases. 11