GithubHelp home page GithubHelp logo

smart24 / perfectshow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kalo2/perfectshow

0.0 2.0 0.0 21.33 MB

Android virtual makeup app, apply cosmetics on human face.

License: Apache License 2.0

Makefile 0.50% CMake 0.65% C++ 46.35% C 1.81% Java 50.61% Python 0.08%

perfectshow's Introduction

PerfectShow

Welcome to PerfectShow, an image processing application for Android platform.

Up until now, I release functionalities about make-up.

This project mainly use stasm for face detecting, dlib can be more superior and robust, and it use OpenCV for color blending and image processing, so you might as well have a good grasp of this field.

Usage

Run the command below to pull OpenCV module in Android Studio project,

$ git submodule update --init --recursive

Or you can just download OpenCV for Android Studio project from here. Since some of my projects depends on OpenCV library as well, I extract OpenCV module out to a seperate place. Or even use Android Studio to import the Eclipse project provided by official OpenCV website.

then locate your OpenCV environment variable(OPENCV_HOME) to this project, next build the project in Android Studio IDE or just use commandline.

$ gradlew assembleDebug

For Win32/Linux project, cmake (CLI mode or GUI mode) is needed to generate native makefiles. Out-of-source build is recommended, as you can build multiple variants in separate directories. Compilers need to support some C++11 features, Visual Studio 2013 or newer works fine.

$ cd iShow/src/main/cpp/jni
$ mkdir build
$ cd build
$ cmake ..
$ make -j4

Screenshot

seamless cloning

makeup UI

Contact

If you like this project, share your appreciation by following me in GitHub. If you have any problems about this project, you can file an issue here.

License

Copyright© 2016-2017  Martin Taylor

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

perfectshow's People

Contributors

kalo2 avatar

Watchers

James Cloos 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.