Giter VIP home page Giter VIP logo

facialfinder's Introduction

logo

FacialFinder with OpenCV

Very simple tool for face detection on Image or Video

Services

  • ImageDetection

    • Instance Methods
      • .show() show of detection result on window (with your params)
      • .detect() write new file with detected faces (with your params)
    • Instance Attributes
      • path: path to file (.png, .jpeg, .jpg, ...) REQUIRED
      • scale_factor: (Read the OpenCV docs) REQUIRED
      • min_neighbors: (Read the OpenCV docs) REQUIRED
      • rect_color: color of rectangle (detected objects) must be tuple (B, G, R)
      • text: title of detected objects
      • text_color: color of text (detected objects) must be tuple (B, G, R)
      • show_title: title of detected objects window
      • delay: cv2.waitKey(delay)
      • output_path: if you call .detect() method, you must set result file path
  • VideoDetection

    • Instance Methods
      • .show() show of detection result on window (with your params)
      • .detect() write new video with detected faces (with your params)
    • Instance Attributes
      • src: path to video or index of camera REQUIRED
      • scale_factor: (Read the OpenCV docs) REQUIRED
      • min_neighbors: (Read the OpenCV docs) REQUIRED
      • rect_color: color of rectangle (detected objects) must be tuple (B, G, R)
      • rect_thickness: rectangle thickness must be integer
      • text: title of detected objects
      • text_color: color of text (detected objects) must be tuple (B, G, R)
      • show_title: title of detected objects window
      • delay: cv2.waitKey(delay)
      • fourcc: format of saving video with detected objects, default=mp4v for .mp4 files
        use with cv2.VideoWriter (PS: read the OpenCV docs)
      • output_path: if you call .detect() method, you must set result file path

Examples

  • ImageDetection

    • .detect()
    • Before Face Detection image
    • After Face Detection image
  • VideoDetection

    • .detect()
    • Before Face Detection video
    • After Face Detection video

facialfinder's People

Contributors

anonimous05 avatar

Stargazers

Adilet avatar

Watchers

 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.