Giter VIP home page Giter VIP logo

yearbook2's Introduction

Yearbook

A CLI to recognize and crop faces from images using OpenCV. Uses thor and ruby-opencv. Will probably use mini-magick some day.

Usage

find [PATH]

Detects faces in an image (or glob path) and reports on their position.

$ yearbook find spec/fixtures/images/washington-george.jpg

spec/fixtures/images/washington-george.jpg  x: 421  y: 968  w: 88 h: 88 px: 7744  neighbors: 9  quality: 7744.09
spec/fixtures/images/washington-george.jpg  x: 421  y: 968  w: 88 h: 88 px: 7744  neighbors: 9  quality: 7744.09  x: 296  y: 256  w: 268  h: 268  px: 71824 neighbors: 86 quality: 71824.86
Options
  • count

print [PATH]

Crops out detected faces in an image, saves them as new files, and returns the path to the cropped out file

$ yearbook print spec/fixtures/images/washing*.jpg

washington-george.jpg.0296x0256_268x268.jpg
washington-george.jpg.0421x0968_88x88.jpg

Random documentations for now

Steps

  • Install OpenCV with Homebrew, for instance
    • brew tap homebrew/science
    • brew install opencv
  • Install ruby-opencv Ruby gem
    • gem install ruby-opencv -- --with-opencv-dir=/usr/local/Cellar/opencv
  • Install [ImageMagick] or [GraphicsMagick] ...not yet actually...
    • brew install imagemagick
  • Install the mini-magick Ruby gem

blah blah blah

yearbook2's People

Contributors

dantnguyen avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.