anglebinbin / body-feature-extaction

πŸ‘• Automatic Body Feature Extraction from the Front and Side Images

Home Page:https://guguant.github.io/body-feature-extaction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Body-Feature-Extaction  

GPL 3 download

Automatic Body Feature Extraction from the Front and Side Images.
The Project is about Computer graphics.It can self-collect the key data through a front and side image.
The Project Body-Feature-Extaction is only used in Eduction.

Featuers

  • non-contact
  • very, very, very easy, just take two ptotos.

Usage

  1. setup OpenCv Vision library

    sudo apt-get install opencv (version > 3.0.0)
    
  2. build

    mkdir build | cd build
    cmake ..
    make
    
  3. run

    ./bodyEdgeD
    

Change History

https://github.com/Guguant/body-feature-extaction/blob/master/NEWS.md

Authors

Sun Yiming - Guguant
Email: guguant[you know]yahoo[dot]com

Licensing  

BodyFE is released under Commercial and GNU GPL v.3 open source license.
Commercial Projects: [Contact me for commercial license.] (guguant[at]yahoo.com)

Contributions

To submit contributions and send GitHub pull request. You retain the copyright on your contributions.

About

πŸ‘• Automatic Body Feature Extraction from the Front and Side Images

https://guguant.github.io/body-feature-extaction/

License:GNU General Public License v3.0


Languages

Language:C++ 99.2%Language:CMake 0.8%