Git Product home page Git Product logo

face_detect's Introduction

face_detect

  • find face on picture
  • blur founded box with face
  • recursive search all valid file(.jpg|.png) and put it to image processing
  • create shared lib in linux 31.08.19 update - lib placed in branch libfdetect
  • save coords to json update 1.09.19 - create with boost::property_tree::ptree
  • json multi write ready
  • shared lib ready (branch libfdetect)
  • save resize pictures ready
  • create .dep package ready (libfdetect_dep)
  • add tests
  • add async work for face find and generate

warnings

  1. .json file with coords has named as original picture - boost function json_write rewrite nodes
  2. works on Ubuntu 18.04
  3. compiler GCC 7.4.1
  4. cmake version - 3.10
  5. boost version - 1.65.1
  6. OpenCV version 3.4
  7. STL C++ - 11

screenshot

example

result: pic1 pic2

Result example

cfsawarenessday_1024px.jpg.json:

{
    "0": [
        "366",
        "62",
        "472",
        "168"
    ],
    "1": [
        "47",
        "97",
        "140",
        "190"
    ],
    "2": [
        "182",
        "148",
        "308",
        "274"
    ],
    "3": [
        "667",
        "155",
        "789",
        "277"
    ],
    "4": [
        "368",
        "240",
        "526",
        "398"
    ],
    "5": [
        "694",
        "420",
        "827",
        "553"
    ],
    "6": [
        "79",
        "421",
        "167",
        "509"
    ]
}

face_detect's People

Watchers

James Cloos avatar Sergei Matyshev 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.