zhongqing0507 / ImageMatching

Face Detection,Template Matching , SURF , SIFT to detect features and keypoints in images .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

##SIFT , SURF for feature analysis

draw_keypoints.py - sift checker and keypoint drawer

surf.py : speed up robust features

siftmatch.py checker,compare.py :similarity checker with frequency counting

Flann

flann.py :similarity checker with fla nearest neighbor algorithm instead of k nearest neighbors

Alt text

Face Detection

-att_faces

-eigenface

-face&eye detection

-pyfaces,pyfacesmd

-detect.py,detect2.py :face and eye detection

Plotting

drawing,mplot : playing around with matplotlib

About

Face Detection,Template Matching , SURF , SIFT to detect features and keypoints in images .


Languages

Language:Python 98.1%Language:MATLAB 1.9%