Coder Social home page Coder Social logo

highlight-maker's Introduction

HIGHLIGHT MAKER

소개

시청자의 표정 인식을 통해 영상 종료 후 자동으로 하이라이트 영상을 제작해주는 어플리케이션

기존의 하이라이트 영상은 제작자가 생각하기에 중요하다고 생각하는 부분을 편집하여 만들어졌다. 하지만 기존 방식은 2가지의 문제를 가지고 있다. 첫째, 시청자의 관점이 반영되지않아 공감을 얻기 어려운 경우가 많다. 둘째, 영상 시청후 별도의 시간을 들여 편집해야한다. HIGHLIGHT MAKER를 통해 시청자의 표정을 인식하여 로그를 생성하고 이를 기반으로 자동으로 하이라이트 영상을 제작할수있다!

요구사항

  • IDE for c++
  • opencv 3.2.0 for smile detection
  • ffmpeg for editting video

미소 인식

opencv cascade classifier를 사용하여 얼굴을 찾고 그 안에서 미소를 인식했다.

  1. 얼굴 인식

얼굴 전체를 인식한다

  1. 하관 인식

    얼굴 전체의 범위에서 미소를 인식할 경우 눈, 광대등의 위치에서 미소를 오검출하는 경우가 있어 하관을 인식

  1. 미소 인식

    하관의 범위내에서 미소를 인식한다. 미소가 인식될 경우 로그를 기록한다.

동영상 편집

미소 인식 로그를 기반으로 ffmpeg을 사용하여 동여상을 편집한다.

  1. 영상 재생

  1. 영상 편집

usecase diagram

class diagram

결과

LICENSE

highlight-maker is available under the MIT license. See LICENSE file for details.

highlight-maker's People

Contributors

jinuman avatar

Stargazers

 avatar  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.