Skip to content

2bbb/ofxCIDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxCIDetector (for iPhone)

How to use

  1. Add CoreImage.framework to your project
  2. Include ofxCIDetector.h
  3. Call ofxCIDetector::getFaces(image)

API

ofxCIDetector

class method

  • static vector ofxCIDetector::getFaces(ofImage image)

ofxFace

property

  • ofRectangle rectangle

  • bool hasLeftEyePoint

  • bool hasRightEyePoint

  • bool hasMouthPoint

  • ofPoint leftEyePoint

  • ofPoint rightEyePoint

  • ofPoint mouthPoint

Update history

ver 0.01 beta release

  • unsupported gray scale ofImage

License

MIT License.

Author

  • ISHII 2bit [bufferRenaiss co., ltd.]
  • ishii[at]buffer-renaiss.com

At the last

Please create new issue, if there is a problem. And please throw pull request, if you have a cool idea!!

About

ofxCIDetector (for iPhone)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published