Face Detection for Automatic Avatar Creation by using Deformable Template and GA

Size: px
Start display at page:

Download "Face Detection for Automatic Avatar Creation by using Deformable Template and GA"

Transcription

1 Face Detection or Automatic Avatar Creation by using Deormable Template and GA Tae-Young Park*, Ja-Yong Lee **, and Hoon Kang *** * School o lectrical and lectronics ngineering, Chung-Ang University, Seoul, Korea (Tel : ; -mail: tzeropak@sirius.cie.cau.ac.kr ** School o lectrical and lectronics ngineering, Chung-Ang University, Seoul, Korea (Tel : ; -mail: jalnans@sirius.cie.cau.ac.kr *** School o lectrical and lectronics ngineering, Chung-Ang University, Seoul, Korea (Tel : ; -mail: hkang@cau.ac.kr Abstract: In this paper, we propose a method to detect contours o a ace, eyes, and a mouth o a person in the color image in order to make an avatar automatically. First, we use the HSI color model to exclude the eect o various light conditions, and ind skin regions in the input image by using the skin color deined on HS-plane. And then, we use deormable templates and genetic algorithm (GA to detect contours o a ace, eyes, and a mouth. Deormable templates consist o B-spline curves and control point vectors. Those represent various shapes o a ace, eyes and a mouth. GA is a very useul search algorithm based on the principals o natural selection and genetics. Second, the avatar is automatically created by using GA-detected contours and Fuzzy C-Means clustering (FCM. FCM is used to reduce the number o ace colors. In result, we could create avatars which look like handmade caricatures representing user's identity. Our approach diers rom those generated by existing methods. Keywords: Face detection, Deormable Template, GA, B-spline curve, HIS color model, FCM, avatar. INTRODUCTION There are many methods or creating avatars in internet. Most o them are done by the method based on image templates. But, it is true that we cannot obtain the user s eature o appearance well with the template-based method. Also, it requires so many options or users to choose, and as a result, it makes users tired. This paper proposes an eective and interactive method that automatically recognizes user s eatures o appearance rom a 2D Image o the user ace, and creates an avatar by using these eatures. Thereore, the created avatars have the user appearance, interact with the user, so as to express the user s subjective sensitivity. To detect a eature rom an input image, the search or eatures in all regions is required. Here, reduction o search target regions as well as eicient usage o the computation time and resources are important issues. We use the HSI color model to reduce distortion o the tone o color caused by the light conditions. It deines the color o skin in the HS plane, and then applies it to detecting a ace region. In search o ace contours, it is diicult to search or such contours by using only the edge values in a complex background. So it is required that the search method may obtain an object contour even i serious variations present. We can increase accuracy by using a deormable template consisting o B-spline snakes in the eature extraction to which we apply the genetic algorithm or eiciency improvement. Basically, our method o creating avatars consists o two stages automatically and interactively. The irst stage is detecting acial eature points rom the user s input picture. In the second one, we create avatars by reerring to these points and ine-tune them in order to be enhanced during the interaction with the users. This work was supported by grant No (Development o the Key Technology or Intelligent and Interactive Module rom the project o Developing SIC(Super Intelligent Chip and its Applications under the program o Next generation technologies in 2000 o [Ministry o Commerce, Industry and nergy] The irst step in detecting user s acial eature points rom the picture is done by separating the background rom the ace area. The color inormation is used during the processing o the image. Actually, human s skin color has a uniorm color range. However, this method is not perect due to the intensity changes and the shading. Thereore, we perorm several preprocesses or the image. Once the acial region has deined, detection o acial eature points is perormed on the gray scale image because the color values o the image can be distorted by many causes such as illumination and input device s color characteristics. The detected edges have much inormation on the image. We rather perorm the modiied edge detection than the classical methods because the traditional edge detection methods have weakness under noises. By using these eature points, our application draws an original avatar and its variations to be shown or the user. And then, it interacts with the user to add the user s sensitivity to the generated avatars. In evolutionary computations, the important thing is how to deine a itness unction. It is proper that the user evaluate the itness unction subjectively. 2. FAC RGION DTCTION The input image o the RGB color model is converted to the HSI color model. It is robust against variance o light changes. 2. RGB model VS HSI model Generally, a stored image is represented with RGB color model. One o the problems in image recognition is that each component contains light's intensity, so the intensity values change a lot. There are requent occasions in such ways not only that light is distributed irregularly, but also that target o body is shaded by the light. In this case, i we use HSI color model, we may have some independence rom shadow or light eects. Intensity is used or measuring the degree o light's powerulness in the HSI model. It is regarded as one independent component, and thereore we can design robust

2 3 Rotation 4Y scale 5Y translation ICCAS2005 algorithm against variance o light i we neglect intensity. The picture below represents this concept. In case o the ace contour, chin line control points are added in order to enhance the accuracy. To extract the ace contour there 8 control point based on B-spline. There are two control point sets or chin line in them. Aine-transormed chin line control points have an inluence on a ace contour as shown in Fig Deormation parameter Fig. HSI color model 2.2 Skin color deinition in H-S plane Detecting acial area is launched by deining the region suitable or skin candidate area. However, it is almost impossible that skin area can be deined as one region in Hue and Saturation due to changing lights and environments. So, in this paper, we determined a standard ace color in H-S plane. We extract skin color rom various images in dierent conditions to deine a standard skin color cluster. The center point in H-S plane is deined as a standard skin color and the skin color is deined inside the ellipsoid o the color cluster. Using the skin color range, we could detect the acial skin. ach template is deormed independently. In the eature extraction, the processing step goes through ace, eyes and lips. Deinition o each parameter is as below. In case o the ace contour, there are 5 parameters; X or Y axis translation, X or Y axis scale, and rotation. In the eyes, there are 2 templates at let and right. But we change only one side because o symmetric shapes. Thereore a parameter is added or the distance between two eyes. So there are 7 parameters or the eyes; X or Y axis scale and rotation X or Y translation, rotations o the eye center points and the distance between two eyes. In the lips, there are 5 parameters; X or Y translation, X or Y scale and rotation. Fig. 5 shows these parameters. 5 Rotation 4 Y scale 2 Center Point Fig. 2 Detection o acial skin region 2.3 Deinition o deormable templates In this paper, object eatures are ace, eyes, and lip. There are basic template control points based on B-spline snake. Chin line 4 Rotation 3 Y translation 5Y scale Distance between eyes 3 X scale (a Face X translation 2 X scale 2 X translation 6 X scale (a Face (b yes (c Lips Fig. 3 Control points o the deormable template (b yes (c Lip Fig. 5 Deormable template parameters 3. FAC DTCTION USING GA Genetic Algorithm (GA is one o the most powerul methods to solve an optimization problem. In this paper, we use GA to search the best solution or an input image. 3. Chromosomes The chromosomes consist o parameters deined by the deormable template. Table ~3 shows these chromosomes. Fig. 4 Deormable o chin line with the templates

3 Table Chromosome o ace contour. Chin line - ~ + * 2Byte 0~65535 Center point ~ Number o skin pixel 2Byte 0~65535 X axis scale 0.5 ~.5 2Byte 0~65535 Rotation -0 ~+0 2Byte 0~65535 Table 2 Chromosome o eye contours. Distance between eyes - ~ + ** 2Byte 0~65535 X axis translation - ~ + ** 2Byte 0~65535 Y axis translation - ~ + ** 2Byte 0~65535 Rotation rom center point between -0 ~+0 2Byte 0~65535 eyes X axis scale 0.5 ~.5 2Byte 0~65535 Rotation rom center o eyes -0 ~+0 2Byte 0~65535 Table 3 Chromosome o lip contour. X axis translation - ~ + ** 2Byte 0~65535 Y axis translation - ~ + ** 2Byte 0~65535 X axis scale 0.5 ~.5 2Byte 0~65535 Rotation -0 ~+0 2Byte 0~65535 * Dependent on input image ** Dependent on skin region 3.2 Fitness unction We use a tone o color and edge value or searching. We use 3 itness unctions or ace contour detection. First, we estimate a itness by using the edge values. 57 ( i 0i i ( ( Second, we estimate a itness using H, S values at the inner place o the template. 57 ( H H + ( S S (57 D 2 2 i scolor i scolor 2 HS max (2 Third, we estimate a itness using H value at the outer place o the template. 40 H5i H3i (3 Finally, total itness o ace contour is calculated by weights. ω + ω + ω ω + ω + ω i : Fitness unction o ace contour 0i : dge value, i i : dge value at side control value H, S : H, S value i i H, S : Standard ace color D H scolor scolor (4 HS max : Distance between standard ace color and control point 5i, H 3i: H value (a (b 2 (c 3 Fig. 6 Fitness measurement o ace contour The itness measurement o the eye contour consists o 3 itness unctions. First, we use the edge values to ind an eye. 20 ri + li e (5 Second, the gray values relected inner place o the eyes. N linepixel DrGi + DlGi e2 NrLinePixel + NlLinePixel (6 Third, we estimate the eye points o lower part to remove an eyebrow. ( Gri + Gli e3 2 (7 Finally, a itness o the eye contour is calculated by the weights. ω e + ω2 e2 + ω3 e e ω+ ω2 + ω3 (8 ei : Fitness unction o eyes N, N : Control point o side llinepixel rlinepixel G i : Gray value o sample point Fig. 7 Sample point or itness measurement

4 In case o the lips, there are 3 itness unctions. First, we use an edge value to measure a itness. mi m ( 255 (9 Second, the tones o color near the mouth dierent rom the skin color. m2 ( H H + ( S S ( D 2 2 i scolor i scolor HS max Third, the lip is more red than the skin color. Riin Riout m Finally, we get a total itness o the lip contour. ω m + ω2 m2 + ω3 m m ω + ω + ω 2 3 (0 ( (2 Fig. 2 represents the simpliied image according to the proposed method. Fig. 0 Result image 5. SIMULATION Fig. is low chart o proposed method. START mi : Fitness unction o lip R R mi : dge value iin : Red value at inner point iout : Red value at outer point Input image Face region detection -HSI color model A color tone -Standard ace color Feature extraction using GA -xtract ace contour -xtract eye contour -xtract lip contour Shape ino. -Deormable Template Original ace contour Original eye contour Original lip contour Fig. 8 Sample point or itness measurement Create avatar FCM 4. AVATAR CRATION 4. Facial color simpliication using FCM It needs to simpliy the color levels o the detected acial image or an avatar. Only the skin region must be extracted in the acial region determined by the preceding procedure. It can be clustered with FCM on the basis o pixel intensity at this region. The pixels which belong to each cluster are simpliied to the predeined color levels based on the degree o intensity. ND Fig. Flow chart o proposed method Fig. 2 is showing a result image made by proposed method. Fig. 9 Simpliied image by FCM 4.2 Creation o ace image We make an image like a cartoon by using simpliied image rom FCM. In case o eyes, we use the contours obtained by the above procedure to make an eye image. With the similar approach, we get a simpliied lip image. Fig. 2 Simulation result In ig.2, the itness and the ace contour are shown. The result image shows that the ace contour is reined well comparatively and the itness graph shows that the total itness value gets higher as the generation evolves. I the itness value meets the condition, the searching process is terminated. In case o the eyes and the lips, we know that the accuracy is limited because the templates are rigidly ixed in shape.

5 6. CONCULUTION In the past, image recognition system used gray image and edge value but it is hard to ind a good result in the uncertain environmental conditions, especially, light changes. Thereore we are concerned about hue and saturation to ind the acial eature sets. The deormable template is connected with the B-spline snakes. Then we ind the acial eatures using genetic algorithm. As we use the deormable template to relect various shapes o aces, the proposed genetic algorithm reduces the searching time. The genetic algorithm is the most powerul method to ind the optimized eature in a global search region. As a result, we ind eicient methods o extraction in spite o the noise distortion or the lack o inormation. We hope to improve the proposed method and then apply it to many other uncertain or diicult situations. RFRNCS [] Andrew Blake, Michalel Isard, Active Contours, Springer, 2000 [2] Raael C. Gonzalez, Richard. Woods, Digital Image Processing, second edition, Prentice Hall, 2002 [3] William H. Press, Saul A. Teukolsky, William T. Vetterling, Brian P. Flannery, Numerical Recipes in C++, CAMBRIDG UNIVRSITY PRSS, 2002 [4] James D. Foley, Andries van Dam, Steven K. Feiner, John F. Hughes, Computer Graphics Principles and Practice, Addison-Wesley, 997 [5] B.R.Moon, Genetic Algorithm, Dasung, seoul, 200 [6] David. Goldberg, Genetic Algorithms in Search, Optimization, and Machine Learning, Addison-Wesley Publishing Company, Inc., 989 [7] Hoon Kang, Fuzzy System, Daeyoung, seoul, 2000 [8] J.S.R Jang, C.T. Sun,. Mizutani, Neuro-Fuzzy & Sot Computing, Prentice Hall, Inc, 997 [9] Saeed B. Niku, Introduction to Robotics Analysis, Systems, Applications, Prentice Hall, 200 [0] Perez.P., Gidas.B. Motion detection and tracking using deormable templates Image Processing, 994. Proceedings. ICIP-94., I international Conerence Volume 2, 2-6 Nov. 994 pp vol.2 [] Silsbee.P.L Motion in deormable templates, Image Processing, 994. Proceedings. ICIP-94., I international Conerence Vol., pp , 994

ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION

ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION Phuong-Trinh Pham-Ngoc, Quang-Linh Huynh Department o Biomedical Engineering, Faculty o Applied Science, Hochiminh University o Technology,

More information

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012 CS8/68 Computer Vision Spring 0 Dr. George Bebis Programming Assignment Due Date: /7/0 In this assignment, you will implement an algorithm or normalizing ace image using SVD. Face normalization is a required

More information

Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain Yinghua He School o Computer Science and Technology Tianjin University Image enhancement approaches Spatial domain image plane itsel Spatial domain methods

More information

Binary Morphological Model in Refining Local Fitting Active Contour in Segmenting Weak/Missing Edges

Binary Morphological Model in Refining Local Fitting Active Contour in Segmenting Weak/Missing Edges 0 International Conerence on Advanced Computer Science Applications and Technologies Binary Morphological Model in Reining Local Fitting Active Contour in Segmenting Weak/Missing Edges Norshaliza Kamaruddin,

More information

3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY

3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY 3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY Bin-Yih Juang ( 莊斌鎰 ) 1, and Chiou-Shann Fuh ( 傅楸善 ) 3 1 Ph. D candidate o Dept. o Mechanical Engineering National Taiwan University, Taipei, Taiwan Instructor

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

Classification Method for Colored Natural Textures Using Gabor Filtering

Classification Method for Colored Natural Textures Using Gabor Filtering Classiication Method or Colored Natural Textures Using Gabor Filtering Leena Lepistö 1, Iivari Kunttu 1, Jorma Autio 2, and Ari Visa 1, 1 Tampere University o Technology Institute o Signal Processing P.

More information

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4)

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4) Digital Image Processing Image Enhancement in the Spatial Domain (Chapter 4) Objective The principal objective o enhancement is to process an images so that the result is more suitable than the original

More information

Chin Contour Extraction Based on an Auto-Initialized Shape-Enhanced Snake

Chin Contour Extraction Based on an Auto-Initialized Shape-Enhanced Snake IJCSNS International Journal o Computer Science and Network Security, VOL.10 No.10, October 010 41 Chin Contour Extraction Based on an Auto-Initialized Shape-Enhanced Snake Kuo-Yu Chiu, Shih-Che Chien,

More information

Defects Detection of Billet Surface Using Optimized Gabor Filters

Defects Detection of Billet Surface Using Optimized Gabor Filters Proceedings o the 7th World Congress The International Federation o Automatic Control Deects Detection o Billet Surace Using Optimized Gabor Filters Jong Pil Yun* SungHoo Choi* Boyeul Seo* Chang Hyun Park*

More information

Study and Analysis of Edge Detection and Implementation of Fuzzy Set. Theory Based Edge Detection Technique in Digital Images

Study and Analysis of Edge Detection and Implementation of Fuzzy Set. Theory Based Edge Detection Technique in Digital Images Study and Analysis o Edge Detection and Implementation o Fuzzy Set Theory Based Edge Detection Technique in Digital Images Anju K S Assistant Proessor, Department o Computer Science Baselios Mathews II

More information

Facial Expression Recognition based on Affine Moment Invariants

Facial Expression Recognition based on Affine Moment Invariants IJCSI International Journal o Computer Science Issues, Vol. 9, Issue 6, No, November 0 ISSN (Online): 694-084 www.ijcsi.org 388 Facial Expression Recognition based on Aine Moment Invariants Renuka Londhe

More information

Neighbourhood Operations

Neighbourhood Operations Neighbourhood Operations Neighbourhood operations simply operate on a larger neighbourhood o piels than point operations Origin Neighbourhoods are mostly a rectangle around a central piel Any size rectangle

More information

MOVING CAMERA ROTATION ESTIMATION USING HORIZON LINE FEATURES MOTION FIELD

MOVING CAMERA ROTATION ESTIMATION USING HORIZON LINE FEATURES MOTION FIELD MOVING CAMERA ROTATION ESTIMATION USING HORION LINE FEATURES MOTION FIELD S. Nedevschi, T. Marita, R. Danescu, F. Oniga, C. Pocol Computer Science Department Technical University o Cluj-Napoca Cluj-Napoca,

More information

A Novel Accurate Genetic Algorithm for Multivariable Systems

A Novel Accurate Genetic Algorithm for Multivariable Systems World Applied Sciences Journal 5 (): 137-14, 008 ISSN 1818-495 IDOSI Publications, 008 A Novel Accurate Genetic Algorithm or Multivariable Systems Abdorreza Alavi Gharahbagh and Vahid Abolghasemi Department

More information

A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM

A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM A SAR IMAGE REGISTRATION METHOD BASED ON SIFT ALGORITHM W. Lu a,b, X. Yue b,c, Y. Zhao b,c, C. Han b,c, * a College o Resources and Environment, University o Chinese Academy o Sciences, Beijing, 100149,

More information

Gesture Recognition using a Probabilistic Framework for Pose Matching

Gesture Recognition using a Probabilistic Framework for Pose Matching Gesture Recognition using a Probabilistic Framework or Pose Matching Ahmed Elgammal Vinay Shet Yaser Yacoob Larry S. Davis Computer Vision Laboratory University o Maryland College Park MD 20742 USA elgammalvinayyaserlsd

More information

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES Karin Sobottka Ioannis Pitas Department of Informatics, University of Thessaloniki 540 06, Greece e-mail:fsobottka, pitasg@zeus.csd.auth.gr Index

More information

Fig. 3.1: Interpolation schemes for forward mapping (left) and inverse mapping (right, Jähne, 1997).

Fig. 3.1: Interpolation schemes for forward mapping (left) and inverse mapping (right, Jähne, 1997). Eicken, GEOS 69 - Geoscience Image Processing Applications, Lecture Notes - 17-3. Spatial transorms 3.1. Geometric operations (Reading: Castleman, 1996, pp. 115-138) - a geometric operation is deined as

More information

Automatic Video Segmentation for Czech TV Broadcast Transcription

Automatic Video Segmentation for Czech TV Broadcast Transcription Automatic Video Segmentation or Czech TV Broadcast Transcription Jose Chaloupka Laboratory o Computer Speech Processing, Institute o Inormation Technology and Electronics Technical University o Liberec

More information

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models SICE-ICASE International Joint Conference 2006 Oct. 8-2, 2006 in Bexco, Busan, Korea Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models Phuong-Trinh

More information

Understanding Signal to Noise Ratio and Noise Spectral Density in high speed data converters

Understanding Signal to Noise Ratio and Noise Spectral Density in high speed data converters Understanding Signal to Noise Ratio and Noise Spectral Density in high speed data converters TIPL 4703 Presented by Ken Chan Prepared by Ken Chan 1 Table o Contents What is SNR Deinition o SNR Components

More information

Foveated Wavelet Image Quality Index *

Foveated Wavelet Image Quality Index * Foveated Wavelet Image Quality Index * Zhou Wang a, Alan C. Bovik a, and Ligang Lu b a Laboratory or Image and Video Engineering (LIVE), Dept. o Electrical and Computer Engineering The University o Texas

More information

Unsupervised Learning of Probabilistic Models for Robot Navigation

Unsupervised Learning of Probabilistic Models for Robot Navigation Unsupervised Learning o Probabilistic Models or Robot Navigation Sven Koenig Reid G. Simmons School o Computer Science, Carnegie Mellon University Pittsburgh, PA 15213-3891 Abstract Navigation methods

More information

MAPI Computer Vision. Multiple View Geometry

MAPI Computer Vision. Multiple View Geometry MAPI Computer Vision Multiple View Geometry Geometry o Multiple Views 2- and 3- view geometry p p Kpˆ [ K R t]p Geometry o Multiple Views 2- and 3- view geometry Epipolar Geometry The epipolar geometry

More information

A Review of Evaluation of Optimal Binarization Technique for Character Segmentation in Historical Manuscripts

A Review of Evaluation of Optimal Binarization Technique for Character Segmentation in Historical Manuscripts 010 Third International Conerence on Knowledge Discovery and Data Mining A Review o Evaluation o Optimal Binarization Technique or Character Segmentation in Historical Manuscripts Chun Che Fung and Rapeeporn

More information

Motion based 3D Target Tracking with Interacting Multiple Linear Dynamic Models

Motion based 3D Target Tracking with Interacting Multiple Linear Dynamic Models Motion based 3D Target Tracking with Interacting Multiple Linear Dynamic Models Zhen Jia and Arjuna Balasuriya School o EEE, Nanyang Technological University, Singapore jiazhen@pmail.ntu.edu.sg, earjuna@ntu.edu.sg

More information

Global fitting of a facial model to facial features for model based video coding

Global fitting of a facial model to facial features for model based video coding Global fitting of a facial model to facial features for model based video coding P M Hillman J M Hannah P M Grant University of Edinburgh School of Engineering and Electronics Sanderson Building, King

More information

Research on Image Splicing Based on Weighted POISSON Fusion

Research on Image Splicing Based on Weighted POISSON Fusion Research on Image Splicing Based on Weighted POISSO Fusion Dan Li, Ling Yuan*, Song Hu, Zeqi Wang School o Computer Science & Technology HuaZhong University o Science & Technology Wuhan, 430074, China

More information

1.2 Related Work. Panoramic Camera PTZ Dome Camera

1.2 Related Work. Panoramic Camera PTZ Dome Camera 3rd International Conerence on Multimedia Technology ICMT 2013) A SPATIAL CALIBRATION METHOD BASED ON MASTER-SLAVE CAMERA Hao Shi1, Yu Liu, Shiming Lai, Maojun Zhang, Wei Wang Abstract. Recently the Master-Slave

More information

An object-based approach to plenoptic videos. Proceedings - Ieee International Symposium On Circuits And Systems, 2005, p.

An object-based approach to plenoptic videos. Proceedings - Ieee International Symposium On Circuits And Systems, 2005, p. Title An object-based approach to plenoptic videos Author(s) Gan, ZF; Chan, SC; Ng, KT; Shum, HY Citation Proceedings - Ieee International Symposium On Circuits And Systems, 2005, p. 3435-3438 Issued Date

More information

Concavity. Notice the location of the tangents to each type of curve.

Concavity. Notice the location of the tangents to each type of curve. Concavity We ve seen how knowing where a unction is increasing and decreasing gives a us a good sense o the shape o its graph We can reine that sense o shape by determining which way the unction bends

More information

IMPLEMENTATION OF SPATIAL FUZZY CLUSTERING IN DETECTING LIP ON COLOR IMAGES

IMPLEMENTATION OF SPATIAL FUZZY CLUSTERING IN DETECTING LIP ON COLOR IMAGES IMPLEMENTATION OF SPATIAL FUZZY CLUSTERING IN DETECTING LIP ON COLOR IMAGES Agus Zainal Arifin 1, Adhatus Sholichah 2, Anny Yuniarti 3, Dini Adni Navastara 4, Wijayanti Nurul Khotimah 5 1,2,3,4,5 Department

More information

Tracking facial features using low resolution and low fps cameras under variable light conditions

Tracking facial features using low resolution and low fps cameras under variable light conditions Tracking facial features using low resolution and low fps cameras under variable light conditions Peter Kubíni * Department of Computer Graphics Comenius University Bratislava / Slovakia Abstract We are

More information

Robust Lip Contour Extraction using Separability of Multi-Dimensional Distributions

Robust Lip Contour Extraction using Separability of Multi-Dimensional Distributions Robust Lip Contour Extraction using Separability of Multi-Dimensional Distributions Tomokazu Wakasugi, Masahide Nishiura and Kazuhiro Fukui Corporate Research and Development Center, Toshiba Corporation

More information

Geometric Registration for Deformable Shapes 2.2 Deformable Registration

Geometric Registration for Deformable Shapes 2.2 Deformable Registration Geometric Registration or Deormable Shapes 2.2 Deormable Registration Variational Model Deormable ICP Variational Model What is deormable shape matching? Example? What are the Correspondences? Eurographics

More information

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

More information

Robust Visual Recognition of Colour Images

Robust Visual Recognition of Colour Images CVP-2000 international conerence on Computer Vision and Pattern ecognition - pp. 685-690 - Hilton Head Island USA - 13-15 June 2000 obust Visual ecognition o Colour Images ozenn Dahyot LS 11 rue Jean Mentelin

More information

Face Recognition using Hough Peaks extracted from the significant blocks of the Gradient Image

Face Recognition using Hough Peaks extracted from the significant blocks of the Gradient Image Face Recognition using Hough Peaks extracted rom the signiicant blocks o the Gradient Image Arindam Kar 1, Debotosh Bhattacharjee, Dipak Kumar Basu, Mita Nasipuri, Mahantapas Kundu 1 Indian Statistical

More information

Three-Dimensional Object Representations Chapter 8

Three-Dimensional Object Representations Chapter 8 Three-Dimensional Object Representations Chapter 8 3D Object Representation A surace can be analticall generated using its unction involving the coordinates. An object can be represented in terms o its

More information

Vehicle Detection Method using Haar-like Feature on Real Time System

Vehicle Detection Method using Haar-like Feature on Real Time System Vehicle Detection Method using Haar-like Feature on Real Time System Sungji Han, Youngjoon Han and Hernsoo Hahn Abstract This paper presents a robust vehicle detection approach using Haar-like feature.

More information

A Comparison of Color Models for Color Face Segmentation

A Comparison of Color Models for Color Face Segmentation Available online at www.sciencedirect.com Procedia Technology 7 ( 2013 ) 134 141 A Comparison of Color Models for Color Face Segmentation Manuel C. Sanchez-Cuevas, Ruth M. Aguilar-Ponce, J. Luis Tecpanecatl-Xihuitl

More information

ECE 6560 Multirate Signal Processing Chapter 8

ECE 6560 Multirate Signal Processing Chapter 8 Multirate Signal Processing Chapter 8 Dr. Bradley J. Bazuin Western Michigan University College o Engineering and Applied Sciences Department o Electrical and Computer Engineering 903 W. Michigan Ave.

More information

Optimum design of roll forming process of slide rail using design of experiments

Optimum design of roll forming process of slide rail using design of experiments Journal o Mechanical Science and Technology 22 (28) 1537~1543 Journal o Mechanical Science and Technology www.springerlink.com/content/1738-494x DOI 1.17/s1226-8-43-9 Optimum design o roll orming process

More information

Object Tracking with Dynamic Feature Graph

Object Tracking with Dynamic Feature Graph Object Tracking with Dynamic Feature Graph Feng Tang and Hai Tao Department o Computer Engineering, University o Caliornia, Santa Cruz {tang,tao}@soe.ucsc.edu Abstract Two major problems or model-based

More information

Face Detection by Means of Skin Detection

Face Detection by Means of Skin Detection Face Detection by Means of Skin Detection Vitoantonio Bevilacqua 1,2, Giuseppe Filograno 1, and Giuseppe Mastronardi 1,2 1 Department of Electrical and Electronics, Polytechnic of Bari, Via Orabona, 4-7125

More information

9.3 Transform Graphs of Linear Functions Use this blank page to compile the most important things you want to remember for cycle 9.

9.3 Transform Graphs of Linear Functions Use this blank page to compile the most important things you want to remember for cycle 9. 9. Transorm Graphs o Linear Functions Use this blank page to compile the most important things you want to remember or cycle 9.: Sec Math In-Sync by Jordan School District, Utah is licensed under a 6 Function

More information

Research and Comparison of Image Corner Detection Algorithm based on

Research and Comparison of Image Corner Detection Algorithm based on Research and omparison o Image orner Detection lgorithm based on # JIN Xian-hua, M xiao-jun Research and omparison o Image orner Detection lgorithm based on # JIN Xian-hua, M xiao-jun omputer Teaching

More information

Intelligent Optimization Methods for High-Dimensional Data Classification for Support Vector Machines

Intelligent Optimization Methods for High-Dimensional Data Classification for Support Vector Machines Intelligent Inormation Management, 200, 2, ***-*** doi:0.4236/iim.200.26043 Published Online June 200 (http://www.scirp.org/journal/iim) Intelligent Optimization Methods or High-Dimensional Data Classiication

More information

A MULTI-LEVEL IMAGE DESCRIPTION MODEL SCHEME BASED ON DIGITAL TOPOLOGY

A MULTI-LEVEL IMAGE DESCRIPTION MODEL SCHEME BASED ON DIGITAL TOPOLOGY In: Stilla U et al (Eds) PIA7. International Archives o Photogrammetry, Remote Sensing and Spatial Inormation Sciences, 36 (3/W49B) A MULTI-LEVEL IMAGE DESCRIPTION MODEL SCHEME BASED ON DIGITAL TOPOLOG

More information

Name Class Date. To translate three units to the left, 3 from the -coordinate. To translate two units down, 2 from the -coordinate.

Name Class Date. To translate three units to the left, 3 from the -coordinate. To translate two units down, 2 from the -coordinate. Name Class Date 1-1 Eploring Transormations Going Deeper Essential question: What patterns govern transormations o unctions? 1 F-BF.2.3 EXPLORE Translating Points Translate the point (-2, 5) three units

More information

What is Clustering? Clustering. Characterizing Cluster Methods. Clusters. Cluster Validity. Basic Clustering Methodology

What is Clustering? Clustering. Characterizing Cluster Methods. Clusters. Cluster Validity. Basic Clustering Methodology Clustering Unsupervised learning Generating classes Distance/similarity measures Agglomerative methods Divisive methods Data Clustering 1 What is Clustering? Form o unsupervised learning - no inormation

More information

COURSE DELIVERY PLAN - THEORY Page 1 of 6

COURSE DELIVERY PLAN - THEORY Page 1 of 6 COURSE DELIVERY PLAN - THEORY Page 1 of 6 Department of Department of Computer Science and Engineering B.E/B.Tech/M.E/M.Tech : Department of Computer Science and Engineering Regulation : 2013 Sub. Code

More information

Math-3 Lesson 1-7 Analyzing the Graphs of Functions

Math-3 Lesson 1-7 Analyzing the Graphs of Functions Math- Lesson -7 Analyzing the Graphs o Functions Which unctions are symmetric about the y-axis? cosx sin x x We call unctions that are symmetric about the y -axis, even unctions. Which transormation is

More information

A Method of Sign Language Gesture Recognition Based on Contour Feature

A Method of Sign Language Gesture Recognition Based on Contour Feature Proceedings o the World Congress on Engineering and Computer Science 014 Vol I WCECS 014, -4 October, 014, San Francisco, USA A Method o Sign Language Gesture Recognition Based on Contour Feature Jingzhong

More information

Journal of Industrial Engineering Research

Journal of Industrial Engineering Research IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Mammogram Image Segmentation Using voronoi Diagram Properties Dr. J. Subash

More information

An Efficient Mesh Simplification Method with Feature Detection for Unstructured Meshes and Web Graphics

An Efficient Mesh Simplification Method with Feature Detection for Unstructured Meshes and Web Graphics An Eicient Mesh Simpliication Method with Feature Detection or Unstructured Meshes and Web Graphics Bing-Yu Chen National Taiwan Uniersity robin@im.ntu.edu.tw Tomoyuki Nishita The Uniersity o Tokyo nis@is.s.u-tokyo.ac.jp

More information

Using a Projected Subgradient Method to Solve a Constrained Optimization Problem for Separating an Arbitrary Set of Points into Uniform Segments

Using a Projected Subgradient Method to Solve a Constrained Optimization Problem for Separating an Arbitrary Set of Points into Uniform Segments Using a Projected Subgradient Method to Solve a Constrained Optimization Problem or Separating an Arbitrary Set o Points into Uniorm Segments Michael Johnson May 31, 2011 1 Background Inormation The Airborne

More information

Skin & Lip Clusters HSV Color Space. Skin Regions. Lip Region Hue (Degrees) Frequency

Skin & Lip Clusters HSV Color Space. Skin Regions. Lip Region Hue (Degrees) Frequency A FUZZY-BASED FACE TRACKING SCHEME N. Herodotou y, K. N. Plataniotis, and A. N. Venetsanopoulos Department of Electrical and Computer Engineering University of Toronto 10 King's College Road Toronto, Ont.,

More information

KANGAL REPORT

KANGAL REPORT Individual Penalty Based Constraint handling Using a Hybrid Bi-Objective and Penalty Function Approach Rituparna Datta Kalyanmoy Deb Mechanical Engineering IIT Kanpur, India KANGAL REPORT 2013005 Abstract

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

COMS W4735: Visual Interfaces To Computers. Final Project (Finger Mouse) Submitted by: Tarandeep Singh Uni: ts2379

COMS W4735: Visual Interfaces To Computers. Final Project (Finger Mouse) Submitted by: Tarandeep Singh Uni: ts2379 COMS W4735: Visual Interfaces To Computers Final Project (Finger Mouse) Submitted by: Tarandeep Singh Uni: ts2379 FINGER MOUSE (Fingertip tracking to control mouse pointer) Abstract. This report discusses

More information

Shape-based invariant features extraction for object recognition

Shape-based invariant features extraction for object recognition Shape-based invariant eatures extraction or object recognition Mingqiang Yang, Kidiyo Kpalma, Joseph Ronsin To cite this version: Mingqiang Yang, Kidiyo Kpalma, Joseph Ronsin Shape-based invariant eatures

More information

MATRIX ALGORITHM OF SOLVING GRAPH CUTTING PROBLEM

MATRIX ALGORITHM OF SOLVING GRAPH CUTTING PROBLEM UDC 681.3.06 MATRIX ALGORITHM OF SOLVING GRAPH CUTTING PROBLEM V.K. Pogrebnoy TPU Institute «Cybernetic centre» E-mail: vk@ad.cctpu.edu.ru Matrix algorithm o solving graph cutting problem has been suggested.

More information

Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud

Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud , pp.43-47 http://dx.doi.org/10.14257/astl.2014.67.11 Automatic Pipeline Generation by the Sequential Segmentation and Skelton Construction of Point Cloud Ashok Kumar Patil, Seong Sill Park, Pavitra Holi,

More information

Mobile Robot Static Path Planning Based on Genetic Simulated Annealing Algorithm

Mobile Robot Static Path Planning Based on Genetic Simulated Annealing Algorithm Mobile Robot Static Path Planning Based on Genetic Simulated Annealing Algorithm Wang Yan-ping 1, Wubing 2 1. School o Electric and Electronic Engineering, Shandong University o Technology, Zibo 255049,

More information

Development of FPGA Based Adaptive Image Enhancement Filter System Using Genetic Algorithms

Development of FPGA Based Adaptive Image Enhancement Filter System Using Genetic Algorithms Development of PGA Based Adaptive Image Enhancement ilter System Using Genetic Algorithms Ji Hun Koo*, Tae Seon Kim **, Sung Soo Dong***, and Chong Ho Lee**** *Dept. of Electrical Eng., Inha Univ., Inchon

More information

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

Fractal Art: Fractal Image and Music Generator

Fractal Art: Fractal Image and Music Generator Proceedings o the 7th WSEAS Int. Con. on Signal Processing, Computational Geometry & Artiicial Vision, Athens, Greece, August 4-6, 007 159 Fractal Art: Fractal Image and Music Generator RAZVAN TANASIE

More information

Real Time Detection and Tracking of Mouth Region of Single Human Face

Real Time Detection and Tracking of Mouth Region of Single Human Face 2015 Third International Conference on Artificial Intelligence, Modelling and Simulation Real Time Detection and Tracking of Mouth Region of Single Human Face Anitha C Department of Electronics and Engineering

More information

Towards Automatic Recognition of Fonts using Genetic Approach

Towards Automatic Recognition of Fonts using Genetic Approach Towards Automatic Recognition of Fonts using Genetic Approach M. SARFRAZ Department of Information and Computer Science King Fahd University of Petroleum and Minerals KFUPM # 1510, Dhahran 31261, Saudi

More information

Development of Reverse Engineering System for Machine Engineering Using 3D Bit-map Data. Tatsuro Yashiki* and Tarou Takagi*

Development of Reverse Engineering System for Machine Engineering Using 3D Bit-map Data. Tatsuro Yashiki* and Tarou Takagi* Development of Reverse Engineering System for Machine Engineering Using 3D Bit-map Data Tatsuro Yashiki* and Tarou Takagi* *Power & Industrial Systems R&D Laboratory, Hitachi, Ltd. Abstract In this paper,

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A.

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A. Computer Graphics Instructor: Oren Kapah (orenkapahbiu@gmail.com) Office Hours: T.B.A. The CG-IDC slides for this course were created by Toky & Hagit Hel-Or 1 CG-IDC 2 Exercise and Homework The exercise

More information

Face Recognition for Mobile Devices

Face Recognition for Mobile Devices Face Recognition for Mobile Devices Aditya Pabbaraju (adisrinu@umich.edu), Srujankumar Puchakayala (psrujan@umich.edu) INTRODUCTION Face recognition is an application used for identifying a person from

More information

Multi-View Omni-Directional Imaging

Multi-View Omni-Directional Imaging Multi-View Omni-Directional Imaging Tuesday, December 19, 2000 Moshe Ben-Ezra, Shmuel Peleg Abstract This paper describes a novel camera design or the creation o multiple panoramic images, such that each

More information

Welcome to CS 4/57101 Computer Graphics

Welcome to CS 4/57101 Computer Graphics Welcome to CS 4/57101 Computer Graphics Goal: The goal of this course is to provide an introduction to the theory and practice of computer graphics. The course will assume a good background in programming

More information

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory Computers and Mathematics with Applications 61 (2011) 2101 2106 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa An

More information

Dense 3D Motion Capture for Human Faces

Dense 3D Motion Capture for Human Faces Dense 3D Motion Capture or Human Faces Yasutaka Furukawa University o Washington, Seattle, USA urukawa@cs.washington.edu Jean Ponce Ecole Normale Supérieure, Paris, France Jean.Ponce@ens.r Abstract This

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

CHAPTER 3 FACE DETECTION AND PRE-PROCESSING

CHAPTER 3 FACE DETECTION AND PRE-PROCESSING 59 CHAPTER 3 FACE DETECTION AND PRE-PROCESSING 3.1 INTRODUCTION Detecting human faces automatically is becoming a very important task in many applications, such as security access control systems or contentbased

More information

Section II. Nios II Software Development

Section II. Nios II Software Development Section II. Nios II Sotware Development This section o the Embedded Design Handbook describes how to most eectively use the Altera tools or embedded system sotware development, and recommends design styles

More information

Road Sign Analysis Using Multisensory Data

Road Sign Analysis Using Multisensory Data Road Sign Analysis Using Multisensory Data R.J. López-Sastre, S. Lauente-Arroyo, P. Gil-Jiménez, P. Siegmann, and S. Maldonado-Bascón University o Alcalá, Department o Signal Theory and Communications

More information

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Amandeep Kaur Department of Computer Science and Engg Guru Nanak Dev University Amritsar, India-143005 ABSTRACT Face detection

More information

A Cylindrical Surface Model to Rectify the Bound Document Image

A Cylindrical Surface Model to Rectify the Bound Document Image A Cylindrical Surace Model to Rectiy the Bound Document Image Huaigu Cao, Xiaoqing Ding, Changsong Liu Department o Electronic Engineering, Tsinghua University State Key Laboratory o Intelligent Technology

More information

Classification of Upper and Lower Face Action Units and Facial Expressions using Hybrid Tracking System and Probabilistic Neural Networks

Classification of Upper and Lower Face Action Units and Facial Expressions using Hybrid Tracking System and Probabilistic Neural Networks Classification of Upper and Lower Face Action Units and Facial Expressions using Hybrid Tracking System and Probabilistic Neural Networks HADI SEYEDARABI*, WON-SOOK LEE**, ALI AGHAGOLZADEH* AND SOHRAB

More information

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow , pp.247-251 http://dx.doi.org/10.14257/astl.2015.99.58 An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow Jin Woo Choi 1, Jae Seoung Kim 2, Taeg Kuen Whangbo

More information

3D colonic polyp segmentation using dynamic deformable surfaces

3D colonic polyp segmentation using dynamic deformable surfaces 3D colonic polyp segmentation using dynamic deormable suraces Jianhua Yao 1, Ronald M. Summers 1 1 Diagnostic Radiology Department, Clinical Center National Institute o Health ABSTRACT An improved 3D method

More information

Real time eye detection using edge detection and euclidean distance

Real time eye detection using edge detection and euclidean distance Vol. 6(20), Apr. 206, PP. 2849-2855 Real time eye detection using edge detection and euclidean distance Alireza Rahmani Azar and Farhad Khalilzadeh (BİDEB) 2 Department of Computer Engineering, Faculty

More information

PATH PLANNING OF UNMANNED AERIAL VEHICLE USING DUBINS GEOMETRY WITH AN OBSTACLE

PATH PLANNING OF UNMANNED AERIAL VEHICLE USING DUBINS GEOMETRY WITH AN OBSTACLE Proceeding o International Conerence On Research, Implementation And Education O Mathematics And Sciences 2015, Yogyakarta State University, 17-19 May 2015 PATH PLANNING OF UNMANNED AERIAL VEHICLE USING

More information

Hybrid Biometric Person Authentication Using Face and Voice Features

Hybrid Biometric Person Authentication Using Face and Voice Features Paper presented in the Third International Conference, Audio- and Video-Based Biometric Person Authentication AVBPA 2001, Halmstad, Sweden, proceedings pages 348-353, June 2001. Hybrid Biometric Person

More information

Three-Dimensional Computer Vision

Three-Dimensional Computer Vision \bshiaki Shirai Three-Dimensional Computer Vision With 313 Figures ' Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Table of Contents 1 Introduction 1 1.1 Three-Dimensional Computer Vision

More information

A threshold decision of the object image by using the smart tag

A threshold decision of the object image by using the smart tag A threshold decision of the object image by using the smart tag Chang-Jun Im, Jin-Young Kim, Kwan Young Joung, Ho-Gil Lee Sensing & Perception Research Group Korea Institute of Industrial Technology (

More information

2. Recommended Design Flow

2. Recommended Design Flow 2. Recommended Design Flow This chapter describes the Altera-recommended design low or successully implementing external memory interaces in Altera devices. Altera recommends that you create an example

More information

AUTOMATING THE DESIGN OF SOUND SYNTHESIS TECHNIQUES USING EVOLUTIONARY METHODS. Ricardo A. Garcia *

AUTOMATING THE DESIGN OF SOUND SYNTHESIS TECHNIQUES USING EVOLUTIONARY METHODS. Ricardo A. Garcia * AUTOMATING THE DESIGN OF SOUND SYNTHESIS TECHNIQUES USING EVOLUTIONARY METHODS Ricardo A. Garcia * MIT Media Lab Machine Listening Group 20 Ames St., E5-49, Cambridge, MA 0239 rago@media.mit.edu ABSTRACT

More information

foldr CS 5010 Program Design Paradigms Lesson 5.4

foldr CS 5010 Program Design Paradigms Lesson 5.4 oldr CS 5010 Program Design Paradigms Lesson 5.4 Mitchell Wand, 2012-2014 This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. 1 Introduction In this lesson,

More information

Road Sign Detection and Tracking from Complex Background

Road Sign Detection and Tracking from Complex Background Road Sign Detection and Tracking from Complex Background By Chiung-Yao Fang( 方瓊瑤 ), Sei-Wang Chen( 陳世旺 ), and Chiou-Shann Fuh( 傅楸善 ) Department of Information and Computer Education National Taiwan Normal

More information

4. Basic Mapping Techniques

4. Basic Mapping Techniques 4. Basic Mapping Techniques Mapping from (filtered) data to renderable representation Most important part of visualization Possible visual representations: Position Size Orientation Shape Brightness Color

More information

3D Face Deformation Using Control Points and Vector Muscles

3D Face Deformation Using Control Points and Vector Muscles IJCSNS International Journal of Computer Science and Network Security, VOL.7 No.4, April 2007 149 3D Face Deformation Using Control Points and Vector Muscles Hyun-Cheol Lee and Gi-Taek Hur, University

More information

Lab 9 - GEOMETRICAL OPTICS

Lab 9 - GEOMETRICAL OPTICS 161 Name Date Partners Lab 9 - GEOMETRICAL OPTICS OBJECTIVES Optics, developed in us through study, teaches us to see - Paul Cezanne Image rom www.weidemyr.com To examine Snell s Law To observe total internal

More information