Face Detection M993010095 方科植. Method To detect front face, a face sketch is fetched and used to determine the real front face, and the sketch is processed.

Slides:



Advertisements
Similar presentations
Prisms A prism is a solid that is the same shape all the way a long its length.
Advertisements

Choi What is a Sequence? A Sequence is a set of things (usually numbers) that are arranged in order, separated by a comma, and then put curly brackets.
Learning Objectives for Section 2.2
1 Learning Objectives for Section 2.2 You will become familiar with some elementary functions. You will be able to transform functions using vertical and.
2.5 Piecewise- defined Functions
Lesson 5-8 Graphing Absolute Value Functions
Recall that the equations for a parabola are given by ...
3.6 Warm Up Find the initial point, state the domain & range, and compare to the parent function f(x) = √x. y = 3√x – 1 y = -1/2√x y = - √(x-1) + 2.
Inverses Algebraically 2 Objectives I can find the inverse of a relation algebraically.
Three Dimensional Shapes Unit of Study: Geometry and Fractions Global Concept Guide: 1 of 3.
Lesson 3-5: Solving Equations with the Variable on Each Side.
Bell Work12/4/14 Find the slope. Yesterday’s Homework 1.Any questions? 2.Please pass your homework to the front. Make sure the correct heading is on.
Variation of aspect ratio Voice section Correct voice section Voice Activity Detection by Lip Shape Tracking Using EBGM Purpose What is EBGM ? Experimental.
Shapes and Angle Rules 80 + ? = = 180.
Convergence and error estimation Convergence means that for increasing density of meshes, the FE numerical solution should come closer to the appropriate.
Monday, November 8 Make sure your name is on your homework and it is complete (Pr. 3-2) Fill in Agenda Practice 3-3 Bell Work.
Bell Work2/5/14 Solve the system by graphing. Yesterday’s Homework 1.Any questions? 2.Please pass your homework to the front. Make sure the correct heading.
Solving Systems of Inequalities by Graphing Steps Intersecting Regions Separate Regions.
Bell Work10/7/14 2 Open dot or closed dot? To the right or left? Graph. Open dot or closed dot? To the right or left? Just flip it! 0 Open dot or closed.
8.5 and 8.6 Writing and Graphing Exponential Growth and Decay Functions Students will learn to Write exponential growth and decay functions Graph exponential.
6.8 Graphing the Absolute Value. 6.8 – Graphing Absolute Value Goals / “I can…”  Translate the graph of an absolute value equation.
Chapter 29 Volume & Surface Area.
Translations Unit 2 Section 1. What is a translation? Moving a shape, without rotating or flipping it. "Sliding". The shape still looks exactly the same,
EXAMPLE 1 Graph y = b for b > 1 x SOLUTION Make a table of values.STEP 1 STEP 2 Plot the points from the table. Graph y =. x 2 STEP 3 Draw, from left to.
Objective: SWBAT review graphing techniques of stretching & shrinking, reflecting, symmetry and translations.
Image from
3D Pictorials. Isometric PictorialOblique Pictorial.
{. { { { { { { Describe what it means if a shape is flat. Can you think of any two- dimensional shapes?
6.1 Exponential Functions
Graphing Techniques Transformations
Section 2.6 Rational Functions Part 2
Algebra Bell-work 9/13/17 Turn in your HW! 1.) 7x – 6 = 2x + 9
Sketching the Derivative
مراجعة عامة.
3.4 Graphs and Transformations
Nonlinear Graphs Homework Name: ____________________
Equations of straight lines
Learning Objectives for Section 2.2
Solving Quadratic Equations
INFINITE LIMITS Section 1.5.
List all possible rational zeros given by the rational zeros theorem (but don't check to see which actually are zeros). {image} Choose the answer.
x = 4y - 4 x = 4y + 4 x = 4y - 1 y = 4x - 4 y = 4x - 1 y = 4x + 4
-20 is an absolute minimum 6 is an absolute minimum
Match graph and equation Not all equations will have a graph
Warm up Rotate P(-4, -4) 180 Rotate Q(-1, -3) 90 CCW
Orthographic Sketch Solution
Region and Shape Extraction
Converging lens.
Using the Properties Together
Presented By: Gao Chenhao
(4)² 16 3(5) – 2 = 13 3(4) – (1)² 12 – ● (3) – 2 9 – 2 = 7
ENLARGEMENTS INTRODUCTION ENLARGEMENT Makes a shape bigger or smaller
Face Detection Gender Recognition 1 1 (19) 1 (1)
Graphing Techniques Transformations
Quadratic Graphs.
S1 Orthographic Sketching
INFINITE LIMITS Section 1.5.
2-D Representations of Solids
The Image The pixels in the image The mask The resulting image 255 X
9.1 Translations Brett Solberg AHS ‘11-’12.
5.2 Using Intercepts Pg. 303.
5.2 Using Intercepts Pg. 303.
Essential Question: How can we determine if the model for a function should be discrete or continuous?
Objective - To order whole numbers.
Bell Work Solve the inequality..
Nonlinear Graphs Homework Name: ____________________
Three-Dimensional Figures
Line Graphs.
Notes Over 8.7 Writing an Exponential Function
Effect of the Real Numbers h and k of a
Presentation transcript:

Face Detection M 方科植

Method To detect front face, a face sketch is fetched and used to determine the real front face, and the sketch is processed through out the whole graph. Step1: binarize both the image and the sketch from RGB images to grey level image. Step2: pass through the whole graph, and compare the mask(sketch) with a certain part of the image. If they match each other more than 80%, a front face is detected.

Result Mask: Mask face shape takes an important rule in detecting real faces, so some real front faces are not detected. Only front face mask is used in this homework, so side faces are not detected.

Discussion The precision and recall of detecting face by the proposed method depend heavily on the mask we chose. An improvement to the current method could be a combination of several iterations. In each iteration we chose a different mask image form other iterations and will obtain an image with some detected faces on. Then conduct “OR” operation on these images, that is, if a face is detected in one of the images, that face is considered real face.