SlideShare uma empresa Scribd logo
1 de 3
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

IRJET- Skin Cancer Detection using Local and Global Contrast Stretching
IRJET- Skin Cancer Detection using Local and Global Contrast StretchingIRJET- Skin Cancer Detection using Local and Global Contrast Stretching
IRJET- Skin Cancer Detection using Local and Global Contrast StretchingIRJET Journal
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGESIMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGEScseij
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesDr. Amarjeet Singh
 
Image deblurring based on spectral measures of whiteness
Image deblurring based on spectral measures of whitenessImage deblurring based on spectral measures of whiteness
Image deblurring based on spectral measures of whitenessijma
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...IOSR Journals
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationIOSR Journals
 
SHADOW DETECTION USING TRICOLOR ATTENUATION MODEL ENHANCED WITH ADAPTIVE HIST...
SHADOW DETECTION USING TRICOLOR ATTENUATION MODEL ENHANCED WITH ADAPTIVE HIST...SHADOW DETECTION USING TRICOLOR ATTENUATION MODEL ENHANCED WITH ADAPTIVE HIST...
SHADOW DETECTION USING TRICOLOR ATTENUATION MODEL ENHANCED WITH ADAPTIVE HIST...ijcsit
 
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Editor IJCATR
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Publishing House
 

Mais procurados (19)

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

Semelhante a International Journal of Engineering Research and Development (IJERD)

A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...IJMER
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsLakshmi Sarvani Videla
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentationinventionjournals
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...ijcisjournal
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri imageseSAT Journals
 
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
 
Text Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterText Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterIRJET Journal
 
Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment University of Moratuwa
 
Face Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewFace Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewIJERA Editor
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 

Semelhante a International Journal of Engineering Research and Development (IJERD) (20)

A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point Clouds
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
 
Ck36515520
Ck36515520Ck36515520
Ck36515520
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri images
 
D04402024029
D04402024029D04402024029
D04402024029
 
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)
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
Text Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median FilterText Extraction and Recognition Using Median Filter
Text Extraction and Recognition Using Median Filter
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment
 
Face Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewFace Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical Review
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
50620130101001
5062013010100150620130101001
50620130101001
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
E017443136
E017443136E017443136
E017443136
 

Mais de IJERD Editor

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

Mais de IJERD Editor (20)

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

Último

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
"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
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 

Último (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
"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
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.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