1.Introduction - PaleCosmos/Simple_Video_Colorization GitHub Wiki

Summary

SVC makes it easy to change the color of a video through a simple process.

For example, if you don't like the color of your clothes in the video, you can easily change the color through SVC.

Project background

As the video service industry such as YouTube, Tic-Talk, and Instagram grows, many people start Internet broadcasting.

Simple video editing is easy, but changing the color of the video is not easy.

So I wanted to create a program that made it simple to change the color of clothes in a video.

Implementation

Each of the three team members faithfully fulfilled their roles.

  • SangHyeon Park

    • Implementation of SVC color gamut identification algorithm
    • Implement event-driven programming
    • Implement box tracking using object tracking algorithm built into openCV
  • JeongAh Eom

    • GUI tool implementation
    • Implementation of flexible coloring algorithm
    • Implement box tracking using object tracking algorithm built into openCV
  • SeongWook Jeon

    • Implementation of SVC color gamut identification algorithm
    • GUI tool implementation
    • Implementation of average input color extraction algorithm