GitXplorerGitXplorer
y

Cornell-CS4670-2010

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7dbe4775e6265dcb07c6ed11cc159e03a5d05da8

doc update

yyosinski committed 12 years ago
Unverified
d271e8fce8879d12d35e1dcf85d261796f271093

doc update

yyosinski committed 12 years ago
Unverified
339b35072061c8176b7f97b44526e8e543404275

Ignore compiled files

yyosinski committed 12 years ago
Unverified
0efe87f82675bae69409b913cd20c584d90b0ffe

Basic documentation

yyosinski committed 12 years ago
Unverified
4db79b8c1b9cfbf2e3f5b11346b65b6f48d42a61

Submitted for final report/code

yyosinski committed 14 years ago
Unverified
1a75761b9839dca1c63dda76036b9f5e95ac68ae

more edits

yyosinski committed 14 years ago

README

The README file for this repository.

This repository contains code for a class project by Jason Yosinski and Cooper Bills for Cornell's Introduction to Computer Vision (CS4670) (Fall 2010).

Project Synopsis

This project uses OpenCV running on a Nokia N900 to detect faces using the built-in camera. Then, from a database of the user's Facebook friends (and friends of friends), we match the faces seen by the phone to images of people from Facebook, and overlay their name. Other information could easily be added.

The idea was that one could bring this app to a party and, upon seeing someone across the room, quickly bring up their name and basic info.

Results

Below is a screenshot from our in-class demo, showing two successful labels:

labeling_success

See other result figures or check out our final report.