Transcript
Page 1: Face detection tool survey

Face detection tool survey

12/12Chieh En Tsai

Page 2: Face detection tool survey
Page 3: Face detection tool survey
Page 4: Face detection tool survey

myFaceDetection

• Image = myFaceDetection(filname, show)• Show = 1 to show the box placing on original

image, 0 for showing nothing.

Return image

On show == 1

Page 5: Face detection tool survey

Corner points feature

POINTS = detectMinEigenFeatures(I) returns a cornerPoints object,


Top Related